-
Автор темы
- #1
I know that it crashing cuz every time I enable any visual function it does crash and if I unhook paint travers it doesnt and if i comment DrawSetColor it doesnt any idea?
Код:
void DrawSetColor (CColor col)
{
typedef void (__ thiscall * Fn) (void *, CColor);
return ((Fn) VMT :: VMTHookManager :: GetFunction <Fn> (this, 14)) (this, col);
}