GSC Flashy Text Script

SynixMods

New Member
Messages
10
Reaction score
0
Points
1
Can someone test this flashy text script? I use to mod for black ops wii back in 2011 and this is the flashy text script that a lot of us use to use in our edits. Not sure if it'll work on PS3 version though. Sorry about the name that's actually my name.
Code:
Simon()
{
        self endon ( "disconnect" );

        displayText = self createFontString( "mediumfixed", 3.7 );
        displayText setPoint( "CENTRE", "TOP",0, 10 + 30 );

        for( ;; )
        {
        displayText setText("[{+Melee}]Simon[{+Melee}]");
        wait 5;
    displayText setText("[{+Melee}]^0Simon[{+Melee}]");
        wait 5;                                         
       }
}
 
Last edited by a moderator:

Dr.GiggleZ

Modder
Messages
33
Reaction score
15
Points
793
OMG IT'S SIMON From codeleakers and some other wii websites i can remeber lmao something with a E ithink exo something lol
btw nice script but it should work with any version should even work on bo2 :smile:
 
Top