FIREAC is the best free FiveM anti-cheat made by Amirreza Jaberi for free for you FiveM server owners and developers, this anti-cheat will help you get rid of cheaters and make a fair game for your players.
For better paid anticheat check out https://store.fiveguard.ac.
We are able to provide this free product because of help of https://fiveguard.net. fiveguard is best fivem anticheat |
menuv For admin menu |
discord-screenshot For take screenshot |
oxmysql For save sql data |
|
|
|
|
|
|
- Add this text in your
server.cfg
:
ensure FIREAC
ensure menuv
ensure screenshot-basic
ensure discord-screenshot
- You can add your users identifiers by admin menu
FIREAC_CHANGE_TEMP_WHHITELIST
This export only for add and remove player fromTemporary whitelist
for example :
Add :
exports['FIREAC']:FIREAC_CHANGE_TEMP_WHHITELIST(source, true)
Remove :
exports['FIREAC']:FIREAC_CHANGE_TEMP_WHHITELIST(source, false)
FIREAC_CHECK_TEMP_WHITELIST
This export only for check player fromTemporary whitelist
and get your result for example :
for check :
exports['FIREAC']:FIREAC_CHECK_TEMP_WHITELIST(source)
FIREAC_ACTION
This export is forBAN
orKICK
orWARN
the player for example :
for BAN :
exports['FIREAC']:FIREAC_ACTION(source, "BAN", reason, details)
for KICK :
exports['FIREAC']:FIREAC_ACTION(source, "KICK", reason, details)
for WARN :
exports['FIREAC']:FIREAC_ACTION(source, "WARN", reason, details)
FIREAC_CHANGE_TEMP_WHHITELIST
This export only for add and remove player fromTemporary whitelist
for example :
Add :
exports['FIREAC']:FIREAC_CHANGE_TEMP_WHHITELIST(true)
Remove :
exports['FIREAC']:FIREAC_CHANGE_TEMP_WHHITELIST(false)
FIREAC_CHECK_TEMP_WHITELIST
This export only for check player fromTemporary whitelist
and get your result for example :
for check :
exports['FIREAC']:FIREAC_CHECK_TEMP_WHITELIST()
FIREAC_ACTION
This export is forBAN
orKICK
orWARN
the player for example :
for BAN :
exports['FIREAC']:FIREAC_ACTION("BAN", reason, details)
for KICK :
exports['FIREAC']:FIREAC_ACTION("KICK", reason, details)
for WARN :
exports['FIREAC']:FIREAC_ACTION("WARN", reason, details)
|
|
|
You can install anti-cheat with tutorial of FIREAC website in https://amirrezajaberi.ir/fireac
FIREAC
Copyright (C) 2022-2023 FIREAC by Amirreza Jaberi This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. 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 General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/ |