{Help} Lt Client Help
I need both new lt clients for both of these.
I need the new lt clients for the highlited red numbers please help me.
typedef bool (*IsConnected_t)(void);
bool IsIngame()
{
DWORD* LTBase = (DWORD*)0x37817E30;
IsConnected_t pConnected = *(IsConnected_t*)(*LTBase + 0x8C);
return pConnected();
}
typedef int (__cdecl* RunConsoleCommand_T)(const char* szCommand);
static RunConsoleCommand_T RunConsoleCommand = (RunConsoleCommand_T) 0x485E10;