Fiveguard.net is best paid FiveM Anticheat providing unique features such as Anti Aimbot, Objects-AI detection, Cheats-AI detection, Safe-Events and many more. This product is developed to eliminate cheats and at the same time provide smooth gaming experience!
For an enhanced paid anticheat, visit https://store.fiveguard.ac.
We are able to provide this free product thanks to the support of https://fiveguard.net.
Fiveguard - Elevating your FiveM server security.
FireAC is only free version containing basic checks if you want FULL PROTECTION you need to purchase this FiveM Anticheat
FIREAC is the best free FiveM anti-cheat created by Amirreza Jaberi for you, FiveM server owners, and developers. This anti-cheat is designed to help you eliminate cheaters and ensure a fair gaming experience for your players.
discord-screenshot For taking screenshots |
oxmysql For saving SQL data |
Client Side Protection
- Anti-Track Players
- Anti-Health Hack
- Anti-Armor Hack
- Anti-Infinite Ammo
- Anti-Spectate
- Anti-Ragdoll
- Anti-Menyoo
- Anti-Aim Assist
- Anti-Infinite Stamina
- Anti-Aim Bot
- Anti-Blacklist Weapon
- Anti-Add Weapon
- Anti-Remove Weapon
- Anti-God Mode
- Anti-Noclip
- Anti-Rainbow Vehicle
- Anti-Teleport Vehicle
- Anti-Teleport Ped
- Anti-Invisible
- Anti-Change Speed
- Anti-Free Camera
- Anti-Plate Changer
- Anti-Night Vision
- Anti-Thermal Vision
- Anti-Super Jump
- Anti-Suicide
Server Side Protection
- Anti-Spam Chat
- Anti-Blacklist Commands
- Anti-Weapon Damage Changer
- Anti-Vehicle Damage Changer
- Anti-Blacklist Word
- Anti-Bring All
- Anti-Blacklist Trigger
- Anti-Spam Trigger
- Anti-Clear Ped Tasks
- Anti-Taze Players
- Anti-Inject
- Anti-Blacklist Explosion
- Anti-Explosion Spam
- Anti-Blacklist Object
- Anti-Blacklist Ped
- Anti-Blacklist Vehicle
- Anti-Spam Vehicle
- Anti-Spam Ped
- Anti-Spam Object
- Anti-Change Perm
- Anti-Play Sound
Server Side Protection
- Anti-Resource Start/Stop/Restart
- Anti-Add Command
Server Side Protection
- Anti-VPN
- Anti-Hosting
- Anti-Blacklist Name
Identifiers
- FiveM License
- Steam Identifier
- IP Address
- Microsoft ID (LIVE ID)
- Xbox Live ID (XBL ID)
- Discord ID
- FiveM Player Tokens
- Console
- Discord
- Chat
- Screenshot
Add the following lines to your server.cfg
:
ensure FIREAC
ensure screenshot-basic
ensure discord-screenshot
To manage authorized users, utilize the admin menu in-game..
FIREAC_CHANGE_TEMP_WHITELIST
: This export enables you to add or remove a player from theTemporary Whitelist
s. For example:
-- Add:
exports['FIREAC']:FIREAC_CHANGE_TEMP_WHITELIST(source, true)
-- Remove:
exports['FIREAC']:FIREAC_CHANGE_TEMP_WHITELIST(source, false)
FIREAC_CHECK_TEMP_WHITELIST
: This export is exclusively for checking a player's status in theTemporary Whitelist
: for example :
-- Check:
exports['FIREAC']:FIREAC_CHECK_TEMP_WHITELIST(source)
FIREAC_ACTION
: Use this export for performing actions likeBAN
,KICK
, orWARN
on a player:
-- Ban:
exports['FIREAC']:FIREAC_ACTION(source, "BAN", reason, details)
-- Kick:
exports['FIREAC']:FIREAC_ACTION(source, "KICK", reason, details)
-- Warn:
exports['FIREAC']:FIREAC_ACTION(source, "WARN", reason, details)
FIREAC_CHANGE_TEMP_WHHITELIST
: This export is designed for adding or removing a player from theTemporary Whitelist
on the client side:
-- Add:
exports['FIREAC']:FIREAC_CHANGE_TEMP_WHHITELIST(true)
-- Remove:
exports['FIREAC']:FIREAC_CHANGE_TEMP_WHHITELIST(false)
FIREAC_CHECK_TEMP_WHITELIST
: Similar to the server side, use this export to check a player's status in theTemporary Whitelist
:
-- Check:
exports['FIREAC']:FIREAC_CHECK_TEMP_WHITELIST()
FIREAC_ACTION
: On the client side, employ this export for actions such asBAN
,KICK
, orWARN
:
-- Ban:
exports['FIREAC']:FIREAC_ACTION("BAN", reason, details)
-- Kick:
exports['FIREAC']:FIREAC_ACTION("KICK", reason, details)
-- Warn:
exports['FIREAC']:FIREAC_ACTION("WARN", reason, details)
Command | Description |
---|---|
/funban [Ban ID] |
Unban a user from the database by admins (use the console in-game). |
/addadmin [ID (Player in server)] |
Add an admin to the database, granting access to the admin menu (use the console in-game). |
/addwhitelist [ID (Player in server)] |
Add an admin to the database, providing full permissions in the server (use the console in-game). |
For a step-by-step guide on installing the anti-cheat, refer to the FIREAC website tutorial at https://amirrezajaberi.ir/fireac.
FIREAC - AGPL-3.0 License
Copyright © 2022-2024 by Amirreza Jaberi This software is licensed under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. Disclaimer: This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. Copy of the License: You should have received a copy of the GNU Affero General Public License along with this program. If not, see https://www.gnu.org/licenses/. |