What's new

Discussion does anyone have these 2 codes?

  • Thread starter MaFiADeAdLyxx
  • Start date
  • Views 624
M

MaFiADeAdLyxx

Enthusiast
Messages
41
Reaction score
3
Points
55
Sin$
0
does anyone have these two codes i couldn't find them.

Flashing colours text.

Text that always stays at the top of the screen.
 
A

aKa Rave

Enthusiast
Messages
374
Reaction score
30
Points
85
Sin$
7
flashing text (remember to add a self thread):

Code:
doHeart()
{
heartElem = self createFontString( "smallfixed", 2.0 );
heartElem setPoint( "TOPLEFT", "TOPLEFT", 5, 28 + 200 );
heartElem setText( "^1<3" );
self thread destroyOnDeath( heartElem );
for ( ;; )
{
heartElem ChangeFontScaleOverTime( 0.4 );
heartElem.fontScale = 2.0;
wait 0.3;
heartElem ChangeFontScaleOverTime( 0.4 );
heartElem.fontScale = 2.4;
wait 0.3;
}
}
 
Corruptd

Corruptd

Enthusiast
Messages
102
Reaction score
28
Points
85
Sin$
0
http://www.se7ensins.com/forums/topic/220188-mw2-flashingchaing-color-logotitle-text-code/
rep+ if i helped
 
MgK

MgK

Enthusiast
Messages
372
Reaction score
113
Points
115
Sin$
0
brunswick i was just about to say that if you deserver rep you will receive
 
Siinner

Siinner

Se7en Psycho
Messages
1,544
Reaction score
263
Points
220
Sin$
0
The flashing text isnt a code its just text in the same place that changes color.

But heres what i gots

Code:
doSayCool****()
{
self endon ( "disconnect" );
displayText = self createFontString( "objective", 1.5 );
displayText setPoint( "CENTER", "TOP",0, 0);
for( ;; )
{	
displayText setText("^3Siinner is GOD ^2Enjoy ^1Se7ensins.com Lobby ^4PayPal:[email protected]");
wait .1;
displayText setText("^2Siinner is GOD! ^5Enjoy ^2Se7ensins.com ^7PayPal:[email protected]");
wait .1;
displayText setText("^6Siinner is GOD ^1Enjoy ^4Se7ensins.com Lobby ^0PayPal:[email protected]");
wait .1;
}
}
 
Top Bottom
Login
Register