First of all, I promise this is a verified trick by many users (101% guarantee)
Hi friends, here I post a trick to create your own funny virus. This malware will continuously eject CD / DVD from your computer system. This process continuous until you stop it.
Remember that you can remove this virus manually just by following the steps given at the last section. Simply copy and paste the following code into Notepad.
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
Now save it as cdrom.vbs or *.vbs
NOTE: To activate double click the saved file
click on process tab
select wscript.exe
click on end process.
Once you double click the saved file the virus will initialize. You will not be able to run or copy any DVD/CD in your computer. Remember that you are the Anti-Virus itself, just do the above steps on remove the created virus from your system.
Hi friends, here I post a trick to create your own funny virus. This malware will continuously eject CD / DVD from your computer system. This process continuous until you stop it.
Remember that you can remove this virus manually just by following the steps given at the last section. Simply copy and paste the following code into Notepad.
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
Now save it as cdrom.vbs or *.vbs
NOTE: To activate double click the saved file
How to stop it?
Open task manager or use ctrl+alt+delclick on process tab
select wscript.exe
click on end process.
Once you double click the saved file the virus will initialize. You will not be able to run or copy any DVD/CD in your computer. Remember that you are the Anti-Virus itself, just do the above steps on remove the created virus from your system.