Page 5 of 7 FirstFirst ... 34567 LastLast
Results 61 to 75 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. #61
    jOhnn's Avatar
    Join Date
    Jul 2008
    Location
    candy mountain
    Posts
    43
    Reputation
    10
    Thanks
    8
    i downloaded ollydbg and tried to extract it but then this poped up.
    C:\Downloads\odbg110.zip: The archive is either in unknown format or damaged
    help?

  4. #62
    dvtran93's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Posts
    30
    Reputation
    10
    Thanks
    9
    Can anyone guide me thru this entire process? Pm me please if you are kind enough to do so.

  5. #63
    moosicgawd's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Location
    C:\user\Josh\Pictures\Portfolio\
    Posts
    3,461
    Reputation
    37
    Thanks
    126
    My Mood
    Sleepy
    Nice post. i saw this on the same site. But the only concern is that the creator of this threads bypass didnt work? or mabey it did but from my understanding it hadnt.

    But thankyou for posting. If it does truly work then my hats off to you and the creator of the original thread.
    The night fades with a breath of sunshine.

  6. #64
    dikudiku's Avatar
    Join Date
    Aug 2008
    Posts
    3
    Reputation
    10
    Thanks
    0
    thanks is very good

  7. #65
    deadnesser's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Posts
    36
    Reputation
    10
    Thanks
    8
    Quote Originally Posted by moosicgawd View Post
    Nice post. i saw this on the same site. But the only concern is that the creator of this threads bypass didnt work? or mabey it did but from my understanding it hadnt.

    But thankyou for posting. If it does truly work then my hats off to you and the creator of the original thread.
    I'm the creator of the tutorial, if its seen on anywhere on this website it was leeched. This will not work with the newest update, it worked with the old ones though (Unless you do more work).

  8. #66
    Zhellbound's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Location
    In Your Mind
    Posts
    5,192
    Reputation
    21
    Thanks
    447
    My Mood
    Happy
    Ive seen somthing like this somewhere, itried it but didnt work, mabye im just to lazy to read the whole TUT, idk, but im not big into coding, ill try it once in a while. o well

    Hopefully theres a new bypass commin out soon _coughs Daves _coughs
    Deutschland wird wieder Reign!

    Ganja King
    Thank me if i helped

  9. #67
    insane92's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Location
    a cruel, cruel world...
    Posts
    53
    Reputation
    10
    Thanks
    4
    ths is reat, tomarow ima sit down with this and actually be the only choob here who helpz people instead of arguing and getting pissed
    __________________________

    __________________________
    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!

  10. #68
    S.c.h.m.e.g.m.a's Avatar
    Join Date
    Aug 2008
    Posts
    29
    Reputation
    10
    Thanks
    0
    anyoe know if this works?

  11. #69
    deadnesser's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Posts
    36
    Reputation
    10
    Thanks
    8
    Quote Originally Posted by S.c.h.m.e.g.m.a View Post
    anyoe know if this works?
    Quote Originally Posted by deadnesser View Post
    This will not work with the newest update, it worked with the old ones though (Unless you do more work).
    >.> Make sure you don't look through the thread

  12. #70
    Almighty's Avatar
    Join Date
    Aug 2008
    Posts
    15
    Reputation
    10
    Thanks
    0
    Thanks. This might just be helpful lol.

  13. #71
    elitetech's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Posts
    19
    Reputation
    10
    Thanks
    0
    Like most have said This will not work unless you do more work. You can disable HS but HS calls d3d now so you will have to find your way past that.

  14. #72
    kingpop91770's Avatar
    Join Date
    Jul 2007
    Gender
    male
    Location
    The Other Dimension! >:D
    Posts
    264
    Reputation
    20
    Thanks
    98
    Nice work. I appreciate it =). I hope someone will make a bypass soon.

  15. #73
    SalvationD's Avatar
    Join Date
    Jul 2008
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    Why when i try to search for Binary String it ALWAYS shows nothing can be found? Yet if I use the disassembler in PE Explorer, I can see the fail to update but I can't change it in there.. so why doesn't ollydbg show something similar..

  16. #74
    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
    will help makea bypass finally

  17. #75
    CoMPMStR's Avatar
    Join Date
    Mar 2008
    Gender
    male
    Posts
    45
    Reputation
    11
    Thanks
    80
    Quote Originally Posted by SalvationD View Post
    Why when i try to search for Binary String it ALWAYS shows nothing can be found? Yet if I use the disassembler in PE Explorer, I can see the fail to update but I can't change it in there.. so why doesn't ollydbg show something similar..
    If you're searching for a certain text you don't do a binary search, you search for referenced strings. If you really need an in depth tutorial on how to do that then you shouldn't bother with this project in the first place.


    ---------------------------------------------------------------

    And for those of you who think this will allow someone to create a bypass, all I have to say is don't hold your breath. If it would be that easy after the patch, don't you think we'd all have a bypass by now?

Page 5 of 7 FirstFirst ... 34567 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