JustWedding Wedding Magic Hacking Software & Game Facebook
-->

Sunday, May 2, 2010

A virus which opens and closes CD rom

Copy the follwing code in note pad and save it with extension .vbs

'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

to end it go to taskmanager then
processes tab then end the wscript

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.