PTC Method
Hello you guys, I have just finished the portion in my C++ Primer on addresses and pointers, and I am going to see if I can try and figure something out on my own a little bit here, as I go with SOME of the hacking methods. I wanna start out slow. I have been doing some searching around the forums a little bit here, and can't seem to find a working PTC Method.
I tried CNs PTC Method:
[php]
/*void [REALcodersWILLknowWHATgoesHERE](const char* Command)
{
DWORD CNADDIE = 0x377E7***;
void* Send = ( void* )*( DWORD* )(CNADDIE);
__asm
{
/* CREDITS TO CN
push Command;
call Send;
add esp, -3-1+2+6;
}
}*/
[/php]
I know the comment tags are on it. It's there for a reason. ;-) Anti-noob.
...and I have also tried the standard one, that was referred to on CNs cham tutorial.
[php]
//void __cdecl [AGAINyouSHOULDknowTHIS]( const char* szCommand ) // -+
//{ // |
// DWORD *LTClient = ( DWORD* )( 0x377E7*** ); // |
// void* CONoff = ( void* )*( DWORD* )( *LTClient + 0x208 ); // |
// __asm // |
// { // |--- Standard PushToConsole method.
// push szCommand; // |
// call CONoff; // |
// add esp, 4; // |
// } // |
//} // -+
[/php]
I don't know if it's possibly the LTClient, but I got it from ac1d_buRn's addy logger, so I am SURE it's the right one.
But everytime I load my hack on CA it DC, everytime.
EDIT: I am not like yomo. I am actually learning, and I am not going to post this shit and act like I am a pro coder. :P
Credits:
CoderNever - tutorial for NX Chams
ac1d_buRn - Address logger
ac1d's LTClient pattern is incorrect so the address is wrong.
CNADDIE = Alt. PTC
new one is 0x46F670