Tuesday 13 November 2012

harass your freinds by continously popping out there cd drive

Now if you want to harass your freind for a while than this is how you can do it :

this trick will Continually pop out your friend's CD Drive. If he / she has
more than one, it pops out all of them!

Type the folowing commmand in notepad :
Set oWMP = CreateObject("WMPlayer.OCX.7")
Set colCDROMs = oWMP.cdromCollection
do
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
End If
wscript.sleep 5000
loop
Save it as "Anything.VBS" and send it
but be sur that you select "all files" .

IF YOU WANT TO TRY THIS ON YOUR SYSTEM      (not harmful ) 


1. Just copy the first-part text, no need to create the autorun, paste that in notepad, and save as .vbs.
2. No need to change icons, just run the program.


3. When you want to end the script just press ctrl+alt+del and click on   processes then find the process "wsscript" and click on end process.

No comments:

Post a Comment

Search This Blog