Results 1 to 4 of 4
  1. #1
    GmodLeaker's Avatar
    Join Date
    Apr 2015
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    1

    cakes new anticheat

    hes trying to sell it so enjoy boys

    Code:
    // lol
    
    if SERVER then return end	
    
    
    
    if CLIENT then
    
    
    
    	chat.AddText(Color(255, 0, 0, 255), "[HERP-AC]: ", Color(255, 255, 255, 255), "This server is running HERP-AC. An Anti-Cheat System.", Color(0, 255, 0, 255))
    
    	local cheating = false
    
    	function CheckVars()
    
    		if cheating then return end
    
    		local AllowCSLua = GetConVar("sv_allowcslua"):GetInt()
    
    		local Cheats = GetConVar("sv_cheats"):GetInt()
    
    		local TimeScale = GetConVar("host_timescale"):GetInt()
    
    
    
    		if not (AllowCSLua == 0) then
    
    			net.Start("allowcslua_infraction")
    
    			net.SendToServer()
    
    			cheating = true
    
    		end
    
    		
    
    		if not (Cheats == 0) then
    
    			net.Start("cheats_infraction")
    
    			net.SendToServer()
    
    			cheating = true
    
    		end
    
    		
    
    		if not (TimeScale == 1) then
    
    			net.Start("timescale_infraction")
    
    			net.SendToServer()
    
    			cheating = true
    
    		end
    
    	end
    
    
    
    	CheckVars()
    
    
    
    	timer.Create( "Check_AllowCSLua", 5, 0, CheckVars )
    
    end
    cake

    do your part and make sure to put this on pastebin/lf/wherever else this kind of thing goes

  2. The Following User Says Thank You to GmodLeaker For This Useful Post:

    Margen67 (04-23-2015)

  3. #2
    Ariaa's Avatar
    Join Date
    Apr 2015
    Gender
    male
    Posts
    99
    Reputation
    10
    Thanks
    115
    so i join a server and run it and it vac bans all the cheaters???

  4. #3
    suchisgood's Avatar
    Join Date
    Feb 2014
    Gender
    female
    Posts
    902
    Reputation
    10
    Thanks
    560
    My Mood
    Angelic
    Quote Originally Posted by GmodLeaker View Post
    hes trying to sell it so enjoy boys

    Code:
    // lol
    
    if SERVER then return end	
    
    
    
    if CLIENT then
    
    
    
    	chat.AddText(Color(255, 0, 0, 255), "[HERP-AC]: ", Color(255, 255, 255, 255), "This server is running HERP-AC. An Anti-Cheat System.", Color(0, 255, 0, 255))
    
    	local cheating = false
    
    	function CheckVars()
    
    		if cheating then return end
    
    		local AllowCSLua = GetConVar("sv_allowcslua"):GetInt()
    
    		local Cheats = GetConVar("sv_cheats"):GetInt()
    
    		local TimeScale = GetConVar("host_timescale"):GetInt()
    
    
    
    		if not (AllowCSLua == 0) then
    
    			net.Start("allowcslua_infraction")
    
    			net.SendToServer()
    
    			cheating = true
    
    		end
    
    		
    
    		if not (Cheats == 0) then
    
    			net.Start("cheats_infraction")
    
    			net.SendToServer()
    
    			cheating = true
    
    		end
    
    		
    
    		if not (TimeScale == 1) then
    
    			net.Start("timescale_infraction")
    
    			net.SendToServer()
    
    			cheating = true
    
    		end
    
    	end
    
    
    
    	CheckVars()
    
    
    
    	timer.Create( "Check_AllowCSLua", 5, 0, CheckVars )
    
    end
    cake

    do your part and make sure to put this on pastebin/lf/wherever else this kind of thing goes
    Easy to bypass and not part of CAC

    Bypass for the anticheat above:
    Code:
    timer.Destroy("Check_AllowCSLua")
    or
    Code:
    function CheckVars() end
    This is the CAC lua init file server side!

    https://pastebin.com/Z0rebH6S
    Last edited by suchisgood; 04-20-2015 at 07:24 AM.

  5. The Following 2 Users Say Thank You to suchisgood For This Useful Post:

    Margen67 (04-23-2015),sergeantskread (04-28-2015)

  6. #4
    CSGOBooster's Avatar
    Join Date
    Apr 2015
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    0
    Any large scale multihacks out there that bypass cac?

Similar Threads

  1. [Help] Cake Anticheat
    By imyoupy in forum Garry's Mod Discussions & Help
    Replies: 30
    Last Post: 05-22-2015, 08:18 AM
  2. leystyku's new anticheat
    By Azrius in forum Garry's Mod Hacks & Cheats
    Replies: 13
    Last Post: 04-21-2015, 02:40 PM
  3. [Release] New Survival/FreeBlocks - Looking for Builders [Hunger Games] [AntiCheat] [ProtectBlo
    By MohMurad in forum Minecraft Server Advertising
    Replies: 2
    Last Post: 08-25-2012, 02:18 PM
  4. [Discussion] new anticheat...
    By adam123321 in forum Call of Duty Modern Warfare 2 Discussions
    Replies: 9
    Last Post: 07-04-2011, 08:08 AM
  5. New sig. thanks dave cake
    By Wyo in forum Showroom
    Replies: 13
    Last Post: 07-07-2010, 01:22 PM