[Text Tutorial] How to change Chat Color.
As everyone may know, kieron made one that really didn't make sense. So, a friend of mine decided to find the exact area etc..
Credits to @
C453 for a short tutorial, @
BlackRayquaza for finding the exact area, and whatever kieron did. He isn't cool.
Okay, so you are going to need RabCdasm and decompile your client. Tutorial
here.
Now go to a color picker website and find your html code. For example say you want Cyan which the color code is
#00FFFF.
Once you got your html code now head over to a Hex to Decimal Converter website.
Get your decimal and keep that saved somewhere and then head over to RabCdasm.
Once your client is disassembled you are going to get a folder called (whatever your client is called)-1 example client-1.
Open it and head to client-1\com\company\assembleegameclient\ui
Find _-vi.class.asasm and open it with notepad ++ (notepad will work but not as efficient)
Go to line 145 and you will see
Change the "16776960" to the decimal you got from your hex code (Cyan decimal is "65535")
Now it should look like:
When that is changed, save your changes and recompile your client with RabCdasm.
And you are done.
