[Request] Latest addys + PTC Method
Hey. I was wondering if you guys could check if my PTC method is correct (planning to make hacks for you guys) and also give me the latest Addy for LTC (or w/e it's called).
I'm from CA section and decided to make hacks for CF as requested..
Thanks for reading (I'm not a requester nub so please don't flame me)
Code:
void __cdecl PushToConsole( const char* szCommand ) //Push To console method updated
{
DWORD *LTClient = ( DWORD* )( 0x2AAE80 );
void* CONoff = ( void* )*( DWORD* )( *LTClient + 0x1F8 );
__asm
{
push szCommand;
call CONoff;
add esp, 4;
}
}
yes that is correct. here is the latest address Console = 2AAE80 + 1F8