12/28/2012

Create the Simple Virus With Notepad Continuously Eject the CD/DVD Rom

Eject the CD/DVD Rom

In this Trick you will Ceate the simple virus.What the mean's using this code its will open the CD/DVD Rom continuously of your Computer are Laptop.How it possible mean's Copy the below code and see the virus.

Open the Notepad and past the below 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

Save the this file with .vbs extension like this example trickseject.vbs.

Double click the file to open.

Share this: