Secure your events

If your server is experiencing money hacks, weapon hacks, mass actions on your players, this is probably related to events. WaveShield can verify that these events are legit, if not, ban the source.

Go to the waveshield.lua file in the root of the WaveShield resource. Simply insert the name of the event you want to secure, for example: esx_jail:sendToJail

EnableServerEventsSecurity = true
SecuredServerEvents = {
    "WaveShield:receiveHeartbeat", --keep this, it prevent anti stop bypasses
    "thisEventIsSecured",
    "esx_jail:sendToJail",
    -- add every events you want to secure.
}

Last updated