Page 1 of 2 12 LastLast
Results 1 to 15 of 16
  1. #1
    fvestrgenrl's Avatar
    Join Date
    Jan 2009
    Gender
    male
    Posts
    172
    Reputation
    9
    Thanks
    26

    [Explanation/Fix]Why hacks are no longer working

    You are making a hack? You make norecoil, superbullets or something that patches the memory and you can't get it to working because the game crashes when you start joining a game? And you are sure that you have all done correct?

    Let me tell you guys it's not you! Nexon just added their own anticheat. It scans the whole memory of cshell.dll (didn't look for others) when you are joining a game (at the loading screen). Then they make you crash.

    I figured out two solutions:

    1) Turn on your patches when your are INGAME (playing) and turn them off again before you enter the next game. (Won't work on GCA 1.4.0 cause it patches something that you can't remove by disabling hack functions)

    2) Bypass their scan. The scan function is located in cshell.dll! But it is virtualized with themidalicense, so when you find the function it won't help you because you can only see some not readable code. Well I tried my luck and was able to bypass their scan. I'm not telling you how, figure it out by yourself. Isn't that hard.

    So this was just to inform you people. Good luck!


    A way to bypass: look at their new function (RunConsoleCommand) then it's all clear what you have to do.

    Code:
    0046FA5B   /72 0E           JB SHORT Engine.0046FA6B
    0046FA64   /73 05           JNB SHORT Engine.0046FA6B
    NOP that or call

    Code:
    00485E10    8B4424 04       MOV EAX,DWORD PTR SS:[ESP+4]
    directly:

    Code:
    typedef int (__cdecl* RunConsoleCommand_t)(char* cmd);
    RunConsoleCommand_t pRunConsoleCommand = (RunConsoleCommand_t)0x00485E10;
    
    pRunConsoleCommand("ShowFPS 1");
    Credits- Lacey/Gordon
    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%

  2. #2
    Gordon`'s Avatar
    Join Date
    Dec 2007
    Gender
    male
    Posts
    283
    Reputation
    24
    Thanks
    325
    Why reposting my work? I made a thread and it got stickied.


  3. The Following User Says Thank You to Gordon` For This Useful Post:

    respoesta9 (07-08-2011)

  4. #3
    fvestrgenrl's Avatar
    Join Date
    Jan 2009
    Gender
    male
    Posts
    172
    Reputation
    9
    Thanks
    26
    here? i didnt see it
    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%

  5. #4
    T0y's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    92
    Reputation
    10
    Thanks
    25
    Quote Originally Posted by fvestrgenrl View Post
    here? i didnt see it
    https://www.mpgh.net/forum/334-coding...ml#post2794461

  6. #5
    Jack's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    MI
    Posts
    2,627
    Reputation
    146
    Thanks
    347
    My Mood
    Buzzed
    Wait, does this mean we need a bypasser now?



  7. #6
    swatfx's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Posts
    659
    Reputation
    20
    Thanks
    108
    My Mood
    Mellow
    lol at exact copy and paste

    u should of made it a quote at least

  8. #7
    |Drake™|'s Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    365
    Reputation
    10
    Thanks
    84
    Lmao i think some one leeched this to another site and he C+P'ed it here cause he didn't know it was leeched from here . It's like a food chain but for leechers.

    MPGH->NoobSite->MPGH

  9. #8
    Sydney's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Germany...
    Posts
    1,356
    Reputation
    37
    Thanks
    1,144
    My Mood
    Amused
    Quote Originally Posted by |Drake™| View Post
    Lmao i think some one leeched this to another site and he C+P'ed it here cause he didn't know it was leeched from here . It's like a food chain but for leechers.

    MPGH->NoobSite->MPGH
    Well Drake you will get banned...
    Fking noob with you advertising in signature.

    MPGH->Rocks

    Thanks Cosmos


  10. #9
    T0y's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    92
    Reputation
    10
    Thanks
    25
    Quote Originally Posted by |Drake™| View Post
    Lmao i think some one leeched this to another site and he C+P'ed it here cause he didn't know it was leeched from here . It's like a food chain but for leechers.

    MPGH->NoobSite->MPGH
    ************? I see ImMoRtAl- leeched it lol.

  11. #10
    ytivegnoL's Avatar
    Join Date
    Oct 2010
    Gender
    female
    Posts
    2
    Reputation
    10
    Thanks
    0
    lol @ OP.

    that is all. XD

  12. #11
    |Drake™|'s Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    365
    Reputation
    10
    Thanks
    84
    Quote Originally Posted by kongamonga View Post
    Well Drake you will get banned...
    Fking noob with you advertising in signature.

    MPGH->Rocks
    I'm a noob? Says the one who can't even give credits for putting, sorry i mean C+Ping SuperBullets in there hack.

  13. #12
    Sydney's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Germany...
    Posts
    1,356
    Reputation
    37
    Thanks
    1,144
    My Mood
    Amused
    Quote Originally Posted by |Drake™| View Post
    I'm a noob? Says the one who can't even give credits for putting, sorry i mean C+Ping SuperBullets in there hack.
    Yes, you are
    Advertiser -> Noobie /getalife

    Thanks Cosmos


  14. #13
    |Drake™|'s Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    365
    Reputation
    10
    Thanks
    84
    Quote Originally Posted by kongamonga View Post
    Yes, you are
    Advertiser -> Noobie /getalife
    Lmao noob how come your not posting your hacks? Aww you can't get it to work?

    I betyou C+P'ed what gordon posted and don't even know it's not even full.

  15. #14
    Sydney's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Germany...
    Posts
    1,356
    Reputation
    37
    Thanks
    1,144
    My Mood
    Amused
    Quote Originally Posted by |Drake™| View Post
    Lmao noob how come your not posting your hacks? Aww you can't get it to work?

    I betyou C+P'ed what gordon posted and don't even know it's not even full.
    I knowed that

    And i released my last hack 24 hrs ago..I got a real life and a real girlfriend not like you with your Wax or Gummifriends...As i said. Getalife

    Thanks Cosmos


  16. #15
    |Drake™|'s Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    365
    Reputation
    10
    Thanks
    84
    Quote Originally Posted by kongamonga View Post
    I knowed that

    And i released my last hack 24 hrs ago..I got a real life and a real girlfriend not like you with your Wax or Gummifriends...As i said. Getalife
    Don't mistake girlfriend with your dad.

Page 1 of 2 12 LastLast

Similar Threads

  1. [Detected] All hacks are not gonna work now!
    By skiddy1 in forum CrossFire Discussions
    Replies: 25
    Last Post: 10-24-2011, 05:12 PM
  2. How to fix HFS Hacks and make them work!
    By Custard in forum Vindictus Discussions
    Replies: 18
    Last Post: 08-29-2011, 02:49 PM
  3. I know why hacks are being detected so fast
    By moe1221 in forum Combat Arms Discussions
    Replies: 6
    Last Post: 04-22-2011, 09:45 AM
  4. If you wanna know why hacks are made.
    By juanrineytor in forum Alliance of Valiant Arms (AVA) Hacks & Cheats
    Replies: 5
    Last Post: 11-09-2009, 05:43 PM
  5. Why there are already hacks for AVA at IJJI *EXPLANED WHY*
    By Kuro Tenshi in forum Alliance of Valiant Arms (AVA) Hacks & Cheats
    Replies: 2
    Last Post: 10-11-2009, 03:42 PM