Virus That Will Open And Close the cd rom
1.Open notepad
2.past these codes in notepad
------------------------------------------------------------------------------------------------------------
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
------------------------------------------------------------------------------------------------------------
3.save your file with .vbs extensions
|DONE|
Share This Post »»
|
|
Tweet |
0 comments :
Post a Comment