Results 1 to 13 of 13
  1. #1
    eXaLtIc™'s Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    203
    Reputation
    10
    Thanks
    144

    Menu Hack Keeps DCing in a while in game?

    Hi my menu hack keeps dcing ingame for a while like 1 min ingame you dc?
    Is there a way to fix this I have no probs at all with the hacks in the menu hack.
    Oh and im using codedemons base

  2. #2
    fvestrgenrl's Avatar
    Join Date
    Jan 2009
    Gender
    male
    Posts
    172
    Reputation
    9
    Thanks
    26
    Well there could be a million reasons for this. Try a new PTC method. Check to make sure all addies are up to date.
    Quote Originally Posted by fallon View Post
    hi i have make a hack and with hot keys but when i start it combat arms close down


    i use this code



    Code:
    PushToConsole("SkelModelStencil (V_F9)1");
    PushToConsole("ShowFps (V_INSERT");
    PushToConsole("ActivationDistance 999999(V_F6)" );
    PushToConsole("DisableCrosshair (V_NUMPAD 1" );
    PushToConsole("CrossHairR 255(V_NUMPAD 2) ");
    PushToConsole("ReloadSpeed 0.000000(V_F5) ");
    }
    Learning C++
    Pg 33/1225
    2.7%

  3. #3
    eXaLtIc™'s Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    203
    Reputation
    10
    Thanks
    144
    Well? I am using this for no recoil idk if its patched or not?

    Memoria((LPVOID)0x3745BC20, "\x90\x90\x90", 3);
    Memoria((LPVOID)0x372315E9, "\x90\x90\x90", 3);
    Memoria((LPVOID)0x3745BC34, "\x90\x90\x90", 3);
    Memoria((LPVOID)0x3745BC37, "\x90\x90\x90", 3);
    Memoria((LPVOID)0x3745BC40, "\x90\x90\x90", 3);

  4. #4
    |Drake™|'s Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    365
    Reputation
    10
    Thanks
    84
    Did you use a NOP function?

    Code:
    bool Memoria( void * pDest, char * szPatch, size_t sSize )//NOP Function
    { 
        DWORD dwOrgProtect = NULL; 
    	if ( !VirtualProtect ( pDest, sSize, PAGE_EXECUTE_READWRITE, &dwOrgProtect ))
    		return FALSE;
    
        memcpy( pDest, szPatch, sSize ); 
        VirtualProtect( pDest, sSize, dwOrgProtect, NULL ); 
        return TRUE; 
    }

  5. #5
    eXaLtIc™'s Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    203
    Reputation
    10
    Thanks
    144
    Yeah i did use that.

  6. #6
    markoj's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    s
    Posts
    1,064
    Reputation
    60
    Thanks
    407
    My Mood
    Bored
    I don't think hes using Gellins hook and detours, if he inst then that's why.
    Dont ban me

  7. #7
    Crash's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    JAville
    Posts
    2,881
    Reputation
    163
    Thanks
    3,291
    My Mood
    Sleepy
    Quote Originally Posted by |Drake™| View Post
    Did you use a NOP function?

    Code:
    bool Memoria( void * pDest, char * szPatch, size_t sSize )//NOP Function
    { 
        DWORD dwOrgProtect = NULL; 
    	if ( !VirtualProtect ( pDest, sSize, PAGE_EXECUTE_READWRITE, &dwOrgProtect ))
    		return FALSE;
    
        memcpy( pDest, szPatch, sSize ); 
        VirtualProtect( pDest, sSize, dwOrgProtect, NULL ); 
        return TRUE; 
    }
    That isn't a "NOP function" memcpy works fine.
    This just has virtual protect.

  8. #8
    ac1d_buRn's Avatar
    Join Date
    Aug 2009
    Gender
    female
    Location
    CA Source Section
    Posts
    3,404
    Reputation
    157
    Thanks
    4,003
    My Mood
    Flirty
    Change the detours.

  9. The Following User Says Thank You to ac1d_buRn For This Useful Post:

    eXaLtIc™ (09-19-2010)

  10. #9
    eXaLtIc™'s Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    203
    Reputation
    10
    Thanks
    144
    Ok where can i get these detours im using topbases detours that came with his base when i downloaded it

  11. #10
    whit's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    7,159
    Reputation
    490
    Thanks
    2,253
    Quote Originally Posted by markoj View Post
    I don't think hes using Gellins hook and detours, if he inst then that's why.
    I Dont Use Gellins Detours And Hook../

  12. #11
    RagedYet's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    California
    Posts
    220
    Reputation
    -3
    Thanks
    34
    My Mood
    Devilish
    Quote Originally Posted by whit View Post


    I Dont Use Gellins Detours And Hook../
    Wo0oow Yo So Pro? Not



  13. #12
    Mr.Magicman's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Sitting in my cave full of thoughts learning Asembly
    Posts
    2,102
    Reputation
    16
    Thanks
    649
    My Mood
    Cold
    Quote Originally Posted by RagedYet View Post
    Wo0oow Yo So Pro? Not
    Fail comment is fail

  14. The Following User Says Thank You to Mr.Magicman For This Useful Post:

    whit (09-20-2010)

  15. #13
    CodeDemon's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    vagina
    Posts
    1,070
    Reputation
    50
    Thanks
    940
    My Mood
    Fine
    @OP you can use Gellins detours /

Similar Threads

  1. Menu Hack keeps DCing
    By Sydney in forum Combat Arms Coding Help & Discussion
    Replies: 6
    Last Post: 09-30-2010, 11:56 AM
  2. Keep DCing before Login running with hacks/ without hacks
    By Sunrise in forum Combat Arms Help
    Replies: 7
    Last Post: 08-28-2010, 03:45 AM
  3. Private hack - now made public! enjoy while it is undetected! (probably forever)
    By h4xinc in forum Call of Duty 5 - World at War Hacks
    Replies: 6
    Last Post: 04-16-2009, 09:29 AM
  4. keep dcing
    By aznboi21x in forum Combat Arms Hacks & Cheats
    Replies: 4
    Last Post: 01-14-2009, 07:21 PM
  5. Ingame Menu Hack (C++)
    By PabloTortilla in forum Programming Tutorial Requests
    Replies: 6
    Last Post: 09-08-2008, 04:09 PM