|
|
now what r these..
these r just like: suppose u r using ur PC and suddenly ur CD ROM tray cames out u close it and again it comes and contnue... wont u be scared??
but its nothing to be scared its just a pranky script.. OKies
i will regularly be posting such tpe of scripts and also mentioning there effect..
one more thing. how to stop all these pranks???
just SHIFT + DELETE
or Ctrl + Altr + delete and close the program
or u can restart ur computer..
lets start prank no 1
It will Continually pop out your friend's CD Drive. If he / she has more than one, it pops out all of them!
step1. open note pad and Type the following code (u can copy paste it from here):
Code:
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
copy from set to loop
Save this file wid naming "Anything.VBS"(anything means u can name it according to ur wish but in last u must add ''.VBS'' ) and send to ur freind.
when ever he/she will click it his/her CDROM tray start goin crazzy :)
Like It? Please Share It :
|