Thursday, March 19, 2009

8 Make your own virus that will open & close your CD ROM Drive



Hey guys,missing some real fun? So I am here with a new trick, a trick with which you can make your own virus that will close & open your CD ROM drive time & again. So here is the procedure.Remember, its not deadly or dangerous and you can use it without any hesitation.Its only for the sake of fun.
1)Open your notepad.
2)Copy & paste the following code into it:
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)Then save this file as anyname.vbs, ex- virus.vbs
4)Then double click the saved file & what happens then?YIPPII.
5)Now if u want to disable this go to task manager click on process
then find wscript.exe and end this process.


8 comments:

Feeds Comments
Anonymous said...

Don't work with laptops,error char 5,line11

NSR said...

it does work for laptops as it worked for mine.Which operating system are u using?

Trinadh Narahari said...

nice..its workin gud!!

Anonymous said...

perfect thanks

Anonymous said...

YES ITS AN AWESOME TRICK

md said...

works in mine !! good to scare!!

Anonymous said...

I eat so much pppoooooooooooooooop...

Unknown said...

i cant stop it

Please do comment on this post.Your comments work as "BOOSTER" for me to upload more good posts.
Keep Rocking and commenting!
~ Admin