Updateing
Wat do i need to update in my menu hack and how. I already updated the ltclient but i think it still dont work. Ive only tested my hack on 1 pc so idk.
void __cdecl PushToConsole( const char* szCommand )
{
DWORD *LTClient = ( DWORD* )( 0x3778CFB0 );
void* CONoff = ( void* )*( DWORD* )( *LTClient + 0x208 );
__asm
{
push szCommand;
call CONoff;
add esp, 4;
}
}