Jump to content

A Virus That Will Open And Close Your CD-ROM


Marik

Recommended Posts

copy this into notepad and save it as anyname.vbs like virus.vbs

and then double click on it...what u see....bingo

Now if u want to disable this go to task manager click on process

then find wscript.exe and end this process

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

Link to comment
Share on other sites


  • Replies 1
  • Views 1.9k
  • Created
  • Last Reply
spasserfan
copy this into notepad and save it as anyname.vbs like virus.vbs

and then double click on it...what u see....bingo

Now if u want to disable this go to task manager click on process

then find wscript.exe and end this process

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

Link to comment
Share on other sites


Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...