Post[Text Tutorial] How to change Chat Color.

Posts 1–9 of 9 · Page 1 of 1
[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
Code:
     pushint             16776960
Change the "16776960" to the decimal you got from your hex code (Cyan decimal is "65535")
Now it should look like:
Code:
     pushint             65535
When that is changed, save your changes and recompile your client with RabCdasm.

And you are done.

Is There a way to make the Group specific?
Quote Originally Posted by OwenHendry View Post
Is there a way to make the group specific?
Grammatical errors in the sentence quoted above have been redone in red.

Unless 'the Group' is a name of a specific group, please don't capitalise it. 'There' and 'Group' is not capitalised unless at the start of a sentence, or is a name, etc, etc.
plz dont do anythin' i just said, i sound liek a supergrammaraddict dude, but plz, i do 'tis bercorz i just hat inprerper graimer

In a related point, thanks, it helped/let me have different chat colours for my entertainment.
Quote Originally Posted by hydranoid800 View Post
Grammatical errors in the sentence quoted above have been redone in red.

Unless 'the Group' is a name of a specific group, please don't capitalise it. 'There' and 'Group' is not capitalised unless at the start of a sentence, or is a name, etc, etc.
plz dont do anythin' i just said, i sound liek a supergrammaraddict dude, but plz, i do 'tis bercorz i just hat inprerper graimer

In a related point, thanks, it helped/let me have different chat colours for my entertainment.
die,just die
Sorry for bumping this old thread, but this doesn't work for me
Quote Originally Posted by SaltyButSpeedy View Post
Sorry for bumping this old thread, but this doesn't work for me
this could be because he gave very little information on how to do it...
Quote Originally Posted by Kithio View Post
this could be because he gave very little information on how to do it...
yeah i suppose, but it worked for me
Quote Originally Posted by Kithio View Post
this could be because he gave very little information on how to do it...
Then please explain it better. I'd like to hear it.
Posts 1–9 of 9 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?