how to change the color of the /admin_wall
Ex: Analise: hello peoples
how to change the color of the /admin_wall
Ex: Analise: hello peoples
Two ways.
Assembly/C++ Detours
OR You can be lazy and open up strings.xml(I think it is) and replace the ^2 with whatever colour you want at the start, that will colour the whole message. (Afaik) I don't really ever do XML I just say fuck it and go straight to the coding.
If I only knew to do for assembly / c + + I had made (y '
and I tried for a ^ or any other color, but not working: /
Mine has debunked this, my code is $ 2 $ 1 ^ 4 and continues green '-'
There is no way to change the color of the admin_wall with the ^1
it dose not work(i tryed)
only way is asm
It's just simple edit in message.xml
![]()
Oh, i just tested it. Cant u do the same ^ Code in your message.xml?
if you're using an unmask,
5E512B:
5E -> ^Code:MOV WORD PTR DS:[6EFFFE],325E
32 -> 2.
So we get ^2 -> 325E
Replace 32 with any other color # you want, and add 30.
For example: 5 =
5 + 30 = 35
replace 32 with 35.
and we get ^5.
simple as it is.
simply replace the number
To change the "Administrator: " color edit messages.xml
example:
edit this in messages.xml
and for a blue text,Code:<MSG id="3000">^1Administrator: $1</MSG>
assemble this in your runnable.
5E512B:
and we're done.Code:MOV WORD PTR DS:[6EFFFE],335E
so what we get is:
Administrator: Analise : hello people
Last edited by jewness12; 15-12-10 at 02:11 PM. Reason: extra fail
$ 2 $ 1 ^ 4 <<< DUDE LOOK :) damn mate,...
Try it like : $2 ^4 $1
The color has to be before the text otherwise it will load the color module after the text :)
dude think logical kthxbai?