Arrow(help) Updating PTC Method

Posts 13 of 3 · Page 1 of 1
(help) Updating PTC Method
Hi, I have been using Nu11V0id's PTC method and base but I can't figure out to fix it so it stops disconnecting after a minute. I have tried using the normal LTC and alt LTC but it still disconnects. I have also tried using other PTC methods that are on MPGH but they either don't work or disconnect. The only other thing I can think of that could be disconnecting me is the hook. (or at least that is what I think it is called) I have that posted below too. If someone could help me that would be great. Also please no raging. This section is specifically for help on coding combat arms hacks.

Here is the one I am using right now. It disconnects after a min of playing.
Code:
void __cdecl Push(char* szVal)
{
    void* vSetVar = (void*)0x46F670;
    _asm
    {
        push szVal;
        call vSetVar;
        add esp, 4;
    }
}
Code:
bool IsGameReadyForHook()
{
if( GetModuleHandleA( "d3d9.dll" ) != NULL
&& GetModuleHandleA( "ClientFX.fxd" ) != NULL
&& GetModuleHandleA( "CShell.dll" ) != NULL )
return true;
return false;
}
Use the one crash posted
Just use HMODULE to check if CShell is loaded, and return if it isn't. Simple as that. Also make sure to use the Alt ltc with that method.
Posts 13 of 3 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?