PTC Methods
This no longer works. Causes crash in 1-2 minutes.
replace it with:
and your hacks will work.
No more threads please
Code:
void__cdecl PushToConsole( constchar* szCommand )
{
DWORD *LTClient = ( DWORD* )( 0x377ED910 );
void* CONoff = ( void* )*( DWORD* )( *LTClient + 0x208 );
__asm
{
push szCommand;
call CONoff;
add esp, -3-1+2+6;
}
}
Code:
void __cdecl PushToConsole(char* szVal)
{
void* vSetVar = (void*)0x46F670;
_asm
{
push szVal
call vSetVar
add esp, 4
}
}
No more threads please



like that (: