To create a funny CD/DVD drive virus.
1) Press win key + R
2) In the Run Box..type 'notepad'..Notepad Box opens.
3) Copy the code below in notepad.Save the file with any name with (.vbs) extension (e.g.:-fun.vbs).Double click the saved file n watch the effect.
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
The effect will b auto healed after u reboot.No side effects..
Some tips for creating your own designed virus.Follow the steps below:
1) win key+R
2) In the Run Box..type 'notepad'..Notepad Box opens.
3) Type any of the following code
a) Shutdown(space)-s(space)-t(space)0(space)-f (Shuts down ur PC as soon as u log in)
b) shutdown(space)-r(space)-t(space)0(space)-f (Restarts ur PC as soon as u log in)
c) shutdown(space)-l(space)-t(space)0(space)-f (Logs off from current a/c as soon as u log in)
Note: U can replace Zero(0) of above code with any number.Remember,the number denotes the time in seconds availabe before shutdown/restart/log off.
4) Save the text file in any location with any filename with (.bat) extension (e.g:- autoshutdown.bat)
5) copy the saved file n paste in following loaction
Left click on Start button->All Programs->(right click on)Startup->select (explore all users)
paste the file in the window which opens.
6) Restart ur computer to see the effect.
How to kill or disable this virus??
To disable:
1) After u press the power on button,keep tabbing 'F8' button.
2) In the screen, select 'Safe Mode'
3) After ur desktop is ready..Win key + R
4) On the Run BoX,type "msconfig".
5) In the new dialouge box,select "Startup" tab
6) A list of files appears,find and uncheck(remove tick) the virus file u created.
To Kill:
1) After u press the power on button,keep tabbing 'F8' button.
2) In the screen, select 'Safe Mode'
3) After ur desktop is ready..
Left click on Start button->All Programs->(right click on)Startup->select (explore all users)
delete the file from the window which opens.
Ur PC is fit n fine now....
0 feedbacks:
Post a Comment