Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local bad_cmds = {
- "smeg",
- "hack",
- "aa_reload",
- "aimbot",
- "esp",
- "cheat",
- "exploit"
- }
- timer.Create("ConCheck",30,0, function()
- for _, cmd in pairs(concommand.GetTable()) do
- if good_cmds[_] then
- return false
- end
- for i, frag in ipairs(bad_cmds) do
- if string.find(_,frag) or _ == frag then
- ZAC.Detect("bad_cmd", _)
- end
- end
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment