Post: Flashing Text Code/Random pop up color| MP + ZM
04-16-2016, 10:14 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Hay NexgenUpdate Followers


Today im showing you the rgb color to float or switch to a differnt color randomly.
So First of all this code can be used three types of way matters what base or Option you put it on.

Use 1: Auto changing background/Shader
So if you want the background/Shader of your menu to Change colors every time you Open the menu
For Ex. First time you open up your menu Its red and you close it and open it up again and its another color. pu this code as a were a normal rgb color would go.
Code
((randomint(255)/255),(randomint(255)/255),(randomint(255)/255))

Use 2: Flahing Sexy Text
So Really this matters If you Have A GSc Menu Without a scrollbar that
Everytime You scroll a Glow color highlights it. if your menu is like this Copy
this code and paste were it goes.
self.Menu["Text"].color = ((randomint(255)/255),(randomint(255)/255),(randomint(255)/255));
self.Menu["Text"].fontScale = 2.0;
self.Menu["Text"].glowAlpha = 1;
self.Menu["Text"].glowColor = ((randomint(255)/255),(randomint(255)/255),(randomint(255)/255));
}
else
{
self.Menu["Text"].color = (1, 1, 1);
self.Menu["Text"].fontScale = 1.5;
self.Menu["Text"].glowAlpha = 0;
self.Menu["Text"].glowColor = ((randomint(255)/255),(randomint(255)/255),(randomint(255)/255));
}
}
}




Use 3: Changing color of a title every time you open
You can do this on sharks base Not going to explain this one it pretty easy to do just copy this rgb color code and paste it there lol.

((randomint(255)/255),(randomint(255)/255),(randomint(255)/255))


I Hope This thread was a help for people who want to fix up there desighn of there menu or something.
And for the people who get mad at me for attempting to show something many people may not Know
You must login or register to view this content.

The following 2 users say thank you to Pink Guy for this useful post:

iRnZ, MadsCfg100SubsL

The following 6 users groaned at Pink Guy for this awful post:

anthonything, BoatyMcBoatFace, DoraTheKiller97, John, Procyon, TehMerkMods
04-16-2016, 10:51 PM #2
Patrick
League Champion
has been done so many times but atleast you put effort into your post!
04-16-2016, 10:52 PM #3
iRnZ
NextGenUpdate Elite
ty but this dedint work with scroll right ?
04-17-2016, 07:46 AM #4
HiddenHour
I defeated!
Originally posted by 32085
has been done so many times but atleast you put effort into your post!


Agreed.
09-10-2016, 07:07 PM #5
Flash(elem)
{
for( ; ; )
{
elem.color =(randomInt(255)/255, randomInt(255)/255, randomInt(255)/255);
wait 0.1;
}
}
09-11-2016, 12:23 AM #6
nothing new really, people have done this before its common sense you would use RandomInt() if you want random colors, doesn't need an entire dedicated thread stuff like this goes in managed coding.
09-11-2016, 04:22 AM #7
anthonything
Space Ninja
Originally posted by OfficialCoolJay View Post
nothing new really, people have done this before its common sense you would use RandomInt() if you want random colors, doesn't need an entire dedicated thread stuff like this goes in managed coding.


Correction: Stuff like this gets *lost* in the managed code list

The following user thanked anthonything for this useful post:

OfficialCoolJay
09-11-2016, 12:06 PM #8
Originally posted by anthonything View Post
Correction: Stuff like this gets *lost* in the managed code list


ngu should give a search feature for individual threads, better yet needs better filtering for the search engine cause i can't find anything with it 99% of the time
09-11-2016, 03:06 PM #9
already done but atleast a good looking post

Copyright © 2025, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo