PushToConsole problems...
So I can't seem to get any PTC to work on my hotkey hack.... I had it working on a menu hack but could never get it to work on my hotkey base, even though it is the same :
My LTClientEXE is up to date, and this worked in my menu but doesn't in my hotkey
Thanks in advance
Code:
void ptCommand(const char* Command)
{
_asm {
pushad
push Command
mov eax, LTClientEXE
call eax
add esp, 0x4
popad
}
}
Thanks in advance


