ChocoHax FiveM Anti Cheat

nit34byte

Chocolate CEO
Staff member
Administrator
Jun 20, 2021
911
128
1,390
localhost
www.lynxcollective.ltd
chocoX_Black_Yellow.png
ChocoHax Hestia
As 2024 approaches, it will be a big year for ChocoHax, celebrating our 5th anniversary. For five years, we've been diligently fighting cheaters, contributing to a fairer and more enjoyable fivem experience.​

ChocoHax is a complete solution for all your needs. Over the years, we have incorporated every request from our community and welcomed each contribution. This project exists thanks to your support and feedback.

What does ChocoHax offer?
  • Server Sided & Client Sided Anticheat
  • Entities / Explosions / FXParticles Management
  • Chat Moderation
  • In-game Admin Menu with Permissions System
  • Self-Hosted Remote Webpanel - Players Management / Bans Management
  • Backdoor Protection against Malwares
  • Events Protection against Finders/Scanners - Anti Eulen Find Triggers
  • Cloud Bans Protection - Protecting your from players that has been previously detected with cheats
1703487745583.png1703488322692.png1703488382407.png1703488349590.png

 
Last edited:

nit34byte

Chocolate CEO
Staff member
Administrator
Jun 20, 2021
911
128
1,390
localhost
www.lynxcollective.ltd
ChocoHax Panel

Setup
1703539080112.pngcmd_dhb0oD00xq.png

Login
1703546764745.png

Dashboard
Player List - Player Management
Shared Todo List (For All Staff Members)
Server Status
dashboard.png
Dashboard - Player Management
Freeze Player
Kick / Ban Player

Send Message / Alert
Teleport Player to Player
Give Vehicle / Weapon
Remove Vehicle / Weapons
Quick Cheat Check
Player Health / Armor Status + Give
Real Time Screenshot
Player Identifiers

manageplayer.png

Offline Users
Missed the chance to ban a cheater? no worries, you can ban him even if it's already disconnected

offlineusers.png
Banned Users
Managing your bans never been easier.
bannedusers.png


banviewer.png

Panel Accounts - Multi Account Support
Invite your staff members to use the panel with remote access.
panelaccounts.png

Events Hider - Resources Trigger Server Event
Block Trigger Finders with ChocoHax by hiding them from scanners.
eventshider.png
 
Last edited:

nit34byte

Chocolate CEO
Staff member
Administrator
Jun 20, 2021
911
128
1,390
localhost
www.lynxcollective.ltd
Admin Menu Overview
Main Menu

mainmenu.png
Personal Area
personalarea.png
Player List / Player Options (Onesync Infinity Compatible)
player options.png
Vehicles Options / Tuning Menu

vehicleoptions-min.pngvehicleoptionsspawnlist-min.pngvehicleoptionstuning-min.pngvehicleoptionstuning (2)-min.png
Weapons Options
weaponoptions.png
World Options / Clear Area
worldoptions_cleararea.png
Misc Options / ESP / Debug Menu
miscoptions_esp.pngmiscoptions_debugmenu-min.png
Settings

settings.png
 
Last edited:

nit34byte

