AmirrezaJaberi / FIREAC

✅ FiveM Strongest Anticheat
GNU Affero General Public License v3.0
162 stars 53 forks source link

Permissions & Bypass for resource source code #29

Closed evilstriker closed 1 year ago

evilstriker commented 1 year ago

~ I have added the ability to add / remove a temporary bypass using client events. For example: when joined bypass enabled and when loaded bypass disabled. Maybe you want to take this into your release or do you already have the ability to make bypass exceptions?

AmirrezaJaberi commented 1 year ago

Hi @evilstriker,

I will check it , thanks for report that !🙏

evilstriker commented 1 year ago

Sounds good I have added a server event called "anticheat:tempbypass" with a bool. And I have added a bool variable called "isBypassEnabled" in the fire-server.lua and added them to all the ban triggers / message triggers in a if statement.

You can now add the created event to your resources and give player a temporary bypass for example upon joining the server and loading in without getting a "Anti-Invisible" or "Anti-Teleport" ban.