Skip to content

mrshaman93/FIREAC

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FIREAC logo FIREAC FIREAC logo

Discord - Website


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.


Advertise :

Fiveguard

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


Requirements :

discord-screenshot
For take screenshot
oxmysql
For save SQL data

Features :

Client Side Protecet

  • Anti Track Player's
  • Anti Health Hack
  • Anti Armor Hack
  • Anti Infinity Ammo
  • Anti Spectate
  • Anti Ragdoll
  • Anti Menyoo
  • Anti Aim Assist
  • Anti Infinite Stamina
  • Anti Aim Bot
  • Anti Black List Weapon
  • Anti Add Weapon
  • Anti Remove Weapon
  • Anti God Mode
  • Anti Noclip
  • Anti Rainbow Vehicle
  • Anti Teleport Vehicle
  • Anti Teleport Ped
  • Anti Invisble
  • Anti Change Speed
  • Anti Free Camera
  • Anti Plate Changer
  • Anti Night Vision
  • Anti Thermal Vision
  • Anti Super Jump
  • Anti Suicide

Server Side Protecet

  • Anti Spam Chat
  • Anti Black List Commands
  • Anti Weapon Damage Changer
  • Anti Vehicle Damage Changer
  • Anti Black List Word
  • Anti Bring All
  • Anti Black List Trigger
  • Anti Spam Trigger
  • Anti Clear Ped Tasks
  • Anti Taze Players
  • Anti Inject
  • Anti Black List Explosion
  • Anti Explosion Spam
  • Anti Black List Object
  • Anti Black List Ped
  • Anti Black List Vehicle
  • Anti Spam Vehicle
  • Anti Spam Ped
  • Anti Spam Object
  • Anti Change Perm
  • Anti Play Sound

Inject Protect :

Server Side Protecet

  • Anti Resource Start / Stop / Restart
  • Anti Add Command

Connection Protect :

Server Side Protecet

  • Anti VPN
  • Anti Hosting
  • Anti Black List Name

Ban Method :

identifiers

  • FiveM License
  • Steam Identifier
  • IP Address
  • Microsoft ID(LIVE ID)
  • Xbox Live ID (XBL ID)
  • Discord ID
  • FiveM Player Token's

Log's :

  • Console
  • Discord
  • Chat
  • Screenshot

Installation :

  • Add this text in your server.cfg :
ensure FIREAC
ensure screenshot-basic
ensure discord-screenshot

Whitelist :

  • You can add your users identifiers by admin menu

Exports :

(Server Side) :

  • FIREAC_CHANGE_TEMP_WHHITELIST This export only for add and remove player from Temporary 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 from Temporary whitelist and get your result for example :
for check :
exports['FIREAC']:FIREAC_CHECK_TEMP_WHITELIST(source)
  • FIREAC_ACTION This export is for BAN or KICK or WARN 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)

(Client Side) :

  • FIREAC_CHANGE_TEMP_WHHITELIST This export only for add and remove player from Temporary 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 from Temporary whitelist and get your result for example :
for check :
exports['FIREAC']:FIREAC_CHECK_TEMP_WHITELIST()
  • FIREAC_ACTION This export is for BAN or KICK or WARN 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)

Command :

/funban [Ban ID]
This command unban user from database by admins (with console for in game)

/addadmin [ID]
This command add admin to database and so that can open admin menu (with console for in game)

/addwhitelist [ID]
This command add admin to database and so that can do anything in server (with console for in game)


Tutorial :

You can install anti-cheat with tutorial of FIREAC website in https://amirrezajaberi.ir/fireac


License :

Legal Notices

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/

About

✅ FiveM Strongest Anticheat

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 56.1%
  • HTML 32.2%
  • CSS 6.7%
  • JavaScript 5.0%