Friday, 25 November 2016

Make Your CD Drive in and Out Automatically (Virus)

Make Your CD Drive in and Out Automatically (Virus)

Today I'm Going to Tell You an Amazing Trick to Surprise Your Friends by
 Making a Funny Virus.

This will Make Your CD Drive get out and in by itself. It wont harm Your
PC, Its Just a Cool Trick.

Copy This Code to Notepad and

Save as Tiptutor1.vbs




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

To Stop This Simply Delete File Using Command Prompt.

No comments:

Post a Comment