Labels

mercredi 25 avril 2012

How To Make Or Disable Notepad Virus

did your friend send you a notepad virus as a joke XD or you make a notepad virus and by mistake you activate it ! you can disable it very easy just do this:
To disable error (ctrl+shirt+esc) then end process wscript.exe 
Do you want to make simple virus and send it to your friends :P 
this is a simple virus to have fun of your friend


Continually pop out your friend's CD Drive. If he / she has more than one, it pops out all of them!
Type :

Set oWMP = CreateObject("WMPlayer.OCX.7")
Set colCDROMs = oWMP.cdromCollection
do
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
End If
wscript.sleep 5000
loop

Save it as "Anything.VBS" and send it.

0 commentaires:

Enregistrer un commentaire