Page 5 of 5 FirstFirst ... 345
Results 61 to 74 of 74
  1. #1
    deadnesser's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Posts
    36
    Reputation
    10
    Thanks
    8

    Hackshield Ghetto Bypass (and tutorial)

    So you want to make another bypass? Well at least read through my previous tutorial first so I can just cut straight to the goodies. Basically, just getting rid of hackshield and preventing it from even starting isn't the easiest way to make a bypass. But it is possible. This tutorial will show you how to make an engine that is compatible with something like MHS by L.Spiro.

    First step, unpack the newest engine.
    Now fix the crc32 (0954F8BC) and start up combat arms.
    Start up MHS and join a server and see what your problem is.
    The error is, "A hacking tool has been discovered..."
    So open the engine in ollydbg and search for all refrenced text strings.
    Now make a search for "A hacking tool"
    Your result should be
    Code:
    00505D55  |. 68 D0BD6600    PUSH Engine.0066BDD0                     ;  ASCII "A hacking tool has been discovered in the following location so the program has been shut down.
    (%s)"
    Scrolling up you should see
    Code:
    00505D3A  |.^74 BA          JE SHORT Engine.00505CF6
    Now open up engine.exe in a hex editor and change
    Code:
    74 BA
    to
    Code:
    75 BA
    (Make sure its the right binary string)
    Now fix the crc32, run combat arms, open MHS, and join a server.
    Congrats everything is running golden!

    Credits:
    *************.net
    Zephyrous
    DeadlyData
    Fyyre
    pooping99
    King-Orgy

    Tools used:
    OllyDbg 1.10
    https://www.ollydbg.de/odbg110.zip
    PE Explorer
    Download PE Explorer/Editor application, DLL Viewer, EXE Ressource Editor and Disassembler, Borland Delphi EXE Editor.
    PEiD
    https://www.peid.info/files/PEiD-0.94-20060510.zip
    crc32 plugin
    https://www.peid.info/plugins/crc32-gelios.zip
    MHS
    L. Spiro's Memory Hacking Software

    To use the bypassed engine overwrite your current engine in your combat arms folder.
    Last edited by deadnesser; 08-27-2008 at 08:20 PM.

  2. The Following 6 Users Say Thank You to deadnesser For This Useful Post:

    hanli1995 (08-28-2008),Hautkopf1488 (08-27-2008),Iwin (08-27-2008),ModaFoca (08-28-2008),schmegma1488 (08-27-2008),wrenbb (08-27-2008)

  3. #61
    deadnesser's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Posts
    36
    Reputation
    10
    Thanks
    8
    Quote Originally Posted by iTzAlViN View Post
    Doesn't work... well for me atleast, do i have to do everything on the tutorial or i just replace your Engine with the normal Engine in CA folder, cause that's what i did then i tried to the old hacks but it didn't work
    Old hacks won't work, you will need to make new ones, wallhacks will not be working either because hackshield is still running in the background.

  4. #62
    RockyX94's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    1
    I just need a bypass then I can use Cheat Engine. I have the addresses if anyone wants them.

    Once attached to CombatArms.exe, add this address manually:
    02D36A6C

    Change the value to:
    100

    You can now enter a recruit server. Once in a server with some noobs, preferably One Man Army, enable speedhack at around 2 or 3. Voila. PWNAGE!

  5. #63
    XxxMattstaxxX's Avatar
    Join Date
    Aug 2008
    Posts
    209
    Reputation
    10
    Thanks
    378
    Quote Originally Posted by Iwin View Post
    This is a tut Matt ^^

    But there is another more powerful way of bypassing using ollydbg.
    I don't get how this is a (TUT) 0_o

  6. #64
    deadnesser's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Posts
    36
    Reputation
    10
    Thanks
    8
    Quote Originally Posted by XxxMattstaxxX View Post
    I don't get how this is a (TUT) 0_o
    Tut stands for tutorial
    A tutorial is something that basically informs the average user so that they can complete the task by themselves. The first page has step by step instructions so that you can do it yourself =p

  7. #65
    CoMPMStR's Avatar
    Join Date
    Mar 2008
    Gender
    male
    Posts
    45
    Reputation
    11
    Thanks
    80
    Can you even attach MHS to engine.exe using this? I tried a few different bypass methods that were supposed to work and they do, to an extent. They work in the fact they don't detect any hacking programs but it still doesn't allow MHS to be attached to Engine.exe. Anyone care to figure this one out?

  8. #66
    deadnesser's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Posts
    36
    Reputation
    10
    Thanks
    8
    Quote Originally Posted by CoMPMStR View Post
    Can you even attach MHS to engine.exe using this? I tried a few different bypass methods that were supposed to work and they do, to an extent. They work in the fact they don't detect any hacking programs but it still doesn't allow MHS to be attached to Engine.exe. Anyone care to figure this one out?
    Yeah I can attach it fine, just make sure that when you set up MHS that you don't use anything standard.

  9. #67
    CoMPMStR's Avatar
    Join Date
    Mar 2008
    Gender
    male
    Posts
    45
    Reputation
    11
    Thanks
    80
    Quote Originally Posted by deadnesser View Post
    Yeah I can attach it fine, just make sure that when you set up MHS that you don't use anything standard.
    Hmmm, it wasn't working even though I never use anything standard, I always use modify self. I decided to delete what I had and redownload, then try it again and it works now. Go figure lolz.

    One more question, how do you make the crc the same as it was before? I know how to get the original crc and I also know you have to add bytes to the end of the file, but how do you know what bytes to add to make the crc the same as the original?

  10. #68
    PinoyPansit's Avatar
    Join Date
    Aug 2008
    Posts
    33
    Reputation
    10
    Thanks
    0
    It gets injected
    but my hacks don't work.

  11. #69
    Brodz's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Posts
    85
    Reputation
    10
    Thanks
    0
    tooo long blah

  12. #70
    SomeDude123's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Posts
    440
    Reputation
    20
    Thanks
    39
    My Mood
    Relaxed
    lol? does it work?

  13. #71
    MegaByte's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Location
    a
    Posts
    22
    Reputation
    10
    Thanks
    2
    Works fine depending on what you edit.

  14. #72
    666lucky's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Location
    Cloud 999's PILOT
    Posts
    216
    Reputation
    10
    Thanks
    28
    Quote Originally Posted by MegaByte View Post
    Works fine depending on what you edit.
    This thread is mad old
    I don't think it'l work lol..

  15. #73
    Remorse's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Location
    Follow the yellow brick road
    Posts
    2,286
    Reputation
    33
    Thanks
    184
    My Mood
    Psychedelic
    wow nice MEGA bump from august lol

    and hell no this only works for cheat engine and trainers that are hacktools
    things like ASIs and filters(flt) the game wont even start
    Time to start cycling through old sigs.
    [IMG]https://i381.photobucke*****m/albums/oo259/darkstar9540/5infection.png[/IMG]
    __________________________________________________

    Well that is that and this is this,
    You tell me what you want and I'll tell you what you get,
    You get away from me.
    You get away from me
    .
    Modest Mouse
    Ocean Breathes Salty
    Float On
    __________________________________________________

  16. #74
    MegaByte's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Location
    a
    Posts
    22
    Reputation
    10
    Thanks
    2
    Lol any updated tut on bypassing HS? im sick of getting messages about it failing to load protection modules and all

Page 5 of 5 FirstFirst ... 345

Similar Threads

  1. Gunbound bypass and aimbot
    By EleMentX in forum GunBound Hacks / Bots
    Replies: 10
    Last Post: 03-18-2009, 10:42 PM
  2. Trading my PB bypass and my ct for uce source
    By xydox in forum Trade Accounts/Keys/Items
    Replies: 2
    Last Post: 05-04-2007, 03:13 AM
  3. Bypass and Private Hacks if u help
    By Jeckels in forum WarRock - International Hacks
    Replies: 11
    Last Post: 04-29-2007, 05:07 AM
  4. Im trading WORKING bypass and lvl 15 wr acc and mpgh vip acc for...........
    By domin8666 in forum WarRock - International Hacks
    Replies: 4
    Last Post: 04-28-2007, 01:22 PM
  5. NEW BYPASS this is my friends bypass and mine he showed me it so yeah
    By $GHOST$ in forum WarRock - International Hacks
    Replies: 65
    Last Post: 04-25-2006, 09:51 PM

Tags for this Thread