Chocolate CEO
Staff member
Administrator
Jun 20, 2021
911
128
1,390
localhost
www.lynxcollective.ltd
Configuration / Features
  • Main Settingsmain.png
    • Language
      English, Arabic, Bulgarian, Czech, Danish, German, Greek, Spanish, French, Hungarian, Italian, Japanese, Korean, Lithuanian, Dutch, Polish, Portuguese, Romanian, Russian, Slovak, Thai, Turkish, Vietnamese, Chinese
    • Panel
    • Exports - Enable or Disable the use of SDK Exports to create plugins or integrate ChocoHax into your scripts. - View more
      code_language.lua:
      local _SDK = exports["chocohaxResourceName"]:sdk_public()
      
      RegisterCommand("banme", function(source, args, rawCommand)
          _SDK._PLAYERSDATA.sendPlayerAlert(source, "Hi!!", "You're about to be banned but let's check if you're an admin", "warning")
      
          local canBypass = _SDK.perms.hasperms(source, "clientBypass")
      
          if canBypass then
              _SDK._PLAYERSDATA.sendPlayerAlert(source, "Hi!!", "You're an admin, you can't be banned", "warning")
              _SDK._P("moduleName","w", "Player %s tried to ban himself but he's an admin", GetPlayerName(source))
              return
          end
      
          _SDK.logPlayer(source,{
              module = "moduleName",
              reason = "Banned himself",
              extra = "If you want...",
              permission = "none",
              img = false,
              punishment = "ban"
          })
      end)
    • ChocoHax Admin Menu - Enable or Disable the in-game menu - Remember to set permissions to be able to open it - Use the "INSERT" key to open the menu. - Setup Permissions
    • Auto Login - Enable or Disable the loading of permissions at server login - To avoid bugs or other unexpected behaviors of ChocoHax, it is recommended to keep it active. For users who are "performance" sensitive it can create spikes on your profiler scans on busy servers
  • Login 1703481457084.png1703481428998.png1703481442451.png
    • Login Password
    • Anti XSS Injection - name check
    • Anti Blacklisted IPs / Subnets / Names
    • VPN Detection
    • Identifier Enforcer
    • Anti Duplicated Connections
    • Steam Trust Factor Checks
      • Vac Ban
      • Account Age
      • Friend Count
      • Cloud Banned Friends - Checks for being friend with previously detected cheaters
      • Private Profile checks
      • FiveM Playtime
      • Min Amount of Games
  • Logging System 1703477685243.png1703477799906.png
    ChocoHax has a powerful logging system that can show you in various ways what your players are doing.​
    • Console Logging
    • Discord Logging
      1. Player's ID and Username.
      2. Location, Health, and Armor.
      3. Name of the module that detected the user and the reason.
      4. Total duration on the server. P.S. If ChocoHax has been restarted, the timer may be wrong.
      5. Screen resolution.
      6. The permission the user would have needed to bypass detection.
      7. Player identifiers - Steam, Discord, Rockstar License, Xbox Live License, Microsoft License, and FiveM Account ID.
      8. Player's IP - Can be hidden from logs for privacy reasons.
    • Local Storage Logging - resources/yourChocoHaxFolder/logs
    • Remote Logs Endpoint - requires exports
  • Chat Protection1703478988343.png
    With ChocoHax, you can keep your server's chat safe, as users will be immediately moderated if their language is inappropriate.
    You can choose from various methods to limit or censor the chat and you can get a separated chat log on your Discord Webhooks​
    • Links
    • IPs
    • XSS Injection - .js Troll Scripts
    • Caps and Spam
    • Blacklisted Words
    • Discord Webhook Chat Logger
  • Events Handlers 1703479316267.png1703479299506.png1703479892152.png
    Cheaters love "TriggerServerEvents", especially when they are vulnerable, because it allows them to give themselves money and perform often unpleasant actions on your server.​
    • Anti Fake Name - Anti Chat Spam
    • Anti SQL Injection - Anti Database Delete
    • Anti Jail Events
    • Anti ESX Exploits and Anti Money Exploits
    • Blacklisted / Limited and Logged events to customize and enforce your server protection
  • Explosions, FXParticles & Entities Management 1703480086892.png
    Entities, effects, and explosions are very annoying and difficult to manage, especially on servers with a lot of users. We have adopted a highly customizable variant that ensures functionality on any framework It only requires patience and a good configuration.
    • Blacklisted/Whitelisted options
    • Anti-Spam
    • Whitelisted Only
    • Block All
  • Weapons Management1703480871816.png
    • Weapon Give/Remove - except for self-giving
    • Mass Kill Detection
    • Distance / Damage / Aimbot Check
    • Taze All Protection
    • Discord Webhook Kill Logger
    • Blacklisted Weapon Management - Block unwanted weapons on the server
  • Client Side Protection1703482387034.png1703482375502.png
    • Player Proofs
      • Bullets
      • Explosions
      • Fire
      • Vehicle/Collision
      • Melee
      • Steam/Water
      • Drowning
    • ChocoHax AI - Our proprietary artificial intelligence model is capable of detecting many mod menus. We were the first to introduce such a feature and are the only ones to have significantly improved it.
    • Anti Internal Lua Cheats
    • Anti NUI Dev Tools - Debug Tools abuse
    • Anti Executor - Resource scanning
    • Anti Spectate
    • Anti Player Blips
    • Anti Freecam
    • Anti Noclip
    • Anti Thermalvision
    • Anti Nightvision
    • Anti Invisible
    • Anti Radar
    • Anti Safe Spawn Vehicles
    • Client Anti Blacklisted Weapon Detection
    • Anti Infinite Ammo
    • Anti Weapon Pickups
  • Server Side Protection 1703482357930.png
    • Anti GodMode - Health/Armor Check
    • Speed Check
    • Anti Super Jump
    • Anti ClearPedTasksImmediately - Kick all out of vehicles
    • Server Anti Blacklisted Weapon Detection
    • Anti Weapon Damage Modifier
    • Max Ping Kick
    • Server > Client Heartbeat
 
