Thread: CAC bypass

Results 1 to 5 of 5
  1. #1
    dafda01's Avatar
    Join Date
    Sep 2015
    Gender
    male
    Location
    in ur dreamz
    Posts
    90
    Reputation
    10
    Thanks
    159
    My Mood
    Amazed

    Question CAC bypass

    hello guys umm i just got some lua in my old computer
    the file is cacbypass.lua
    so i want to know if this working or not

    the code
    ~~~~~~~~~~~~~~
    Code:
    if ( not CLIENT ) then return end
    
    local printShit = true
    
    local hooker = hook.GetTable
    local receive = net.Receive
    local sendtoserv = net.SendToServer
    local writeint = net.WriteInt
    local writebit = net.WriteBit
    
    local start = net.Start
    
    local prant = print
    local hairs = pairs
    local undack = unpack
    
    local info = debug.getinfo
    
    local shitfunc = function()
    
        if ( not printShit ) then return end
    
        prant("Fuck the cvar check")
    
    end
    
    local shitfunc2 = function()
    
        local poop = readint(10)
        
        start("Debug1")
            
        writeint(poop, 16)
            
        sendtoserv()
    
        if ( not printShit ) then return end
    
        prant("Spoofed Ping")
    
    end
    
    
    hooker()["Think"]["penis"] = function()
    
        hook.Remove("OnGamemodeLoaded", "___scan_g_init")
        hooker()["OnGamemodeLoaded"]["___scan_g_init"] = shitfunc
        receive("Debug2", shitfunc2)
        receive("gcontrol_vars", shitfunc)
        receive("control_vars", shitfunc)
        receive("checksaum", shitfunc)
    
        net.Receivers["Debug2"] = shitfunc2
        net.Receivers["gcontrol_vars"] = shitfunc
        net.Receivers["control_vars"] = shitfunc
        net.Receivers["checksaum"] = shitfunc
    
    end
    
    hook.Remove("OnGamemodeLoaded", "___scan_g_init")
    hooker()["OnGamemodeLoaded"]["___scan_g_init"] = shitfunc
    receive("Debug2", shitfunc2)
    receive("gcontrol_vars", shitfunc)
    receive("control_vars", shitfunc)
    receive("checksaum", shitfunc)
    
    net.Receivers["Debug2"] = shitfunc2
    net.Receivers["gcontrol_vars"] = shitfunc
    net.Receivers["control_vars"] = shitfunc
    net.Receivers["checksaum"] = shitfunc
    
    
    start("gcontrol_vars")    
        writebit()
    sendtoserv()
    
    function pairs( ... )
    
        local tbl = { ... }
        
        local dbg = info(2)
        if ( dbg ) then
            local src = dbg.short_src
            if src:find("cl_qac") then
                return hairs( { } ) -- nop
            end
            
        end
        
        return hairs(undack(tbl))
    end
    i hope this working


  2. #2
    Ally's Avatar
    Join Date
    Dec 2014
    Gender
    female
    Location
       ♥
    Posts
    8,644
    Reputation
    1610
    Thanks
    8,509
    My Mood
    Angelic
    Moved to proper section

    Premium Member 22/4/16
    Steam Minion 22/12/2017
    OFPS Minion 5/2/2019
    MMO Minion 5/2/2019
    Minion+ 5/2/2019
    Mod 8/11/2020
    Retired 3/10/2022
    23 / Dec 7, 2001
    Discord: @im.ally

  3. #3
    AckroyJR's Avatar
    Join Date
    Oct 2017
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    0
    Most likely not working considering if it's an lua you will need to have a bypass so you can enable sv_allowcslua which CAC can also detect and there aren't any undetected public ones out there I presume.

  4. #4
    Bartender's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    Posts
    124
    Reputation
    10
    Thanks
    537
    You can do something as simple as combine xashpass with overloading net send data. That usually buys an extra 30min to an hour (or longer). Depending on the rate settings of the server.


    "You don't bite the one who serves you"

  5. #5
    D0ctorCZ's Avatar
    Join Date
    Feb 2015
    Gender
    male
    Posts
    55
    Reputation
    10
    Thanks
    3
    My Mood
    Cheerful
    Well, thanks for sharing this, but as far as I can see this is not going to work, but who knows. I am 80% sure this won't work.

Similar Threads

  1. [Solved] CAC bypass?
    By h22447h in forum Garry's Mod Coding & Resources
    Replies: 6
    Last Post: 03-23-2016, 10:35 AM
  2. [Outdated] Xash's cac bypass
    By 0 - p100 real quick in forum Garry's Mod Hacks & Cheats
    Replies: 45
    Last Post: 03-12-2016, 02:11 AM
  3. [Tutorial] CAC Bypass
    By SpartanVampire in forum Garry's Mod Hacks & Cheats
    Replies: 17
    Last Post: 08-25-2015, 11:33 PM
  4. CAC BYPASS?
    By Lammbeaux in forum Garry's Mod Discussions & Help
    Replies: 7
    Last Post: 07-20-2015, 12:39 AM
  5. [Release] CAC Bypass
    By r.Cool in forum Garry's Mod Hacks & Cheats
    Replies: 16
    Last Post: 07-15-2015, 08:05 AM

Tags for this Thread