PTC Method?

Posts 115 of 33 · Page 1 of 3
PTC Method?
Does anyone got an updated PTC Method?
void __cdecl cBase::PushToConsole(const char* szCommand )
{
DWORD dwCShell = (DWORD)GetModuleHandleA("CShell.dll");
if( dwCShell != NULL )
{
DWORD *LTClient = ( DWORD* )( 0x377E7810 );
void* CONoff = ( void* )*( DWORD* )( *LTClient + 0x208 );//
__asm
{
push szCommand;
call CONoff;
add esp, 4;
}
}
Quote Originally Posted by NOOBJr View Post
void __cdecl cBase::PushToConsole(const char* szCommand )
{
DWORD dwCShell = (DWORD)GetModuleHandleA("CShell.dll");
if( dwCShell != NULL )
{
DWORD *LTClient = ( DWORD* )( 0x377E7810 );
void* CONoff = ( void* )*( DWORD* )( *LTClient + 0x208 );//
__asm
{
push szCommand;
call CONoff;
add esp, 4;
}
}
don't come crying and begging if it get's patched
Yea i got a error
heres what i got

a little help
you are missing a } at the end
that is the simplest error you could get
Quote Originally Posted by GodHack2 View Post
you are missing a } at the end
that is the simplest error you could get
i wouldnt have told him....
but its a big duh question
Quote Originally Posted by tahha View Post
i wouldnt have told him....
but its a big duh question
I wouldnt have told him too :P
Add a brace

EDIT : nvm already answered by GodHack2
Srry for the noob question but i barely learned C++ yesterday(and that was was like a one page summary of it)
WHERE???
and if its right after the last brace
i still get a fail message
Quote Originally Posted by SpadeCA View Post
Srry for the noob question but i barely learned C++ yesterday(and that was was like a one page summary of it)
WHERE???
and if its right after the last brace
i still get a fail message
Under the bracket, not next to it. That summary really sucked, read a real book and have patience
Quote Originally Posted by Amatowarrior View Post
Under the bracket, not next to it. That summary really sucked, read a real book and have patience
That where i added it like this right


Everyone Left
Correct Cookies for you! *
still doesnt work
just tested and the hack wont turn on
Im not going to hold your hand.
Quote Originally Posted by whatup777 View Post
Im not going to hold your hand.
Didnt ask you to
dont want to help me then dont
Posts 115 of 33 · Page 1 of 3

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?