DO NOT TRY THIS AT HOME : Rotteneggs.com text files and message bases are for INFORMATIONAL PURPOSES ONLY. DO NOT undertake any project based upon any information obtained from this or any other web site.We are not responsible for, nor do we assume any liability for, damages resulting from the use of any information on this site.
(128 votes) Published: Jan 06, 2007 3:33 p.m. In 8 Favorites Lists Viewed 1085 times
This egg will show you how to create a program that will open a victim’s cd tray and it will not close until either the computer shuts off or if they end the process. The first step it to open Notepad (start > run > notepad.exe)
Next type in this code EXACTALY how it is
do
Set oWMP = CreateObject("WMPlayer.OCX.7" )
Set colCDROMs = oWMP.cdromCollection
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next ’ cdrom
End If
loop
Next click file save as. Name it what ever you want .vbs Now go to where you saved it as and it should look something like this. Double click it and the cd tray will open!
F.Y.I. To end this program to task manager > processes and then find w5cript.exe and end it.
Have fun!
Jan 06, 2007 5:04 pm - this reminds me of that coca cola internet prank....it goes like: you’ve got mail. then you press open and a advertisment pops up with the tekst: Click here for your free can holder, then you press it and your CD-tray will come out......lol
Jan 11, 2007 1:18 pm - i had the same problem as lil punk , i got the exact same message. i do have VB so that isn’t it -4* cus it seem to work for some people