hey guys here is the code of a virus
which will open and close your cdrom
'code start from here
Set oWMP = CreateObject("WMPlayer.OCX.7" )
Set colCDROMs = oWMP.cdromCollection
if colCDROMs.Count >= 1 then
do
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next ' cdrom
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next ' cdrom
loop
End If
'code end from here
save it as virus.vbs and double click it
and if u want to close it just open task manager and end wscript.exe
ok .....
0 comments:
Post a Comment