> For the complete documentation index, see [llms.txt](https://securgate.gitbook.io/securgate/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://securgate.gitbook.io/securgate/docs/client-side-configurations/anti-godmod.md).

# Anti Godmod

Setting up our GodMod detections

{% hint style="info" %}
**Note:** we are just explaining complex configurations.
{% endhint %}

## Fourth detection method

In the files : **"config/cl\_config.lua"** go to the tab : **"SecurGate \_CL.Detections"** and **"Anti\_GodMod"**&#x20;

{% code title="cl\_config.lua" %}

```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},
            },
        }, 
    }
},
```

{% endcode %}

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"**
