A Virus That Will Open And Close Your CD Drive
In this post i will help you to make a virus that will opens your cd drive and closes it.This is done using notepad.you can fool your friends.
(I am aslo suggesting the way to remove this from your pc.so don't worry)
!!! This trick may fail to
!!! try this at your own risk !!!
!!! for educational purposes only !!!
Copy this code into notepad
CODE:
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
copy this into notepad and save it as anyname.vbs like virus.vbs
and then double click on it.Then You can see the change.
HOW TO DISABLE THE VIRUS
Now if u want to disable this go to task manager click on process
then find wscript.exe and end this process
!!! This trick may fail to work in some laptops due its difference in cd drive mechanism when compared to desktop pc !!!
get more virus codes
0 comments:
Post a Comment