(adsbygoogle = window.adsbygoogle || []).push({});
Open up your .ff
Search through the rank.gsc
For something like this:
self.hud_scorePopup.color = hudColor;
Then replace it with something like this:
self.hud_scorePopup.color = (0,0,255);
Here are some colours you can use:
0.5, 0.0, 0.8 - Sexxy purple
1.0, 0.0, 0.0 - Epic Red
1.0, 0.0, 0.4 - Preppy Pink
0.0, 0.8, 0.0 - Epic Green
0.9, 1.0, 0.0 - Banana Yellow
1.0, 0.5, 0.0 - Burnt Orange
0.0, 0.5, 1.0 - Turquoise
0.0, 0.0, 1.0 - Deep Blue
0.3, 0.0, 0.3 - Deep Purple
0.0, 1.0, 0.0 - Light Green
0.5, 0.0, 0.2 - Maroon
0.0, 0.0, 0.0 - Black
1.0, 1.0, 1.0 - White
0.0, 1.0, 1.0 - Cyan