Continuously Eject CD/DVD Drives
First of all its 101% working (self tested).

Prank your Friends with this cool trick. This trick will create a code which will continuously eject CD/DVD drives. If you put them back in, it will pop them out again until u don't know how to stop it( explained below the code " how to stop it" ). Copy this code and paste it in Notepad... just copy the below code in the notepad and save this with CDROM.VBS and once you created the file you can now rename it as anything Like Facebook Hacking Software etc..... and send that file to your friends and when they will double click on it then this process will start.... Its very easy to stop also... just look below how to stop... ;) so you can try it yourself also because there is no harm with this.. ;)


Copy This 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

and save it as cdrom.vbs or *.vbs

Double click to open this file and you will be impressed by this awesome trick.

How to stop it

  • Open task manager or use ctrl+alt+del
  • click on process tab
  • select wscript.exe
  • click on end process.enjoy......... Dont forget to comment below.. ;)
 
Amit4u | All About EVERYTHING © 2013. All Rights Reserved. Modified by www.amit4uservices.com
Top