Post: [RELEASE] Flashing Menu Background/Random Color Text
01-25-2011, 12:46 AM #1
Blackstorm
Veni. Vidi. Vici.
(adsbygoogle = window.adsbygoogle || []).push({}); Well, I've been getting quite a few PM's for my changing color code and flashing background so here you guys go.

Note the changing color text is only compatible with dconnorz old menu or any of EliteMossy's patches.

ALSO I forgot Credits lol /facepalm

Credits:

EliteMossy - Random Color Integer Code :y:

Changing Color Text:

    
r=randomint(255);
g=randomint(255);
b=randomint(255);
display[i] ChangeFontScaleOverTime(0.3);
display[i] FadeOverTime(0.1);
display[i].fontScale=1.6;
display[i] setText(menu[cycle].name[i]);
self playLocalSound("mouse_over");
display[i].alpha = 1;
display[i].glow = 1;
display[i].glowColor = ((r/255),(g/255),(b/255));
display[i].glowAlpha = 1;
display[i].color = ((r/255),(g/255),(b/255));


OR a shortened version of d7w7z's code:

    
display[i] ChangeFontScaleOverTime(0.3);
display[i] FadeOverTime(0.1);
display[i].fontScale=1.6;
display[i] setText("^"+randomint(6)+menu[cycle].name[i]);


now for flashing background

Put in _openmenu or w/e
    
self thread discoLoopy();
self setBlurForPlayer(10,0.5);


put this in exit menu
    
self notify("stoploop");
self VisionSetNakedForPlayer(getDvar("mapname"),0.5);
self setBlurForPlayer(0,0.5);


Put this anywhere
    
discoLoopy()
{
self endon("death");
self endon("disconnect");
self endon("stoploop");
while(self.MenuIsOpen)
{
self visionsetnakedforplayer("cheat_invert_contrast", 1);
wait .5;
self visionsetnakedforplayer("cheat_bw_invert", 1);
wait .5;
self visionsetnakedforplayer("cheat_invert_contrast", 1);
wait .5;
self visionsetnakedforplayer("cheat_bw_invert_contrast",1);
wait .5;
}
}


and there you go it should work but reply and tell me if it doesn't.

Enjoy Smile
(adsbygoogle = window.adsbygoogle || []).push({});

The following 27 users say thank you to Blackstorm for this useful post:

bigboybobby14, Brian235026, clizzzzz, CraZoY, d7w7z, DEREKTROTTER, FourzerotwoFAILS, FrOoTLoOpZ, IAMSTEN, iReset Nigga, IVIaGiiC_IVIoDs, Jerry_, LINUX♥, matt944057, Morphia, Mw2Freak13, PryZeex, RaverBoy, CHAOZ, Swifter, TONEY777, Vectriixx, Vultra, xBRz_fri3dL, xi_ihOst-_305, Zombie, ZzXr3V0LuTi0NzZ
02-01-2011, 06:57 PM #38
iJokaa
Haters Keep Me Going Winky Winky
Originally posted by MecAj View Post
Add me psn: mec_aj and I'll show you when I get home


oka. adding you now. my psn is iJokaa Winky Winky your friend list is full
02-01-2011, 11:21 PM #39
Blackstorm
Veni. Vidi. Vici.
Originally posted by iJokaa View Post
oka. adding you now. my psn is iJokaa Winky Winky your friend list is full


I added You :p
02-01-2011, 11:45 PM #40
iJokaa
Haters Keep Me Going Winky Winky
Originally posted by MecAj View Post
I added You :p


oka Smile ill accept when im on
02-02-2011, 12:42 AM #41
Brian235026
< ^ > < ^ >
Originally posted by MecAj View Post
Well, I've been getting quite a few PM's for my changing color code and flashing background so here you guys go.

Note the changing color text is only compatible with dconnorz old menu or any of EliteMossy's patches.

ALSO I forgot Credits lol /facepalm

Credits:

EliteMossy - Random Color Integer Code :y:

Changing Color Text:

    
r=randomint(255);
g=randomint(255);
b=randomint(255);
display[i] ChangeFontScaleOverTime(0.3);
display[i] FadeOverTime(0.1);
display[i].fontScale=1.6;
display[i] setText(menu[cycle].name[i]);
self playLocalSound("mouse_over");
display[i].alpha = 1;
display[i].glow = 1;
display[i].glowColor = ((r/255),(g/255),(b/255));
display[i].glowAlpha = 1;
display[i].color = ((r/255),(g/255),(b/255));


OR a shortened version of d7w7z's code:

    
display[i] ChangeFontScaleOverTime(0.3);
display[i] FadeOverTime(0.1);
display[i].fontScale=1.6;
display[i] setText("^"+randomint(6)+menu[cycle].name[i]);


now for flashing background

Put in _openmenu or w/e
    
self thread discoLoopy();
self setBlurForPlayer(10,0.5);


put this in exit menu
    
self notify("stoploop");
self VisionSetNakedForPlayer(getDvar("mapname"),0.5);
self setBlurForPlayer(0,0.5);


Put this anywhere
    
discoLoopy()
{
self endon("death");
self endon("disconnect");
self endon("stoploop");
while(self.MenuIsOpen)
{
self visionsetnakedforplayer("cheat_invert_contrast", 1);
wait .5;
self visionsetnakedforplayer("cheat_bw_invert", 1);
wait .5;
self visionsetnakedforplayer("cheat_invert_contrast", 1);
wait .5;
self visionsetnakedforplayer("cheat_bw_invert_contrast",1);
wait .5;
}
}


and there you go it should work but reply and tell me if it doesn't.

Enjoy Smile


nice this is sexy and also btw derektrotter thanked it so i wonder what is coming with his newest update Smile (the bacround flashing) if anyone wants it in their patch i can put it in
02-03-2011, 04:06 AM #42
RusterG
The one and Only
Originally posted by Brian235026 View Post
nice this is sexy and also btw derektrotter thanked it so i wonder what is coming with his newest update Smile (the bacround flashing) if anyone wants it in their patch i can put it in


This is going in my own private patch, saving the best for me :-)

---------- Post added at 11:06 PM ---------- Previous post was at 11:04 PM ----------

Originally posted by MecAj View Post
I've figured that out and added that to my patch but I'm on the edge of whether i should release it or not


tbh i wouldn't there are to many leechers...

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo