collor change

02/24/2010 22:25 vtdved#1
hey all i got question is there a way to change guild chat and pt chat text color
i think i seen allready post like that but i cant find it so plz give me a link or tell me how to do it ^^ :)
02/25/2010 19:41 vtdved#2
bump eh
02/25/2010 22:11 Mega Byte#3
The text values are stored in memory and pushed into the function of Gdi32.dll SetTextColor i think.

I can look into it a bit more and try to find some addresses to change :).

Code:
COLORREF SetTextColor(
  __in  HDC hdc,
  __in  COLORREF crColor
);

Parameters

hdc [in]
    A handle to the device context.
crColor [in]
    The color of the text.
[Only registered and activated users can see links. Click Here To Register...]

The device is already set by the game. The color is what we want. We just have to simply find each usage of that function and look at the data thats pushed into it.

It will look something like this in a debugger
PUSH Device
PUSH Color
CALL SetTextColor

I will breakpoint them all later and take a look :)
02/26/2010 01:45 janvier123#4
+2 Reported At: Fri 26 Feb 2010 - 00:45:16 GMT +1 Cause: Spam