- Joined
- Mar 26, 2009
- Messages
- 77
- Reaction score
- 0
Hi
(woot first release)
This one's a script to change the title:
Flame shield on, I dont care if you saw this somewhere else, it's been used before by somebody i forgot who.
This one's a script to change the title:
PHP:
<script>
//Title Change Script
var message = new Array()
//Edit these 6 messages to your liking.
message[0] = "WELCOME TO MAPLEMYSTERY";
message[1] = "TRY ONE OF OUR THREE SERVERS - YOU'RE GUARANTEED TO LIKE AT LEAST ONE!!";
message[2] = "www.maplemystery.com";
message[3] = "MAPLEMAIL - THE NEW (uncensored/unblocked) EMAIL SERVER";
message[4] = "PLAY MAPLEPARK - THE CRAZY HIGH SERVER";
message[5] = "PLAY MYMAPLE - THE PRO LEVEL SERVER"
message[6] = "MAPLEME - THE SERVER JUST RIGHT FOR MANY"
var reps = 2
var speed = 200
var p=message.length;
var T="";
var C=0;
var mC=0;
var s=0;
var sT=null;
if(reps<1)reps=1;
function Changer(){
T=message[mC];
A();}
function A(){
s++
if(s>24){s=1}
//Edit MapleMystery to server name.
if(s==1){document.title='|M===========| '+T+' -----'}
if(s==2){document.title='|MA==========| '+T+' -----'}
if(s==3){document.title='|MAP=========| '+T+' -----'}
if(s==4){document.title='|MAPL========| '+T+' -----'}
if(s==5){document.title='|MAPLE=======| '+T+' -----'}
if(s==6){document.title='|MAPLEM======| '+T+' -----'}
if(s==7){document.title='|MAPLEMY=====| '+T+' -----'}
if(s==8){document.title='|MAPLEMYS====| '+T+' -----'}
if(s==9){document.title='|MAPLEMYST===| '+T+' -----'}
if(s==10){document.title='|MAPLEMYSTE==| '+T+' -----'}
if(s==11){document.title='|MAPLEMYSTER=| '+T+' -----'}
if(s==12){document.title='|MAPLEMYSTERY| '+T+' -----'}
if(s==13){document.title='|=APLEMYSTERY| '+T+' -----'}
if(s==14){document.title='|==PLEMYSTERY| '+T+' -----'}
if(s==15){document.title='|===LEMYSTERY| '+T+' -----'}
if(s==16){document.title='|====EMYSTERY| '+T+' -----'}
if(s==17){document.title='|=====MYSTERY| '+T+' -----'}
if(s==18){document.title='|======YSTERY| '+T+' -----'}
if(s==19){document.title='|=======STERY| '+T+' -----'}
if(s==20){document.title='|========TERY| '+T+' -----'}
if(s==21){document.title='|=========ERY| '+T+' -----'}
if(s==22){document.title='|==========RY| '+T+' -----'}
if(s==23){document.title='|===========Y| '+T+' -----'}
if(s==24){document.title='|============| '+T+' -----'}
if(C<(24*reps)){
sT=setTimeout("A()",speed);
C++
}else{
C=0;
s=0;
mC++
if(mC>p-1)mC=0;
sT=null;
Changer();}}
Changer();
</script>
Flame shield on, I dont care if you saw this somewhere else, it's been used before by somebody i forgot who.

