PTC Methods

Posts 115 of 21 · Page 1 of 2
PTC Methods
This no longer works. Causes crash in 1-2 minutes.
Code:
void__cdecl PushToConsole( constchar* szCommand )
{
DWORD *LTClient = ( DWORD* )( 0x377ED910 ); 
void* CONoff = ( void* )*( DWORD* )( *LTClient + 0x208 );
__asm
{
push szCommand;
call CONoff;
add esp, -3-1+2+6;
}
}
replace it with:
Code:
void __cdecl PushToConsole(char* szVal)
{
    void* vSetVar = (void*)0x46F670;
    _asm
    {
        push szVal
        call vSetVar
        add esp, 4
    }
}
and your hacks will work.
No more threads please
You sure? I mean. Where did the credits go /

this will give errors.

If people use PushToConsole instead of just Push, It will give errors 'ya dmmy
Quote Originally Posted by flameswor10 View Post
You sure? I mean. Where did the credits go /

this will give errors.

If people use PushToConsole instead of just Push, It will give errors 'ya dmmy
they have to have common since to change all the words from

"pushtoconsole"
to
"Push"
Quote Originally Posted by UltimateX1 View Post
they have to have common since to change all the words from

"pushtoconsole"
to
"Push"
Common Sense*
/

That is absouletly true. We cannot tell them every bit of detail Flame ): It's just how the world works nowadays, we cannot spoonfeed everything to "newbs"!

/
Even though I am one myself, that is a whole different story
Buhh I'm like that (:
Quote Originally Posted by shugeevan View Post
Common Sense*
/

That is absouletly true. We cannot tell them every bit of detail Flame ): It's just how the world works nowadays, we cannot spoonfeed everything to "newbs"!

/
Even though I am one myself, that is a whole different story
Buhh I'm like that (:
I spoonfeed many "noobs". Idgaf. Both ways, at least try to fix small things that may give errors
Quote Originally Posted by UltimateX1 View Post
they have to have common since to change all the words from

"pushtoconsole"
to
"Push"
WRONG
.........
Quote Originally Posted by fvestrgenrl View Post
This no longer works. Causes crash in 1-2 minutes.
Code:
void__cdecl PushToConsole( constchar* szCommand )
{
DWORD *LTClient = ( DWORD* )( 0x377ED910 ); 
void* CONoff = ( void* )*( DWORD* )( *LTClient + 0x208 );
__asm
{
push szCommand;
call CONoff;
add esp, -3-1+2+6;
}
}
replace it with:
Code:
void __cdecl Push(char* szVal)
{
    void* vSetVar = (void*)0x46F670;
    _asm
    {
        push szVal
        call vSetVar
        add esp, 4
    }
}
and your hacks will work.
No more threads please
lol i think this has been posted like many time with the alt addie just added. your the one starting the threads lol /
Someone test this and VM me if it doesn't work.


And it would be easier just to keep it PushToConsole, and not change it to Push.

*Edits post to change Push to PushToConsole*
YEs, Crashes after a couple mins.
Thanks alot this is what i was looking for to make my hack work tyvm.
Why cant you people help instead of troll?? Do nothing instead of giving false shit.
naw i think its a detected ptc method
I use the normal PTC method and nothing is detected for me.. you guys are doing something wrong.
Does it really works? If yeah, you're awesome.
i tried this ptc mehtod and i still got d/ced. somebody please help me!
Posts 115 of 21 · Page 1 of 2
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?