SecurGate
  • ☔Get Started
    • ⚙️Installation
  • ❌Errors
    • ⛔Auto Configs Errors
  • 📃Docs
    • 🤖Auto Configs
    • 💧Client side configurations
      • 💙Anti Godmod
      • 🔫Anti Give Weapon
    • ⌨️Commands
Powered by GitBook
On this page
  1. Docs
  2. Client side configurations

Anti Godmod

Setting up our GodMod detections

Note: we are just explaining complex configurations.

Fourth detection method

In the files : "config/cl_config.lua" go to the tab : "SecurGate _CL.Detections" and "Anti_GodMod"

cl_config.lua
Anti_GodMod = {
        [4] = { -- Check The Native : for the all natives who can use to be invincible. -> if you use it, disable this feature
            Enable = true,
            Whitelist_Zone =  { -- if you use safezones
                {pos = vector3(0.0, 0.0, 0.0), radius = 50.0},
            },
        }, 
    }
},

We offer to you the possibility to configure whitelist coords like safezones or others to don't get false banned. Put your safezone coords or others coords who make false ban in: "Whitelist_Zone"

PreviousClient side configurationsNextAnti Give Weapon

Last updated 10 months ago

📃
💧
💙