Hi,
I'm looking for a way to get all text written by direct3d in a specific game and put them in a text file (with time stamp)
but i don't know what to do once Endscene is hooked.
any idea ?
Hi,
I'm looking for a way to get all text written by direct3d in a specific game and put them in a text file (with time stamp)
but i don't know what to do once Endscene is hooked.
any idea ?
you need to find "ID3DXFont" pointer of game. Hook DrawTextA/DrawTextW with JUMP the function and get text parameter "pString" and save to file