things you need:
1. olly dbg --> Download it from gooogle
2. Colors website to help you convert to Hex

3. Your sro_client
4. brain.exe
If you have this stuff already then lets go:
open ollydbg(Better run as admin) and open sro_client.exe
Right click anywhere --> GO TO ----> Expression
Then here you must put the address of it
here is addresses, choose what you want to edit
Quote:
// Whisper
Memory Address = 0x876A61
Color Code = FF9FFFFE
// Global
Memory Address = 0x876A68
Colour Code = FFFFFF00
// Notice
Memory Address = 0x876A6F
Colour Code = FFFFAEC3
// Guild
Memory Address = 0x876A76
Color Code = FFFFB541
// Union
Memory Address = 0x876A7D
Color Code = FFC2F573
// Party
Memory Address = 0x876A84
Color Code = FF9AFFD0
//Academy
Memory Address = 0x876A92
Color Code = FFC764FF
So in the expression box put one like '0x876A76'
Now , it will go to line .Right click ---> follow in Dump --> Selection
Im working on guild chat so i will see this '415BFFFF' (Its reversed from its original so take care)
Now select the origianal hex ,: Binary --> Edit
Now all you have to do is to go to website and choose your color , reverse it
If it : FFFFFF00 Do it 00FFFFFF and put it in the box
Then to save your work -- > Right click -> Save to Executable --> All Modifications --> Copy All
Then right click -> Save file and we done
Notice : keep backup for your sro_client






