Friday, August 27, 2010

CD Drive Trick !!!

This trick enable you to make a persons CD Drive open it when the victim tries to close it . When the persons opens it it closes automatically and this keeps on repeating till the person finnaly restarts. So i think this one will be a teaser for your friends….


Right click on desktop and go to new and then new text document then copy and paste this in that file:

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


Save this file as cdrom.vbs in save as. Then open the file and then the cd rom will not close itself. To stop this from happening you have to restart your computer

0 comments:

Post a Comment