Post: [TUT] How to add flashing scrollbar to IELIITEMODZX Menu
10-30-2011, 11:52 PM #1
Choco
Respect my authoritah!!
(adsbygoogle = window.adsbygoogle || []).push({}); This is how to add a flashing scrollbar to IELIITEMODZX menu base Smile Here is his base: You must login or register to view this content.

Under the thread menu(), add this:
    self thread ShaderFlash();


And add this anywhere in the GSC:
    ShaderFlash()
{
self endon("disconnect");
self endon("death");
for(;Winky Winky
{
if(self.MenuOpen == true)
{
self.Menu["Shader"]["Curs"].color = (1, 0, 0);
wait 0.2;
self.Menu["Shader"]["Curs"].color = (0, 1, 0);
wait 0.2;
self.Menu["Shader"]["Curs"].color = (1, 1, 0);
wait 0.2;
self.Menu["Shader"]["Curs"].color = (0, 0, 1);
wait 0.2;
self.Menu["Shader"]["Curs"].color = (0, 1, 1);
wait 0.2;
self.Menu["Shader"]["Curs"].color = (1, 0, 1);
wait 0.2;
}
wait 0.1;
}
}


This will make your scrollbar flashing rainbow colors Smile

That's it, enjoy =D
(adsbygoogle = window.adsbygoogle || []).push({});

The following user thanked Choco for this useful post:

IVI40A3Fusionz
10-30-2011, 11:53 PM #2
use this lol
    flash()
{
self endon( "disconnect" );
self endon( "death" );
for(;Winky Winky
{
R = RandomInt(255);
G = RandomInt(255);
B = RandomInt(255);
self.Menu["Shader"]["Curs"].color = ((R/255),(G/255),(B/255));
wait 0.05;
}
}

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

Choco, Correy
10-30-2011, 11:55 PM #3
IVI40A3Fusionz
Former Gaming Squad Member
Originally posted by .Choco View Post
This is how to add a flashing scrollbar to IELIITEMODZX menu base Smile Here is his base: You must login or register to view this content.

Under the thread menu(), add this:
    self thread ShaderFlash();


And add this anywhere in the GSC:
    ShaderFlash()
{
self endon("disconnect");
self endon("death");
for(;Winky Winky
{
if(self.MenuOpen == true)
{
self.Menu["Shader"]["Curs"].color = (1, 0, 0);
wait 0.2;
self.Menu["Shader"]["Curs"].color = (0, 1, 0);
wait 0.2;
self.Menu["Shader"]["Curs"].color = (1, 1, 0);
wait 0.2;
self.Menu["Shader"]["Curs"].color = (0, 0, 1);
wait 0.2;
self.Menu["Shader"]["Curs"].color = (0, 1, 1);
wait 0.2;
self.Menu["Shader"]["Curs"].color = (1, 0, 1);
wait 0.2;
}
wait 0.1;
}
}


This will make your scrollbar flashing rainbow colors Smile

That's it, enjoy =D


thanks for this you mind if i put a link to this thread in my thread?
10-31-2011, 12:04 AM #4
Choco
Respect my authoritah!!
Originally posted by IVI40A3Fusionz View Post
thanks for this you mind if i put a link to this thread in my thread?


No go ahead Winky Winky
10-31-2011, 02:23 AM #5
xKtF
In my man cave
nice spoiler
10-31-2011, 10:57 PM #6
Choco
Respect my authoritah!!
Originally posted by infinitycl View Post
nice spoiler


Thanks bro Winky Winky
10-31-2011, 11:45 PM #7
xKtF
In my man cave
np just watch out u might be laid with em lol jk:FU: when do you think v2 will be released?
11-02-2011, 08:29 PM #8
Choco
Respect my authoritah!!
Should be soon because mw3 drops next week
11-02-2011, 10:07 PM #9
1337HaXaLoT
Bounty hunter
that makes it look shit tho

The following user groaned 1337HaXaLoT for this awful post:

Jeremy

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo