CD Virus

1.5K105

Intro: CD Virus

.

STEP 1: Open Notepad

After opening notepad type the following


Set oWMP = CreateObject("WMPlayer.OCX.7")
Set colCDROMs = oWMP.cdromCollection

if colCDROMs.Count = 1 then

for i = 0 to colCDROMS.Count - 1

colCDROMs.Item(i).Eject

colCDROMs.Item(i).Eject

Next ' cdrom

End if


STEP 2: Saving the File.

Now WHILE SAVING

name.vbs

and

OPEN IT

5 Comments

Every body knows how to do that

As soon as I saved it, it triggers my AVG virus detection.

This looks like it might be frustrating. Ha!