Reason Anticheat Documentation
  • Introduction
  • Information
  • Links
  • FAQ
  • Resources Documentation
    • 🟣Reason Anticheat
      • Features
      • Dependencies
      • Commands
      • Logs
      • Menu
      • Installation
      • Configuration
      • Webhooks
      • Bans
      • Showcase
      • Set your game build and artifacts
      • Server crash prevention
      • Secure your server
    • 🟣Anti aimbot
    • 🟣Anti trigger event protection
    • 🟣Anti dumper
    • 🟣Anti weapons
    • 🟣Framework protections
Powered by GitBook
On this page
  • How can I find my player license?
  • How can I grant access to the anticheat menu?
  1. Resources Documentation
  2. Reason Anticheat

Menu

Features

PreviousLogsNextInstallation

Last updated 2 months ago

To access the menu you have to add user licenses to access menu ids table from config file. The key bind for anticheat menu is by default INSERT. To be sure that you have access to the menu, if you added your identifiers correctly, when you connect to the server it will print that you have connected as access menu user and as whitelisted user. Adding your user licenses to access menu table will also make you a whitelisted user. In case it prints that you connected as user with access menu and INSERT key does not open the menu, you have to check ESC -> Settings -> Key bindings -> Fivem -> search for anticheat menu bind.

How can I find my player license?

On a FiveM server, each player has his own licenses (identifiers). The anticheat menu requires player licenses for permission. There are more ways to get the player licenses to give them permission to your menu

  1. Get player license from discord logs

This is an example of discord log, from the anticheat resource from where you can get the player licenses. In this case, one of your licenses is: license:jwv96uuxJVPMAwhwssS86JDWrE2cNb9CuL3Zf5dE

  1. Get player license from data base

This is an example of table from database from where you can get the player licenses. In this case, user_id 1 with username Reason Anticheat has more licenses. In this case one of your licenses is: license:jwv96uuxJVPMAwhwssS86JDWrE2cNb9CuL3Zf5dE

  1. TX Admin

  2. Make your own script

How can I grant access to the anticheat menu?

In order to grant access to the anticheat menu, you have to add the player license you want to have access to the anticheat config file as access menu id. As an example, if the player license is the one from above: license:jwv96uuxJVPMAwhwssS86JDWrE2cNb9CuL3Zf5dE, you have to add it to Config.AccessMenuIds table as shown example.

Do not cause errors due to lua syntax. If error occurs, the anticheat will not work and you will get errors on server console.

You can add all of these types of identifiers that are associated with you in order to be sure that they match your identity: Steam (steam:xxxxxx), Rockstar (license:xxxxxx), Xbox Live (xbox:xxxxxx), Live (live:xxxxxx, Discord (discord:xxxxxx), CitizenFX (fivem:xxxxxx).

Be sure that you have the last version of ox_lib everytime the anticheat gets an update.

Self options:
• Blips (names + sprites + distance + weapon)
• ESP Names (names + sprites)
• ESP Lines
• Noclip
• Freecam
• God mode
• Invisible
• Spawn vehicle 
• Copy coords
• Teleport to waypoint
• Teleport to coords
• Heal
• Armor
• Revive
• Give weapon
• Remove all weapons

Server options:
• Delete entities (all or area)
• Delete vehicles (all or area)
• Delete peds (all or area)
• Delete objects (all or area)

Player options:
• Heal player
• Revive player
• Spectate player
• Screenshot player
• Kick player
• Ban player
• Teleport to player
• Bring player
• Give weapon to player
• Remove all weapons from player

Vehicles options:
• Fix vehicle
• Flip vehicle
• Delete vehicle
• Change license plate
• Change vehicle primary color
• Change vehicle secondary color

Bans options:
• Unban player
• Unban all players

Showcase

🟣
Player licenses on your player connect
Player licenses from database
Initial example
Player license added to Config.AccessMenuIds for menu access
Player options / Self options
Vehicle options
Bans options