Last edited:

nit34byte

Chocolate CEO
Staff member
Administrator
Jun 20, 2021
911
128
1,390
localhost
www.lynxcollective.ltd
ChocoHax Detection POC
Alien Menu
alienmenu.pngalienmenuV.pngalienmenu3.png

Money Exploit:
moneyexploit_alienmenu.png

Alokas Menu
Alokas66MenuV.png


Brutan Menu
brutan94V.pngbrutanpremium.png

ChronoPulse
chronopulse.pngchronopulse_shittymenu.png


Tapatio / Edits
cmv2 tapatio edit.pngtapatioV.pngtapatioV2.png

Cobra Menu
cobramenuV.png

Dopamine (+ Korean Version)
dopamineKOREAv.pngdopamineV.png

Eulen Menu
eulenmenuV.pngeulenmenuV2.png

Fallout Menu
falloutmenu2V.pngfalloutV.png

FiveSense Menu
fivesensemenuV.png

Hoax Menu (+ Korean Version)
hoaxmenuKOREAv.pnghoaxmenuV.png

Hydro Menu
hydromenu3-png.1955
hydromenuV.pnghydromenuv2.png

Lumia Menu
lumiamenu.png

Lynx Menu



lynxmenu10EDITED.pnglynxmenu10ORIGINAL.pnglynxmenu10EDITED2.pnglynxmenu71.pngmodifiedLynx71v.png

Maestro Menu
maestroreloadedV.png

Phoenix Menu
phoenixmenuV.png

RedEngine Menu
redengineV.png

SkidMenu
skidmenuV.png

Starling Menu
StarlingV.png

Swagamine
swagamineV.png

TiagoMenu
tiagomenu2V.pngtiagomenu42V.pngtiagomenu41V.png
WolfMenu
wolfmenuV.png

Extra Random Detections
(ESP , Razer Menu, SamppiMafia , SQL Injection, JonneLaakso)

randomCheat.pngrandomESPV.jpgrandomSpawnvehicle.png1703551052840.pngrandomSamppiMafiaV.pngrandomRazerMenu.pngrandomFV.png
And much more... Contact Us
 
Last edited:

nit34byte

Chocolate CEO
Staff member
Administrator
Jun 20, 2021
911
128
1,390
localhost
www.lynxcollective.ltd
Purchase a Subscription
You can purchase a ChocoHax Subscription either from our website or through our authorized resellers.
We discourage buying subscriptions from other sources as they may be scams. If you are unsure, simply open a ticket and a staff member will guide you.

new-stripe-logo-png.png

Visa / Mastercard / Other Cards (TEMPORARY UNAVAILABLE)

Lifetime subscriptions are available exclusively through Crypto payments or Resellers.
Shop

bitcoin-logo-DDAEEA68FA-seeklogo.com.png
Crypto - BTC / ETH / BCH / USDT / LTC / XLM / XRP / USDC
Shop

580b57fcd9996e24bc43c530.png
PayPal
Authorized Resellers


Skrill_logo.png
Skrill / Other Payment Methods
Contact Us - Tickets

Retail Pricing

ChocoHax Lite (Simply & Light)
28 days / 14.99€
7 months / 99.99€
Lifetime / 120.00€

ChocoHax (Complete)

28 days / 40.00€
3 months / 90.00€
6 months / 130.00€
1 year / 180.00€
Lifetime / 210.00€

Pro Upgrade: €50.00
(Unlimited IPs (alltime),Unlimited CFX.re server keys (alltime), 2 or more Active IPs, IP Resets every 24h, etc.)
For custom inquiries or special offers contact us.


Download & Install

You can download ChocoHax from the dedicated area. After downloading, the installation is straightforward. If you need assistance, I have provided some guides below for your convenience.​

Discord and Feedback
5b24e49fd89287ff1eb5bbc4cf93cb038c3384ef-512x512.png


To access the dedicated rooms, you can link your Discord account to your Lynx Collective account. Just follow these simple steps.
Connect your Discord Account
 
Last edited: