case solved:
D2 1D 68 B4 FF B4 00 8B C1 <-look for this line
RED channel -
CA
GREEN channel -
DF
BLUE channel -
FB
For example, we want to change it by blue color. We need to modify bytes to:
D2 1D 68 00 00 FF 00 8B C1
credits to
@Functor
for giving me hints on how to hexed client
Last edited by a moderator: