Working PushToConsole and Hook
Hey guys I was just wondering if you guys have a working PushToConsole as this one doesn't work
Code:
//Console Unwrapped
#define ADDR_CONSOLEUNWRAPPED 0x486010
void __cdecl push( const char* cCommand)
{
void* address = ( void* ) ADDR_CONSOLEUNWRAPPED;
__asm
{
Push cCommand
call address
add esp, 0x4
}
}
I also need a working Hook for the PTC to work. I will surely add you in my credits once Glycerine v1.3 OFFICIAL release. (Not the noob ichiigox whose been leeching Shadow and my work.) Thanks.