Page 6 of 7 FirstFirst ... 4567 LastLast
Results 76 to 90 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. #76
    SalvationD's Avatar
    Join Date
    Jul 2008
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    Using Search for All Referenced strings shows nothing about fail to update, but if i search for all intermodular calls I can find the errors no problem.. why?

  4. #77
    josamko's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Posts
    53
    Reputation
    10
    Thanks
    10
    wat do u mean scroll scroll on wat a tut would be nice

  5. #78
    yashsonu1's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Posts
    33
    Reputation
    10
    Thanks
    3
    My Mood
    In Love
    Thanks for the help

  6. #79
    Zhellbound's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Location
    In Your Mind
    Posts
    5,192
    Reputation
    21
    Thanks
    447
    My Mood
    Happy
    Lol, if you have no coding exp. then you probably shouldnt try this...

    Just a thought, dont go by tuts, get an expert or someone that knows what there doing to help you, but by all means, use a tut, its not guaranteed that it will work
    Deutschland wird wieder Reign!

    Ganja King
    Thank me if i helped

  7. #80
    peanut1's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Posts
    43
    Reputation
    10
    Thanks
    9
    I've been working on some hacking myself, this has become EXTREMELY useful, and recently I discovered a strange value, I THINK it has to do with the bullet type that the gun shoots, a rocket, nade, or bullet. But somehow i got a pistol to shoot rockets O.o... I need to find it again because I didnt save the table... /FACEPALM! oh yeah, but i got booted after shooting off a full clip. :<
    Last edited by peanut1; 08-25-2008 at 08:58 PM.

  8. #81
    Riot1337's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Posts
    35
    Reputation
    10
    Thanks
    5
    this is outdated its for last patch... i know because i just checked i have the old version on my laptop well gonna get the aobs to it and test it out this patch

  9. #82
    peanut1's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Posts
    43
    Reputation
    10
    Thanks
    9

    Talking

    Quote Originally Posted by Riot1337 View Post
    this is outdated its for last patch... i know because i just checked i have the old version on my laptop well gonna get the aobs to it and test it out this patch
    Yes, this IS outdated, BUT it still retains the key components that go along with my notes to bypassing hack shield, so i just gotta put 2 and 2 together.
    MPGH Goals
    [X]10 posts
    []50 posts
    []150 posts
    [] 300 posts
    [] 500 posts
    [X] Make a Private Hack
    [] Make a Public Hack
    Epic Quotes:
    Quote Originally Posted by NateC View Post
    Where is my fucking hack. I'm never coming back to MPGH again. And I was going to buy the VIP hack...
    Bitch me a river choob. :3
    Quote Originally Posted by shanalove View Post
    effffff yew kup shutan et shut owt ampti ballit wun hart nu bady
    lolwut?
    Quote Originally Posted by Ekko View Post
    There IS a wall hack
    Just take your knife to the wall and hope you cut a hole in it
    LOL

  10. #83
    Gourav2122's Avatar
    Join Date
    Sep 2006
    Gender
    male
    Location
    Pittsburgh, Pennsylvania, United States
    Posts
    12,531
    Reputation
    212
    Thanks
    2,026
    My Mood
    Dead
    where is my paradox where 2+2 = 3

  11. #84
    Snowbrdd's Avatar
    Join Date
    Jun 2008
    Gender
    male
    Posts
    814
    Reputation
    26
    Thanks
    116
    My Mood
    Lonely
    doesnt work for me
    [IMG]https://i143.photobucke*****m/albums/r135/xSpartan_117x/ChiefPwnage.gif[/IMG]

  12. #85
    RJ's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Location
    Over there.
    Posts
    5,547
    Reputation
    1082
    Thanks
    1,457
    My Mood
    Twisted
    Quote Originally Posted by Gourav2122 View Post
    where is my paradox where 2+2 = 3
    No... 2+2=22

    END THE FED

  13. #86
    deedvanick's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Posts
    287
    Reputation
    9
    Thanks
    21
    1+1= window!

  14. #87
    insane92's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Location
    a cruel, cruel world...
    Posts
    53
    Reputation
    10
    Thanks
    4
    i tried this and got lost at the part where you first look for the code in the beggining... idk what to put in or where to put it. so i dont know even how to find it!
    but i guess it's because im.... *sniff* a choob ='(
    but, i would like to know how to do this still. any links or suggestions?
    __________________________

    __________________________
    Quote Originally Posted by zander145 View Post
    if any popo's come 2 my house, i gots a magnet >
    DONT MESS WITH HIM ^ HE GOTZ A MAGNET!
    _________________________________________



    I'm the pwnz and u know it!

  15. #88
    Iwin's Avatar
    Join Date
    Aug 2008
    Posts
    2,401
    Reputation
    26
    Thanks
    339
    I know this is old, but i'm sure if people actually follow this it will work

    (lol, i'm gonna try it out right now).

  16. #89
    deadnesser's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Posts
    36
    Reputation
    10
    Thanks
    8
    Quote Originally Posted by Iwin View Post
    I know this is old, but i'm sure if people actually follow this it will work

    (lol, i'm gonna try it out right now).
    Follow the new tutorial I posted =o

  17. #90
    mulekito's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Posts
    19
    Reputation
    10
    Thanks
    0
    I didn't understand very well for what it serves!

Page 6 of 7 FirstFirst ... 4567 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