Thread: Bypassing CAC?

Results 1 to 13 of 13
  1. #1
    RageMan12's Avatar
    Join Date
    Oct 2012
    Gender
    female
    Posts
    70
    Reputation
    10
    Thanks
    8

    Bypassing CAC?

    Does anyone know of a way to bypass cake anti cheat with lua? I'm looking to make a trigger bot that is cheat on and off using a convar that bypasses !cake.
    Last edited by Hunter; 02-04-2016 at 08:36 AM.

  2. #2
    0 - p100 real quick's Avatar
    Join Date
    Sep 2015
    Gender
    female
    Posts
    19
    Reputation
    10
    Thanks
    503
    alright instead of being an ass, I'll be helpful. If you're doing this from C++, hook ClientMode::Createmove instead of whatevcer the other one I can't think of off the top of my head. Painttraverse shouldn't get you detected unless you're retarded.

    From lua you're going to have to first load before autorun, and then localize everything for your cheat. after that, create detours for all of these functions.
    debug.getfenv
    debug.gethook
    debug.getinfo
    debug.getlocal
    debug.getmetatable
    debug.getregistry
    debug.getupvalue
    debug.setfenv
    debug.sethook
    debug.setlocal
    debug.setmetatable
    debug.setupvalue
    debug.upvalueid
    debug.upvaluejoin
    string.dump
    jit.attach
    jit.util.funcbc
    jit.util.funcinfo
    jit.util.funck
    jit.util.funcuvname
    jit.util.ircalladdr
    Credits to gooby for that.

    Or if for whatever reason you like being tied up and beating yourself, create your own hook.add from C++ and then all you have to do is localize everything and load before CAC.

  3. #3
    Smoke's Avatar
    Join Date
    Nov 2014
    Gender
    male
    Posts
    11,899
    Reputation
    2661
    Thanks
    4,610
    My Mood
    Amazed
    Moved to the correct section.


    CLICK TO BUY NOW!!


    Quote Originally Posted by Liz View Post
    This is my first vouch, ever. Rapidgator account worked perfectly. Would buy in the future.

  4. #4
    D3M0L1T10N's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    1,364
    Reputation
    19
    Thanks
    656
    Quote Originally Posted by 0 - p100 real quick View Post
    alright instead of being an ass, I'll be helpful. If you're doing this from C++, hook ClientMode::Createmove instead of whatevcer the other one I can't think of off the top of my head. Painttraverse shouldn't get you detected unless you're retarded.

    From lua you're going to have to first load before autorun, and then localize everything for your cheat. after that, create detours for all of these functions.

    Credits to gooby for that.

    Or if for whatever reason you like being tied up and beating yourself, create your own hook.add from C++ and then all you have to do is localize everything and load before CAC.
    hook ClientMode::Createmove instead of whatevcer the other one I can't think of off the top of my head
    explain how this will help

    also gl detouring jit functions
    8:53 PM - Xenomorphic 1 hr 7 min cooldown: So is MPGH only exist so people can c+p from ************* and troll the gmod section?

    [IMG]https://i739.photobucke*****m/albums/xx38/jorroa5990/flatexch2_zpsec96a7e2.gif[/IMG]

  5. #5
    The Beast123's Avatar
    Join Date
    Dec 2014
    Gender
    male
    Posts
    87
    Reputation
    18
    Thanks
    30
    My Mood
    Happy
    Quote Originally Posted by 0 - p100 real quick View Post
    alright instead of being an ass, I'll be helpful. If you're doing this from C++, hook ClientMode::Createmove instead of whatevcer the other one I can't think of off the top of my head. Painttraverse shouldn't get you detected unless you're retarded.

    From lua you're going to have to first load before autorun, and then localize everything for your cheat. after that, create detours for all of these functions.

    Credits to gooby for that.

    Or if for whatever reason you like being tied up and beating yourself, create your own hook.add from C++ and then all you have to do is localize everything and load before CAC.
    Could you please share an efficient debug.getinfo detour? Perhaps a good method to detour these specific functions as-well?

  6. #6
    scarface is my bitch's Avatar
    Join Date
    Mar 2015
    Gender
    male
    Posts
    21
    Reputation
    10
    Thanks
    111
    My Mood
    Amazed
    Quote Originally Posted by 0 - p100 real quick View Post
    alright instead of being an ass, I'll be helpful. If you're doing this from C++, hook ClientMode::Createmove instead of whatevcer the other one I can't think of off the top of my head. Painttraverse shouldn't get you detected unless you're retarded.

    From lua you're going to have to first load before autorun, and then localize everything for your cheat. after that, create detours for all of these functions.
    debug.getfenv
    debug.gethook
    debug.getinfo
    debug.getlocal
    debug.getmetatable
    debug.getregistry
    debug.getupvalue
    debug.setfenv
    debug.sethook
    debug.setlocal
    debug.setmetatable
    debug.setupvalue
    debug.upvalueid
    debug.upvaluejoin
    string.dump
    jit.attach
    jit.util.funcbc
    jit.util.funcinfo
    jit.util.funck
    jit.util.funcuvname
    jit.util.ircalladdr
    Credits to gooby for that.

    Or if for whatever reason you like being tied up and beating yourself, create your own hook.add from C++ and then all you have to do is localize everything and load before CAC.
    what do i do with this i am trying to use it with newsbot would that work or could you tell me a hack that would work with this
    Last edited by scarface is my bitch; 01-28-2016 at 06:37 PM.

  7. #7
    Hello Noober!'s Avatar
    Join Date
    Sep 2015
    Gender
    female
    Posts
    0
    Reputation
    10
    Thanks
    18
    Quote Originally Posted by The Beast123 View Post
    Could you please share an efficient debug.getinfo detour? Perhaps a good method to detour these specific functions as-well?
    detour using Msdetours, thank me later

  8. #8
    The Beast123's Avatar
    Join Date
    Dec 2014
    Gender
    male
    Posts
    87
    Reputation
    18
    Thanks
    30
    My Mood
    Happy
    Quote Originally Posted by Hello Noober! View Post
    detour using Msdetours, thank me later
    Thanks buddy, I appreciate the reply. How-ever I don't understand what you mean by Msdetours, please explain. Thanks anyways!

  9. #9
    D3M0L1T10N's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    1,364
    Reputation
    19
    Thanks
    656
    Quote Originally Posted by The Beast123 View Post
    Thanks buddy, I appreciate the reply. How-ever I don't understand what you mean by Msdetours, please explain. Thanks anyways!
    microsoft detours
    8:53 PM - Xenomorphic 1 hr 7 min cooldown: So is MPGH only exist so people can c+p from ************* and troll the gmod section?

    [IMG]https://i739.photobucke*****m/albums/xx38/jorroa5990/flatexch2_zpsec96a7e2.gif[/IMG]

  10. #10
    The Beast123's Avatar
    Join Date
    Dec 2014
    Gender
    male
    Posts
    87
    Reputation
    18
    Thanks
    30
    My Mood
    Happy
    Quote Originally Posted by D3M0L1T10N View Post
    microsoft detours
    Thanks, you fantastic trollazoid! I'm using lua though

  11. #11
    0 - p100 real quick's Avatar
    Join Date
    Sep 2015
    Gender
    female
    Posts
    19
    Reputation
    10
    Thanks
    503
    Quote Originally Posted by D3M0L1T10N View Post
    microsoft detours
    nerve make sure you detour your vectors, don't want to be cac detekted

  12. The Following User Says Thank You to 0 - p100 real quick For This Useful Post:

    AnotherRandomName (02-03-2016)

  13. #12
    Hunter's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Location
    Depths Of My Mind.
    Posts
    17,468
    Reputation
    3771
    Thanks
    6,159
    My Mood
    Cheerful
    1 week has passed and no further replies have been made by the OP. Assuming solved.

    /Closed.

  14. #13
    0 - p100 real quick's Avatar
    Join Date
    Sep 2015
    Gender
    female
    Posts
    19
    Reputation
    10
    Thanks
    503
    @Hunter you forgot to lock the thread

  15. The Following User Says Thank You to 0 - p100 real quick For This Useful Post:

    Hunter (02-04-2016)

Similar Threads

  1. [Tutorial] How to bypass CAC for quick exploits
    By bape in forum Garry's Mod Hacks & Cheats
    Replies: 10
    Last Post: 08-20-2015, 06:19 PM
  2. [Solved] Bypass CAC
    By Stevely in forum Garry's Mod Server Exploits & Help
    Replies: 15
    Last Post: 05-02-2015, 10:20 AM
  3. [Help Request] How to bypass CAC Anticheat?
    By robater in forum Garry's Mod Discussions & Help
    Replies: 9
    Last Post: 03-01-2015, 04:02 AM
  4. [Help] Wanting some help bypassing !cac
    By sachiel121 in forum Garry's Mod Discussions & Help
    Replies: 8
    Last Post: 02-25-2015, 01:28 PM
  5. how to bypass !cac
    By cdriza in forum Garry's Mod Hacks & Cheats
    Replies: 21
    Last Post: 02-21-2015, 06:11 PM