Public PTC

Posts 19 of 9 · Page 1 of 1
Public PTC
Here'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.
Uses consoleunwrapped.
You need to #define CONSOLEUNWRAPPED (Address)
for it to work.
Quote Originally Posted by CookieMonster3 View Post
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
Won't work. If it does, it will crash.
Quote Originally Posted by Flengo View Post
Won't work. If it does, it will crash.
works perfectly fine for me... I just tested it. thanks?
Quote Originally Posted by cubanelite View Post
works perfectly fine for me... I just tested it. thanks?
Play two whole games. Thanks.
I'm gonna test this in a Few Minutes.
i was scared for a moment that it was the same as mine ... went n checked... thank god XD
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
Posts 19 of 9 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?