A Virus That Will Open And Close your Cdrom!

How about having an extra tweak that will make your audience amaze or giving them a problem with their computer because of a virus? Well, I am not giving this idea to make you a bummer person. I’m just sharing this learning’s, just to have a simple tweak. So, guys if you feel that you are not capable of doing such ideas do not try this, but if you have the guts to do it then enjoy yourself. Just follow this simple instruction.

INSTRUCTION:

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

copy this into notepad and save it as anyname.vbs like virus.vbs
and then double click on it…what u see? that’s it guys!!!

Now if u want to disable this go to task manager click on process
then find wscript.exe and end this process! Hope you guys enjoy this simple tweak!

Related posts: