Page 1 of 7 123 ... LastLast
Results 1 to 15 of 91
  1. #1
    i7vSa7vi7y's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Location
    Moscow
    Posts
    642
    Reputation
    10
    Thanks
    73

    Hacksheild bypass stuff

    ok i got this from another site. i will not name but maybe this can help some ppl bypass the hacksheild. i havnt tried this but I DID NOT MAKE THIS OR WAS IN ANY PART!! BTW HIT THE THANKS BUTOON XD
    This will work on the newest update, just got to do a bit of work..

    Alright so you want to bypass Hackshield, First Get a clean install of Combat Arms updated to the latest version [Ver_US_0.5.2423(18)]-[20080820_131138]. Now Fyyre states that the easiest way to bypass hackshield, is to just stop it from loading in the first place. I can't argue with that. So rename your HShield folder to something else, 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
    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 =p

    Credits:
    Zephyrous
    DeadlyData
    Fyyre
    pooping99
    King-Orgy

    Tools used:
    OllyDbg 1.10
    PE Explorer
    Download PE Explorer/Editor application, DLL Viewer, EXE Ressource Editor and Disassembler, Borland Delphi EXE Editor.
    Last edited by i7vSa7vi7y; 08-23-2008 at 01:19 PM.

  2. The Following 12 Users Say Thank You to i7vSa7vi7y For This Useful Post:

    9Lives CatsEyes (08-24-2008),dikudiku (08-24-2008),ezjpimp (08-23-2008),imfuckinglame (08-23-2008),Iwin (08-27-2008),NEW_YORK173 (08-23-2008),peanut1 (08-25-2008),penguinzrock (08-23-2008),pkmike (08-25-2008),skip (08-23-2008),thedarkface (08-23-2008),yakawoo11 (08-24-2008)

  3. #2
    bartjr's Avatar
    Join Date
    Feb 2008
    Gender
    male
    Posts
    768
    Reputation
    13
    Thanks
    259
    My Mood
    Tired
    wow thx i hope this will help coders make a new bypass!

  4. The Following User Says Thank You to bartjr For This Useful Post:

    dikudiku (08-24-2008)

  5. #3
    i7vSa7vi7y's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Location
    Moscow
    Posts
    642
    Reputation
    10
    Thanks
    73
    yep thats what i am hoping XD

  6. #4
    Jazz's Avatar
    Join Date
    Jul 2008
    Gender
    male
    Location
    Jersey City, NJ
    Posts
    441
    Reputation
    10
    Thanks
    42
    thats alot of fking work
    LOL, i just gotta sit back and relax and get my heks :P

  7. #5
    momo222's Avatar
    Join Date
    Aug 2008
    Posts
    9
    Reputation
    10
    Thanks
    0
    any proof that this works/ Like u using the trainer in Game?
    Picture would benice

  8. #6
    crazykid401's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Location
    Have you checked your sister's room?
    Posts
    676
    Reputation
    10
    Thanks
    87
    My Mood
    Fine
    nice on dude

    [IMG]https://gdpi*****m/avatars_pictures/animated/gdpit_com_45464553_125.gif[/IMG]

  9. #7
    momo222's Avatar
    Join Date
    Aug 2008
    Posts
    9
    Reputation
    10
    Thanks
    0
    whoops EDIT: Shudda read full thread Lol...sorry

  10. #8
    i7vSa7vi7y's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Location
    Moscow
    Posts
    642
    Reputation
    10
    Thanks
    73
    Quote Originally Posted by momo222 View Post
    any proof that this works/ Like u using the trainer in Game?
    Picture would benice
    1st of all its not a trainer 2nd i said i have not tested it. read man read

  11. #9
    bartjr's Avatar
    Join Date
    Feb 2008
    Gender
    male
    Posts
    768
    Reputation
    13
    Thanks
    259
    My Mood
    Tired
    Quote Originally Posted by momo222 View Post
    any proof that this works/ Like u using the trainer in Game?
    Picture would benice

    wow what a choob....

    dude this is for hackers to help them make a bypass there r no pica and this isnt a trainer....

  12. The Following User Says Thank You to bartjr For This Useful Post:

    peanut1 (08-25-2008)

  13. #10
    Jazz's Avatar
    Join Date
    Jul 2008
    Gender
    male
    Location
    Jersey City, NJ
    Posts
    441
    Reputation
    10
    Thanks
    42
    Quote Originally Posted by bartjr View Post
    wow what a choob....

    dude this is for hackers to help them make a bypass there r no pica and this isnt a trainer....

    ALL YOU DO IS FUCKING FLAME ALL DAY LONG
    GO TO HELL

    "FLAME STATION"

  14. #11
    i7vSa7vi7y's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Location
    Moscow
    Posts
    642
    Reputation
    10
    Thanks
    73
    btw a thanks would be awsome XD

  15. The Following 2 Users Say Thank You to i7vSa7vi7y For This Useful Post:

    Jazz (08-23-2008),wandererimmortal (08-25-2008)

  16. #12
    momo222's Avatar
    Join Date
    Aug 2008
    Posts
    9
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by bartjr View Post
    wow what a choob....

    dude this is for hackers to help them make a bypass there r no pica and this isnt a trainer....
    Listen fkn asshole i said sorry i didnt read so, STfu nd calm ur nipples

  17. #13
    i7vSa7vi7y's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Location
    Moscow
    Posts
    642
    Reputation
    10
    Thanks
    73
    Quote Originally Posted by momo222 View Post
    Listen fkn asshole i said sorry i didnt read so, STfu nd calm ur nipples
    LMAO HAHAHA LMAO

  18. The Following 2 Users Say Thank You to i7vSa7vi7y For This Useful Post:

    wandererimmortal (08-25-2008),xopa-a (08-23-2008)

  19. #14
    Jazz's Avatar
    Join Date
    Jul 2008
    Gender
    male
    Location
    Jersey City, NJ
    Posts
    441
    Reputation
    10
    Thanks
    42
    yea barts an asshole
    he flames all the choobs when they dont know anything

  20. #15
    i7vSa7vi7y's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Location
    Moscow
    Posts
    642
    Reputation
    10
    Thanks
    73
    LMAO I HOPE HAROLD LOOKS AT THIS IMA PM HIM

Page 1 of 7 123 ... LastLast

Similar Threads

  1. Hwo to bypass school stuff?
    By FangedBeast in forum General Hacking
    Replies: 8
    Last Post: 04-16-2011, 10:36 AM
  2. Hack Adresses/HackSheild Bypass
    By superadmins in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 3
    Last Post: 02-21-2011, 04:08 AM
  3. [Leeched] Hack Adresses/HackSheild Bypass
    By 0h3mg33 in forum Combat Arms Coding Help & Discussion
    Replies: 9
    Last Post: 02-20-2011, 11:57 AM
  4. HackSheild Bypass Addresses
    By TheBigBoy in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 39
    Last Post: 03-18-2010, 12:34 AM
  5. EXTRA STUFF WIT BYPASS/chams
    By crusader1 in forum Combat Arms Hacks & Cheats
    Replies: 2
    Last Post: 08-11-2008, 11:25 AM

Tags for this Thread