Thread: Bypass

Results 1 to 14 of 14
  1. #1
    skulhead's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    714
    Reputation
    0
    Thanks
    158
    My Mood
    Cheerful

    Bypass

    Are there any tuts out there how to bypass a game, thats the only thing I have to learn yet to make big hacks.

  2. #2
    .::SCHiM::.'s Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    733
    Reputation
    180
    Thanks
    880
    My Mood
    Twisted
    Quote Originally Posted by skulhead View Post
    Are there any tuts out there how to bypass a game, thats the only thing I have to learn yet to make big hacks.
    Often you don't need a bypass to hack a game, I know I've never needed a bypass, but if you do need one, I believe that there was a tutorial a few pages back on how to bypass hackschield.

    What hacks are you trying to make and for what game?

    I'm SCHiM

    Morals derive from the instinct to survive. Moral behavior is survival behavior above the individual level.

    Polymorphic engine
    Interprocess callback class
    SIN
    Infinite-precision arithmetic
    Hooking dynamic linkage
    (sloppy)Kernel mode Disassembler!!!

    Semi debugger




  3. #3
    skulhead's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    714
    Reputation
    0
    Thanks
    158
    My Mood
    Cheerful
    Later I want to make crossfire hacks so need to bypass xtrap, but because that is hard I am first trying to bypass warrock ( you need to for some features ), but really dont know how this works :S

  4. #4
    why06jz's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    295
    Reputation
    14
    Thanks
    54
    I've never bypassed a game myself, but I have been studying how to for a while. I think the best way to practice removing Hack protection like PB, is to get a good test case, something with PB, but that isn't packed so it's easy to only focus on hack protection, then you literally have to go through and reverse the checks and find a way to patch them where the game still runs.

    There's a lot more information on PB the HS I know, so that's a good thing, but you might have to look around on different forums. In most cases it's simply possible to build hacks that are undetected rather then ship your bypass along with your hack, which could mean your bypass gets detected more quickly.

  5. #5
    Hell_Demon's Avatar
    Join Date
    Mar 2008
    Gender
    male
    Location
    I love causing havoc
    Posts
    3,976
    Reputation
    343
    Thanks
    4,320
    My Mood
    Cheeky
    How bout u just write undetected code instead of patching antihacks =3
    Ah we-a blaze the fyah, make it bun dem!

  6. The Following User Says Thank You to Hell_Demon For This Useful Post:

    Melodia (02-20-2011)

  7. #6
    mookamoka3's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Posts
    110
    Reputation
    14
    Thanks
    13
    Quote Originally Posted by Hell_Demon View Post
    How bout u just write undetected code instead of patching antihacks =3
    jw.... what makes code undetected? Is there a specific way to write it?

  8. #7
    skulhead's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    714
    Reputation
    0
    Thanks
    158
    My Mood
    Cheerful
    I think xtrap just blocks everything, thats why I want to learn how to bypass.

  9. #8
    whit's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    7,159
    Reputation
    490
    Thanks
    2,253
    Quote Originally Posted by skulhead View Post
    I think xtrap just blocks everything, thats why I want to learn how to bypass.
    What are you trying to do?
    Hook Directx? Patch Bytes?

  10. #9
    Melodia's Avatar
    Join Date
    Dec 2009
    Gender
    female
    Posts
    2,608
    Reputation
    276
    Thanks
    1,662
    My Mood
    Dead
    Quote Originally Posted by whit View Post


    What are you trying to do?
    Hook Directx? Patch Bytes?
    My guess would be make an leeched / base work and he read something like "Make your own bypass, I don't give one" in the readme, Judging by his typing skills.

    Anyways, How about you get an actual Cpp book instead .
    Love You All~

  11. #10
    Hell_Demon's Avatar
    Join Date
    Mar 2008
    Gender
    male
    Location
    I love causing havoc
    Posts
    3,976
    Reputation
    343
    Thanks
    4,320
    My Mood
    Cheeky
    Quote Originally Posted by mookamoka3 View Post
    jw.... what makes code undetected? Is there a specific way to write it?
    it's safe to assume that anticheats detect the normal jmp address hook by now, so find other methods
    Ah we-a blaze the fyah, make it bun dem!

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

    mookamoka3 (02-21-2011)

  13. #11
    skulhead's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    714
    Reputation
    0
    Thanks
    158
    My Mood
    Cheerful
    Quote Originally Posted by Melodia View Post


    My guess would be make an leeched / base work and he read something like "Make your own bypass, I don't give one" in the readme, Judging by his typing skills.

    Anyways, How about you get an actual Cpp book instead .
    I learned my c++, but in the books I read they dont talk about bypasses.

  14. #12
    whit's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    7,159
    Reputation
    490
    Thanks
    2,253
    Quote Originally Posted by skulhead View Post
    I learned my c++, but in the books I read they dont talk about bypasses.
    Well Duh..
    You dont learn C++ to Make Bypasses

  15. #13
    mookamoka3's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Posts
    110
    Reputation
    14
    Thanks
    13
    Quote Originally Posted by skulhead View Post
    I learned my c++, but in the books I read they dont talk about bypasses.
    you know c++ wasn't made for hackers right... o.O

  16. #14
    faceofdevil's Avatar
    Join Date
    Jul 2009
    Gender
    female
    Posts
    77
    Reputation
    9
    Thanks
    6
    My suggestion to you would look for scan patterns. You can JMP,JNZ some of these scan patterns to true values.

    Other methods would be hooking 10+bytes into the module and seeing how that works out.

    I do know xtrap uses a heartbeat and other scan methods on strings and module changes.