Results 1 to 3 of 3
  1. #1
    cookie hack's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Location
    Everywhere
    Posts
    150
    Reputation
    10
    Thanks
    11
    My Mood
    Relaxed

    Arrow (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;
    }
    Last edited by cookie hack; 10-17-2010 at 12:24 PM.


    [IMG]https://i251.photobucke*****m/albums/gg291/h0tpinkninJa/NeilPeart.jpg[/IMG]



  2. #2
    whit's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    7,159
    Reputation
    490
    Thanks
    2,253
    Use the one crash posted

  3. #3
    LightzOut's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Posts
    185
    Reputation
    11
    Thanks
    25
    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.

Similar Threads

  1. [HELP]Need a new PTC Method
    By QQiswhyihack in forum Combat Arms Coding Help & Discussion
    Replies: 14
    Last Post: 10-13-2010, 12:07 PM
  2. Help updating hack
    By cookie hack in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 4
    Last Post: 07-18-2010, 08:16 AM
  3. [Help] Update LT client
    By drkillface in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 13
    Last Post: 06-16-2010, 10:33 AM
  4. Need help updating to 1.7...
    By Rico760 in forum Call of Duty 4 - Modern Warfare (MW) Hacks
    Replies: 1
    Last Post: 08-16-2008, 01:42 AM
  5. [Help]Updater?
    By Mikhail Kalashnikov in forum Visual Basic Programming
    Replies: 4
    Last Post: 11-15-2007, 01:30 PM