Results 1 to 8 of 8
  1. #1
    fluorescent''s Avatar
    Join Date
    Feb 2018
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    0

    Velkon anti cheat

    anyone know a way to bypass velkon anti cheat? willing to learn

    Code:
    /*---------------------------------------------------------------------------
    
    VAC - Velkon Anti Cheat (Anti-Skid)
    
    ---------------------------------------------------------------------------*/
    
    local vac_meta = {}
    
    local G = table.Copy(_G) or _G
    
    local R = G.debug.getregistry()
    
    
    
    
    
    local vac = G.setmetatable({}, {
    
    	__metamethod = vac_meta
    
    })
    
    
    
    //vac = vac or {}
    
    
    
    function vac.tb()
    
    	local a = G.string.Explode("\n",G.debug.traceback())
    
    	local dir = ""
    
    	for k,v in pairs(a) do
    
    		local tb = v:match("\t.*:")
    
    		if tb then
    
    			dir = tb:gsub(":.*:",""):gsub("\t","")
    
    		end
    
    	end
    
    	return dir
    
    end
    
    
    
    vac.receive = {
    
    	["hook"] = function()
    
    		vac.hooks = G.net.ReadTable()
    
    	end,
    
    	["cmd"] = function()
    
    		vac.cmds = G.net.ReadTable()
    
    	end,
    
    	["chat"] = function()
    
    		chat.AddText(Color(255,0,0),"[VAC] ",Color(255,255,255),G.net.ReadString())
    
    	end,
    
    	["remove"] = function()
    
    		G.hook.Remove(G.net.ReadString(),G.net.ReadString())
    
    	end,
    
    	["removecmd"] = function()
    
    		G.concommand.Remove(G.net.ReadString())
    
    	end
    
    }
    
    
    
    G.net.Receive("vac.svcl",function() vac.receive[G.net.ReadString()]() end)
    
    
    
    
    
    function vac.bad(id,r,ao)
    
    G.net.Start("vac.clsv")
    
    G.net.WriteString(id)
    
    G.net.WriteString(r)
    
    G.net.WriteString(ao)
    
    G.net.SendToServer()
    
    end
    
    
    
    G.timer.Simple(0,function()
    
    	function hook.Add(typ,id,func)
    
    		if vac.hooks[typ] then
    
    
    
    			if vac.hooks[typ][id] then
    
    				G.hook.Add(typ,id,func)
    
    				return
    
    			else
    
    				local tb = vac.tb()
    
    				print(tostring(id))
    
    				print(typ)
    
    				vac.bad("badhook",typ..","..id,tb)
    
    				G.hook.Add(typ,id,func)
    
    				return
    
    			end
    
    
    
    		else
    
    			G.hook.Add(typ,id,func)
    
    			return
    
    		end
    
    	end
    
    
    
    	function concommand.Add(...)
    
    		local t = {...}
    
    		local a = t[1]
    
    		if not vac.cmds[a] then
    
    			local tb = vac.tb()
    
    			vac.bad("badcmd",a,tb)
    
    			return G.concommand.Add(...)
    
    		else
    
    			return G.concommand.Add(...)
    
    		end
    
    	end
    
    
    
    end)
    
    
    
    MsgC(Color(255,0,0),"VAC\n")

  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
    fluorescent''s Avatar
    Join Date
    Feb 2018
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    0
    bump?//2short

  4. #4
    Himself1's Avatar
    Join Date
    May 2013
    Gender
    male
    Posts
    15
    Reputation
    10
    Thanks
    174
    where can i find a server with this ac on it

  5. #5
    fluorescent''s Avatar
    Join Date
    Feb 2018
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by Himself1 View Post
    where can i find a server with this ac on it
    cloud gaming idk ip

  6. #6
    tikene's Avatar
    Join Date
    Jun 2017
    Gender
    male
    Posts
    94
    Reputation
    10
    Thanks
    39
    Quote Originally Posted by fluorescent' View Post
    cloud gaming idk ip
    Hasn't this been bypassed years ago? They update it or what

  7. #7
    fluorescent''s Avatar
    Join Date
    Feb 2018
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by tikene View Post
    Hasn't this been bypassed years ago? They update it or what
    i dont see any bypasses

  8. #8
    C.Rawk's Avatar
    Join Date
    Nov 2018
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0

    Wtf is this

    Tbh this is the worst Anticheat I've seen so far xD
    With a bit of magic you could just overwrite the whole anticheat and it wouldn't matter cuz as it seems it doesnt even have a timeout mechanism.
    To bypass it you would simply need a copy of the Global Table I think.
    Or if you know C++ you can simply block it
    Last edited by C.Rawk; 11-30-2018 at 04:22 PM.

Similar Threads

  1. [Source Code] VAC - Velkon Anti Cheat (Anti-Skid) Leak 23/08/16
    By wiggin in forum Garry's Mod Coding & Resources
    Replies: 15
    Last Post: 08-16-2017, 07:49 PM
  2. [Request] tut for anti cheat bypassing
    By fatbox187 in forum Programming Tutorial Requests
    Replies: 1
    Last Post: 12-26-2015, 03:20 AM
  3. [Request]12 Sky 2 (has no anti cheat(e.g. punkbuster))
    By Stelthkid in forum Hack Requests
    Replies: 1
    Last Post: 02-06-2011, 05:17 AM
  4. FMProtect, another anti-cheat....
    By wenddy in forum Anti-Cheat
    Replies: 2
    Last Post: 06-22-2008, 09:44 PM
  5. F**K the anti-cheat programs
    By Cr4azyPh4ntom in forum Anti-Cheat
    Replies: 1
    Last Post: 12-21-2007, 09:54 AM