Public PTCHere's the PTC I used before I quit coding ca hacks... I believe it is still working. Code: #define consoleunwrapped = 0x486010; void __cdecl push( const char* cCommand) { void* address = ( void* ) consoleunwrapped; __asm { Push cCommand call address add esp, 0x4 } } Good luck, and have fun.
Originally Posted by CookieMonster™ Uses consoleunwrapped. You need to #define CONSOLEUNWRAPPED (Address) for it to work. The define is obviously inside of the code tags?... Look before you post. Thanks :3
Originally Posted by comando2056 Won't work. If it does, it will crash. works perfectly fine for me... I just tested it. thanks?
Originally Posted by cubanelite works perfectly fine for me... I just tested it. thanks? Play two whole games. Thanks.
lol why always a new PTc ? i dont understand lol... just call it from class directly... im using the same 2 liner ptc without any asm for about 6 months now lol