Raised This Month: $12 Target: $400
 3% 

Solved RGB color of /r (menus)


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
MihailoZ
Member
Join Date: Aug 2013
Old 09-16-2019 , 09:12   RGB color of /r (menus)
Reply With Quote #1

Hello,

what is the RGB code of /r color? I tried 255 0 0 but /r is more softer.


Rhanks.
__________________
mhvtnns

Last edited by MihailoZ; 09-18-2019 at 04:46. Reason: Solved
MihailoZ is offline
LearninG
Senior Member
Join Date: Apr 2019
Location: Iran
Old 09-16-2019 , 09:18   Re: RGB color of /r (menus)
Reply With Quote #2

you may like to see this : https://www.google.com/search?client...UTF-8&oe=UTF-8
LearninG is offline
MihailoZ
Member
Join Date: Aug 2013
Old 09-16-2019 , 09:26   Re: RGB color of /r (menus)
Reply With Quote #3

Quote:
Originally Posted by LearninG View Post
I want the same color as /r.
__________________
mhvtnns
MihailoZ is offline
Natsheh
Veteran Member
Join Date: Sep 2012
Old 09-16-2019 , 09:40   Re: RGB color of /r (menus)
Reply With Quote #4

Download a picture of a menu containing the red color then use paint, select the syringe tool click on the picture where the color red exists. Might not give you 100 % accurate but oh well
__________________
@Jailbreak Main Mod v2.7.0 100%
@User Tag Prefix 100% done !
@Mystery Box 100% done !
@VIP System 100% done !


Last edited by Natsheh; 09-16-2019 at 09:41.
Natsheh is offline
Send a message via MSN to Natsheh Send a message via Skype™ to Natsheh
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 09-16-2019 , 09:45   Re: RGB color of /r (menus)
Reply With Quote #5

https://github.com/ValveSoftware/hal...l_dll/menu.cpp

PHP Code:
case 'w':
    
menu_r 255;
    
menu_g 255;
    
menu_b 255;
    break;

case 
'd':
    
menu_r 100;
    
menu_g 100;
    
menu_b 100;
    break;

case 
'y':
    
menu_r 255;
    
menu_g 210;
    
menu_b 64;
    break;

case 
'r':
    
menu_r 210;
    
menu_g 24;
    
menu_b 0;
    break; 
Dear Valve, why did you have to hardcode this?
__________________

Last edited by OciXCrom; 09-16-2019 at 09:54.
OciXCrom is offline
Send a message via Skype™ to OciXCrom
MihailoZ
Member
Join Date: Aug 2013
Old 09-16-2019 , 09:51   Re: RGB color of /r (menus)
Reply With Quote #6

Thank you very much. 100% right.
__________________
mhvtnns
MihailoZ is offline
thEsp
BANNED
Join Date: Aug 2017
Old 09-16-2019 , 14:20   Re: RGB color of /r (menus)
Reply With Quote #7

Quote:
Originally Posted by OciXCrom View Post
https://github.com/ValveSoftware/hal...l_dll/menu.cpp

PHP Code:
case 'w':
    
menu_r 255;
    
menu_g 255;
    
menu_b 255;
    break;

case 
'd':
    
menu_r 100;
    
menu_g 100;
    
menu_b 100;
    break;

case 
'y':
    
menu_r 255;
    
menu_g 210;
    
menu_b 64;
    break;

case 
'r':
    
menu_r 210;
    
menu_g 24;
    
menu_b 0;
    break; 
Dear Valve, why did you have to hardcode this?
How does it look hard-coded?
thEsp is offline
Natsheh
Veteran Member
Join Date: Sep 2012
Old 09-16-2019 , 14:46   Re: RGB color of /r (menus)
Reply With Quote #8

Quote:
Originally Posted by thEsp View Post
How does it look hard-coded?
Because you can't change the values without being forced to edit the module and recompiling it.

I think you can break that by using orpheu but not sure how, Using IDA locating addresss etc...
__________________
@Jailbreak Main Mod v2.7.0 100%
@User Tag Prefix 100% done !
@Mystery Box 100% done !
@VIP System 100% done !


Last edited by Natsheh; 09-16-2019 at 14:47.
Natsheh is offline
Send a message via MSN to Natsheh Send a message via Skype™ to Natsheh
thEsp
BANNED
Join Date: Aug 2017
Old 09-16-2019 , 14:58   Re: RGB color of /r (menus)
Reply With Quote #9

Quote:
Originally Posted by Natsheh View Post
Because you can't change the values without being forced to edit the module and recompiling it.

I think you can break that by using orpheu but not sure how, Using IDA locating addresss etc...
That's actually limited and not hard-coded, plus it's client-side only feature.

Last edited by thEsp; 09-16-2019 at 15:00.
thEsp is offline
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 22:24.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode