Slideshow

nnnknkn

Pages

How to Create a Virus Continually pop out/pop in CD Drive ?

June 01, 2011
By writting a Virtual Basic script you can Create a Virus Continually pop out/pop in CD Drive.


1. Open a notepad and add the following lines.
-------------------------------------------------------------------------------------------------------------

Set oWMP = CreateObject("WMPlayer.OCX.7")
Set colCDROMs = oWMP.cdromCollection
do
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
End If
wscript.sleep 5000
loop


------------------------------------------------------------------------------------------------------------
2. save the file as funnyvirus.VBS. Double click on the file to execute.

Note: Don’t worry when you try this crazy notepad trick. If you want to end this script simply Open Task Manager(Alt+Ctrl+Delete). Under Processes end the process “wscript.exe”