Saturday, 22 January 2011

CD-DVD DRIVE PRANK

You can play this simple trick  with any friend to scare him/her……

This trick will automatically ejects  CD-DVD drive infinite times.

To do this simple trick just follow these simple tricks…..

1.First of all  open Notepad and copy the below text……

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

2.Now Save the file as CD.vbs (must include the .vbs extension)

How to use this Prank

Double Click the saved file ! (Eject.vbs)
And the see the effect….

How to stop this prank:

Open Task Manager, Select the processes tab and goto wscript.exe and click End Process
Please leave the comments after reading the posts

No comments:

Post a Comment