Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 32
  1. #1
    ezjpimp's Avatar
    Join Date
    Aug 2008
    Location
    In Yo Face
    Posts
    194
    Reputation
    11
    Thanks
    26

    ANYBODY WANT TO HELP ME MAKE A NEW BYPASS?

    I'm trying to learn how to make a bypass for the new patch for CA. The problem is, I've never made one before. Any help or tips for a newbie would be greatly appreciated. I don't want to leech, I just want to learn from some pros with all seriousness.

    I got CE 4.5 and MHS. What else do I need? Please help a fellow MPGH'er excel. PM me, look me up on xfire: ezjpimp, or respond in the thread.

    Thank you in advance.
    Last edited by ezjpimp; 08-23-2008 at 06:47 PM. Reason: spelling

  2. #16
    GOD's Avatar
    Join Date
    Jul 2008
    Gender
    male
    Location
    I am the God
    Posts
    11,084
    Reputation
    15
    Thanks
    1,517
    My Mood
    Amazed
    yes its visual basic 2008, useful to make trainers and some other shit...
    I am the God.

  3. #17
    natterman's Avatar
    Join Date
    May 2008
    Gender
    male
    Posts
    27
    Reputation
    10
    Thanks
    1
    vb6 is so easy, umm you can get vb8 and c++ and other programs if you look at my last post on the other page in this

    or just go here:
    https://www.mpgh.net/forum/31-c_c/295...oft_needs.html

  4. #18
    dkzeria's Avatar
    Join Date
    Aug 2008
    Location
    End of a Rainbow
    Posts
    258
    Reputation
    10
    Thanks
    16
    Yeah, C++ is a coding language.if u learn that and actually go far u'll easily make hacks and dlls

  5. #19
    ezjpimp's Avatar
    Join Date
    Aug 2008
    Location
    In Yo Face
    Posts
    194
    Reputation
    11
    Thanks
    26
    Thanks guys. This puts me to a good start. I really appreciate it. Anymore info would be cool too. lol.

  6. #20
    SomeDude123's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Posts
    440
    Reputation
    20
    Thanks
    39
    My Mood
    Relaxed
    Quote Originally Posted by -GOD- View Post
    CE and MHS wont help u lol!

    c++ could
    dont you need to pay for visual basic?

  7. #21
    lowdownskin's Avatar
    Join Date
    Aug 2008
    Posts
    55
    Reputation
    10
    Thanks
    1
    no its free

  8. #22
    blackpepper's Avatar
    Join Date
    Nov 2007
    Posts
    79
    Reputation
    10
    Thanks
    3
    found this from google might be handy for u not sure its just a copy and paste from another site

    [Research] HackShield
    Reason for writing this/Why I bypass it the way I do:
    First my reason for writing this is the anti-cheat is really shitty and so far there has been no real documentation on it released online that I've found, besides my own.

    Secondly the reason I bypass it the way I do, Is it's the easiest way I or any one else with less experience can.

    A couple days to a week or so ago I hardly understood what a hook or detour would really do nor did I understand how system drivers worked... I've always been more of a web based person as far as security.

    Any way to continue for some of you guys, I'm sure you could simply unload the driver and recreate the heart beat of the anti-cheat so that hack shield is just simply no longer resident on your system.

    That how ever isn't my way around it I've found several and will explain the ways I've taken so far below.

    How hack shield works(From my view):
    So far the way I see hack shield works(And try not to bash me if I say something incorrectly just correct it)...

    Your game client will load upon your game client loading it will load a external library which is usually hack shield's interface dll "EhSvc.dll".

    From this point I wasn't able to do much analysis my self on account of "EhSvc.dll" was packed with themida in my game target.

    From here though "EhSvc.dll" will continue by loading several other things one of those things being the system driver "EagleNT.sys".

    EagleNT.sys creates several SSDT hooks preventing a user from using things like WriteProcessMemory() or ReadProcessMemory() on the target game it's protecting.

    How ever there are memory searching utilities out there like cheat engine that are open source and people decide to modify these using different calls to avoid the hooks.

    When using one of these you will how ever still get detected if you manage to get around the SSDT hooks.

    The detection is passed either from the driver or the dll into the game's main exe from there the game will give you the message like "Illegal Memory Access Detected".

    So bassicly it's a system driver and a dll interacting with each other thats pretty much how it works to sum it up things are also passed and controlled by the game as far as detection goes though.

    Bypassing it(My way):
    Since things are just passed through the games exe I usually just unpack the games exe(Usually hack shield targets come packed with "UPX" - Of all things).

    Open the games unpacked exe in IDA find the string which I received - E.X. "Illegal Memory Access Detected".

    And head above the the string to the main jump that pretty much goes through all of the different detection messages.

    It's usually always a JG once this is nopped it no longer shows the detection messages nor attempts to close your game if detected...

    Bypassing (More In depth/Tutorial):
    Start by going through the string table in IDA until you see the "detected" string that was in the message box.
    From there double click on it...
    Then go to the reference of it (The push of the offset):
    Go to the reference of the push... which is a jmp.
    Go to the reference of that jmp which is another jmp just a jump if greater...
    And last the reference to that JG(Jump if greater) is where you set your 2 byte nop... bypassing the detection completely.

    Yeah it's completely played out this way for every game it's in... so this will work on most games using hack shield.

    Hope this helps some of you guys...

  9. The Following 2 Users Say Thank You to blackpepper For This Useful Post:

    ezjpimp (08-23-2008),kimodragon (08-23-2008)

  10. #23
    kimodragon's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Location
    MoVal
    Posts
    222
    Reputation
    11
    Thanks
    24
    My Mood
    Amused
    Whats IDA???

  11. #24
    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
    u gotta learn c++ language google it

  12. #25
    kimodragon's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Location
    MoVal
    Posts
    222
    Reputation
    11
    Thanks
    24
    My Mood
    Amused
    i got c++ is that how u unpack HSheild?

  13. #26
    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
    my bad bout double post it lagged
    Last edited by crazykid401; 08-23-2008 at 09:31 PM.

  14. #27
    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
    i suggest not to try to make a bypass cuz if ur new to programming u might as well not go for it cuz its confusing

  15. #28
    kimodragon's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Location
    MoVal
    Posts
    222
    Reputation
    11
    Thanks
    24
    My Mood
    Amused
    If you can tell em what to do or along the lines of what to do i will get it im good like that

  16. #29
    blackpepper's Avatar
    Join Date
    Nov 2007
    Posts
    79
    Reputation
    10
    Thanks
    3
    Quote Originally Posted by kimodragon View Post
    Whats IDA???
    IDA=ida pro dissembler so u can dissemble the exe and change strings and code in it..

  17. #30
    ezjpimp's Avatar
    Join Date
    Aug 2008
    Location
    In Yo Face
    Posts
    194
    Reputation
    11
    Thanks
    26
    Quick question and may be dumb. How do I save in Olly 1.10? And then re-pack into PE explorer?
    I think I'm on to somethin'.
    Last edited by ezjpimp; 08-24-2008 at 01:11 AM.

Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. anyone want to help me make a hack
    By dddrrr in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 15
    Last Post: 06-16-2010, 06:34 AM
  2. Replies: 0
    Last Post: 01-08-2010, 10:33 PM
  3. Anybody want to help me start the biggest mpgh group for getting nx?
    By Deadlocked007 in forum Combat Arms Discussions
    Replies: 1
    Last Post: 01-08-2010, 09:39 PM
  4. hi can any1 help me make or find a cheat code
    By CrUsHa in forum WarRock - International Hacks
    Replies: 3
    Last Post: 05-19-2006, 04:39 PM
  5. Pls help to make sig!!!!
    By Duagang in forum Help & Requests
    Replies: 9
    Last Post: 04-24-2006, 03:43 AM

Tags for this Thread