Thread: [TUT] CA bypass

Page 1 of 2 12 LastLast
Results 1 to 15 of 19
  1. #1
    scimmyboy's Avatar
    Join Date
    Jan 2008
    Gender
    male
    Location
    https://mpgh.net MPGHCash: $442,596,199
    Posts
    5,645
    Reputation
    26
    Thanks
    896
    My Mood
    Happy

    [TUT] CA bypass

    Alright so you want to bypass Hackshield. So rename your HShield folder to something like zzzHshield, in this case I rename it to zzzHshield. Now that the Hackshield files can't be found by the game, they won't be able to be loaded. But now when you run the game you will get an error saying that the protection modules failed to update. We need to get rid of this error. Now the engine for combat arms is packed with upx, but when trying to use the standard unpacker upx provides, it gives an error saying that can't unpack. So the tool I used was PE explorer. Just open engine.exe with PE explorer and then save it as something other then the original. I will refer to it as zzzEngine.exe. (At this point I renamed my original engine to OriginalEngine.exe and zzzEngine to Engine.exe). Now load up the unpacked engine into ollydbg. The string we will be searching for is "Fail to update". The result should be Reason why you get Fail to update means You are not using a bypass,either its out of date.
    Code:

    00505EF1 . 68 A8C06600 PUSH Engine.0066C0A8

    ; |format = "Fail to update protection modules! - ErrorCode [0x%08X]"

    Basically we want this box not to pop up. Scrolling up a bit you see
    Code:

    00505EEA . 74 2F JE SHORT

    Engine.00505F1B

    Which makes the message box pop up. Changeing the JE to JNZ though will prevent it from popping up!

    So now get your favorite hex editor (I use ollydbg) and search for 74 2F and change it to 75 2F and save the result. Now fireup combat arms. AH! An invalid file has been installed. Once again same method, lets search. The result of your search

    should be
    Code:

    00505FF0 . 68 28C06600 PUSH Engine.0066C028 ; |Text = "An invalid file has been

    installed.
    Please reinstall the file."

    Once again same method will be used, find the JE and change it to JNZ. The offset is 00505FE0 . 74 22 JE SHORT Engine.00506004. Now try running again. Compatibility mode!?! Once again

    search, & result
    Code:

    0050600B . 68 D8BF6600 PUSH Engine.0066BFD8 ; |Text = "The program is

    running on compatibility mode.
    The program is shutting down."

    Once again JE to JNZ. This is the offset 00505FDB

    . 74 42 JE SHORT Engine.0050601F. JE TO JNZ TIME! Now run once again. Another instance is running (liars). Now I'm going to save us a lot of time and just tell you everything to nop because you end up going through this process like 10

    times.
    Code:

    00505FDB . 74 42 JE SHORT Engine.0050601F
    00505FD9 7F 5F JG SHORT Engine.0050603A
    00505FD9 7F 5F JG SHORT Engine.0050603A
    0050603F . 74 4B JE SHORT Engine.0050608C
    00506044 . 74 2E JE SHORT Engine.00506074
    005060BA . 74 2E JE SHORT Engine.005060EA
    00505FCE . 0F84 D0000000 JE Engine.005060A4

    IT starts up now! But now it says that the file is corrupt. Now searching for this string will be futile because its somehow hidden. So the next best thing is to get the crc32 of the first file and subsitute it for the modified version so that the game thinks were using an unmodified version. Using PEiD and the crc32 plugin you can see the original crc32 is BBAF654E, Now change the crc32 of the modified engine to that. Now hopefully if you've done everything right, you will be able to start combat arms without hacksheild starting

    Tools used:
    OllyDbg 1.10
    PE Explorer
    Download PE Explorer/Editor application, DLL Viewer, EXE Ressource Editor and Disassembler, Borland Delphi EXE Editor.


    If this helped, dont forget to thank me!

  2. The Following 7 Users Say Thank You to scimmyboy For This Useful Post:

    FatEmoLLaMa (08-25-2008),futboero (08-25-2008),ghettofox (08-25-2008),HackTheGame (08-25-2008),moncho9009 (09-05-2009),someguy876 (08-25-2008),Yashvir (08-25-2008)

  3. #2
    Iwin's Avatar
    Join Date
    Aug 2008
    Posts
    2,401
    Reputation
    26
    Thanks
    339
    Wasn't this posted already?

    But thanks I guess, and I doubt anyone will actually do this.

  4. #3
    Javlin's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Location
    In your panties.
    Posts
    240
    Reputation
    10
    Thanks
    19
    This should be in the Tutorial section.. Not the Combat Arms section.. But if it works, Kudos.

    ---Made by Cruel.RJizZle

    [img]https://www.danasof*****m/sig/JavlinsSign.jpg[/img]

    Quote Originally Posted by 95king View Post
    I LIKE COCKS
    Well geez, He said it. o_O
    Quote Originally Posted by Greg
    <Greg> mpgh has a anal condom
    <Greg> no unsupected ass rape
    <Greg> for dave
    Epic Quote from the IRC.

  5. #4
    Gotchuthief's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Location
    Gourav2122's belly button
    Posts
    603
    Reputation
    11
    Thanks
    266
    yeah this was posted already
    [IMG]https://i304.photobucke*****m/albums/nn170/Gotagogogo/Other%20images/Gotagogogo-GmailPicture.png[/IMG]

    (づ ̄ - ̄)づ

    CHOOB=Chewable Noob




    Play the The ^ < v game

    Visit Greeneris*****m for tips to go green!

  6. #5
    HackTheGame's Avatar
    Join Date
    Jul 2008
    Gender
    male
    Posts
    264
    Reputation
    10
    Thanks
    43
    My Mood
    Amused
    Nice Post..'
    Could Help Some People...

  7. #6
    tzie13's Avatar
    Join Date
    Aug 2008
    Location
    In the nearest bakery stealing all the fresh pie!
    Posts
    266
    Reputation
    10
    Thanks
    45
    Scimmy, i thought you would know better, this was already posted. + this isnt an exact TUT. + Dave is our saviour and is releasing a publik bypass!

  8. #7
    scimmyboy's Avatar
    Join Date
    Jan 2008
    Gender
    male
    Location
    https://mpgh.net MPGHCash: $442,596,199
    Posts
    5,645
    Reputation
    26
    Thanks
    896
    My Mood
    Happy
    sorry if this was posted already. just to take some time off people's minds while waiting for dave

  9. #8
    whitechocolate's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Posts
    47
    Reputation
    10
    Thanks
    5
    The thing with this tutorial is the addresses aren't correct >.> tried it yesterday and gave up.

  10. #9
    KuRRVeD's Avatar
    Join Date
    Aug 2008
    Location
    Canada
    Posts
    155
    Reputation
    10
    Thanks
    8
    Thanks, I will try it.

  11. #10
    Endur's Avatar
    Join Date
    Jul 2008
    Posts
    4
    Reputation
    10
    Thanks
    0
    I'm pretty sure this will not work anymore. Correct me if I am wrong, but recently something as simple as this won't work simply because they use SynAck now. Hooking is the way to go. I may be wrong, but I'm sure I'm not, or else they have a reallllly good sum check now. So yeah...

  12. #11
    scimmyboy's Avatar
    Join Date
    Jan 2008
    Gender
    male
    Location
    https://mpgh.net MPGHCash: $442,596,199
    Posts
    5,645
    Reputation
    26
    Thanks
    896
    My Mood
    Happy
    this was posted already so ya.....

  13. #12
    FatEmoLLaMa's Avatar
    Join Date
    Jul 2008
    Gender
    male
    Location
    Victoria, Australia.
    Posts
    681
    Reputation
    12
    Thanks
    299
    My Mood
    Angry
    <3 olly

    Thanks scimmy, I might release that engine.exe in a few days if Dave's bypass is a some what "Too complicated" for noobs lol...

    I haven't been on here in 4 years...

  14. #13
    Kevinnqc's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Posts
    435
    Reputation
    10
    Thanks
    63
    My Mood
    Blah

    WoW

    good TuT ! i hope its gonna help some 1 !

  15. #14
    scimmyboy's Avatar
    Join Date
    Jan 2008
    Gender
    male
    Location
    https://mpgh.net MPGHCash: $442,596,199
    Posts
    5,645
    Reputation
    26
    Thanks
    896
    My Mood
    Happy
    hope this will shut some ppl up

  16. #15
    KuRRVeD's Avatar
    Join Date
    Aug 2008
    Location
    Canada
    Posts
    155
    Reputation
    10
    Thanks
    8
    Thanks, I am gonna try this.

    And woah, grats on having 807 posts. Thats impressive.

Page 1 of 2 12 LastLast

Similar Threads

  1. [TUT]Hackshield-Bypass 3.0 [PICTURE TUT] THe Best One Ever
    By asonjaying in forum Combat Arms Hacks & Cheats
    Replies: 125
    Last Post: 09-10-2008, 11:43 AM
  2. tut on bypass
    By nighthawk3 in forum Combat Arms Hacks & Cheats
    Replies: 5
    Last Post: 08-03-2008, 05:03 PM
  3. [Request]Tut how to make his own bypass
    By BurakG in forum WarRock - International Hacks
    Replies: 3
    Last Post: 05-08-2007, 02:46 PM
  4. trading mp7A1 and Barreta TUT for a working bypass:P
    By janii in forum WarRock - International Hacks
    Replies: 15
    Last Post: 05-03-2007, 11:32 PM
  5. bypass or a tut? trade if u want
    By shadowsecret in forum WarRock - International Hacks
    Replies: 6
    Last Post: 04-19-2007, 11:59 PM

Tags for this Thread