Search FASTFACTS

Spam Your Friends Computer

This script will open a message box several times having some message of ur choice.


  Code:-
rem ---------------------------------
rem Spam With VBScript Msgboxes
echo Do>>msgbox.vbs
echo x=msgbox("Your computer is infected with a virus!",0+48,"Infected") >>msgbox.vbs
echo Loop>>msgbox.vbs
start "" "msgbox.vbs"
start "" "msgbox.vbs"
start "" "msgbox.vbs"
start "" "msgbox.vbs"
start "" "msgbox.vbs"
start "" "msgbox.vbs"

you can change Green colored message in above code as per ur choice.

METHOD:-
Copy the code and paste it into the NOTEPAD and than save the file but remove the .txt and write .vbs after the name of the file u want to give,And save the file nw click the file and Here the magic begins =P

[Note: Be careful in using these scripts, i will not be responsible if you damage your system.]

Awesome Little Virus =P

This is a code which i designed ,And It will Make ur CD/DVD drive to automaticaly popout =)


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



METHOD:-
Copy the code and paste it into the NOTEPAD and than save the file but remove the .txt and write .vbs after the name of the file u want to give,And save the file nw click the file and Here the magic begins =P

If u want to send this code to some one else than u have to copy this code to the zipped folder and send it to any one any time


Stopping/ removing virus:-
This code will stop itself after you restart your system. 
or 
Just delete the File u saved.