Icarus Advanced Anticheat
Icarus is a robust anti-cheat solution designed for FiveM role-playing servers. With unique detections and a diverse range of checks, it’s a comprehensive tool to catch cheaters. While occasional bugs or false positives may occur, your feedback through issues and pull requests is crucial to its refinement. Dive into Icarus, recognizing its evolving state, as it strives to be a powerful and reliable anti-cheat solution for your server.
Features
Detections | Other |
---|---|
Anti Aimbot | No VPN |
Anti Clear Tasks | No Bad Words |
Anti Entity Creation | Forbidden Names |
Anti Explosions | Event Blacklist |
Anti GiveWeapon | |
Anti RemoveWeapon | |
Anti Godmode | |
Anti Particles | |
Anti Illegal Peds | |
Anti Super Jump | |
Anti Tazer Mods | |
Anti Illegal Weapons | |
Anti Damage Modifier | |
Anti NoClip | |
Anti Projectiles |
Installation
-
Download the latest release for this repository.
-
Extract contents into your
/resources/
directory and ensure dependencies are installed. -
Read and adjust all configuration files carefully.
Permission Setup
Following ace permission allows selected players to bypass the anticheat detections and checks.
icarus.bypass |
---|
- Add the permission to the group you want to have bypass perms.
add_ace group.<yourgroup> icarus.bypass allow
- Add the according player license to previous chosen group.
add_principal identifier.license:<yourlicense> group.<yourgroup>
Banning
Numerous anticheat solutions are burdened by extensive ban systems and databases. Icarus, however, sidesteps these complexities to enhance compatibility and eliminate redundant code. To maximize the effectiveness of Icarus, it is imperative to integrate your own ban logic into the script, a process conveniently accomplished through the configuration file.
-- << config.lua >>
-- This function gets called when a cheater has been caught.
function Config.BanPlayer(source, reason)
-- Your own banning logic goes here!
end
Dependencies
FXServer | OneSync | Yarn | Screenshot-basic |
---|---|---|---|
6497+ | Required | Required | Optional |