Wednesday, May 14, 2014
Continuously eject CD/DVD drives (AWESOME TRICK)
Wednesday, May 14, 2014 by Abhijeet satpute
Create a Harmless Funny Virus with
Notepad-Continuously eject CD/DVD drives
This VBS trick will
create a code which will continuously eject all your connected Optical drives.
If you put them back in, it will pop them out again.
1 1.
Open Notepad.
1 2.
Copy paste the exact code
given below:-
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
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. Save the file as virus.vbs or "*.vbs".
Double click to open
this file and i hope you will be impressed by this awesome trick.
You
can disable the virus.vbs by starting Task Manager and ending the wscript.exe
process.
Subscribe to:
Post Comments (Atom)

0 Responses to “Continuously eject CD/DVD drives (AWESOME TRICK)”
Post a Comment