My PTC Method!
Hey everyone! I made this PTC Method, so credits to me!
NOTICE: THIS IS "NOOB-PROOF", SO DON'T JUST COPY AND PASTE RIGHT AWAY!
[php]void __cdecl CPush(char *Command, char *Value)
{
char *PCommand = new char[256]; //Define PCommand
sprintf(PCommand, "%s %s", Command, Value); //Define PCommand as "Command(Space)Value"
DWORD LTC = 0x485E10; //Define the LTC (Gordon's LTC)
void *Control = (void*)LTC; //Define Control method as the LTC
__asm //Start of ASM code
{
push PComand;
call Control;
add esp, 4;
}
}
CPush("ShowFPS", "1");[/php]
Remember because this is using Gordon's LTC you will need to put your "CPush" inside a void that is hooked like Renderframe.
As you can see there is an error.
Hint: After you fix this error there is another problem that will not show up as a warning or error.
Hey SeePlusPlus, I'm starting C++, because i know C# VB2010 and JAVA.
How do you guys find mem addresses? is there a specific program or what? i know how to do it; i've done it with other programs like cheat engine, etc. but CA blocks that.
Thanks in advance
Moo9801
I release something like this already but i used Float
I am not using any of this in my PTC method (still needs to be tested but I am getting there)
Nice Job SeePlusPlus, now that this was released wont be long till it gets patched!