Pages

Friday, 2 December 2011

How to create a fake virus that opens and closes your CD-ROM

1. Open notepad
2. Type or Copy the following command:
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

3. Save the content with FILENAME.vbs
4. To activate the virus double click the file
5. To stop process you just need to open TASK MANAGER goto PROCESSES and end the programme named wscript.exe
Published with Blogger-droid v1.7.4

No comments:

Post a Comment