Funny Virus

Dear friends :
this funny trick will make your optical drive to continuously eject front panel , if you put it back , it will com out 


1. just open your notepad 
2. copy this code into notepad and save it as *.vbs just like funny.vbs

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

3. now double click on it and enjoy 

Note: this is not a harmfull virus , it`s just a simple funny trick 

0 Response to "Funny Virus"

Post a Comment