CD/DVD Ejector Joke

by The_Ara in Circuits > Computers

3180 Views, 46 Favorites, 0 Comments

CD/DVD Ejector Joke

DSC00001.JPG

This is a simple harmless computer joke to pull on a friend that will continuously eject all their disk drives, thus causing large waves of annoyance! And only in four steps!

Create a Text Document

Step 1.png

Create a text document. Any file, but with just text. No changing fonts or anything. Name it whatever you want.

Put in Some Code

Step 2.png

Paste in this text, like in the picture:

Set oWMP = CreateObject("WMPlayer.OCX.7")Set colCDROMs = oWMP.cdromCollectiondoif colCDROMs.Count >= 1 thenFor i = 0 to colCDROMs.Count - 1colCDROMs.Item(i).EjectNextFor i = 0 to colCDROMs.Count - 1colCDROMs.Item(i).EjectNextEnd Ifwscript.sleep 5000loop

Save It

Step 3.png

Click 'Save as' and save it as Joke.vbs or Prank.vbs or whatever you want, just have '.vbs' at the end.

Mua Ha Ha!

Step 4.png

Now, once it's saved and you see a file that looks like the one in the picture, delete the old text document. Now, pop it in an email and send it to a friend telling to open it. Now their CD drives will open and if they try to close them, they'll keep opening!

If you use it yourself, to stop it just delete the file. Then close your drives. (Make sure you tell your victim this or they'll hate you for it!)