Commands

Commands list

• Version
• Scanner
• Refresh config
• Help
• Clear everything
• Clear vehicles
• Clear peds
• Clear objects
• Bans
• Unban
• Unban all

Commands usage

Help

Command rachelp in server console will show you all the available commands:

racversion - The anticheat version that you are running on your server
racscan - Scan your server for backdoors
racdeletemalware - Scan your server for malware and neutralize all infected resources
racrefreshconfig - Refresh your config file after updating fields from config file
clearall - Clear vehicles, peds, objects
clearvehicles - Clear vehicles
clearpeds - Clear peds
clearobjects - Clear objects
racbans - Bans list
racunban <Id> - Unban player from anticheat
racunbanall - Unban all players from anticheat

Version

Scanner

Delete malware

Refresh config

circle-info

We recommend to use racrefreshconfig in the console to apply changes to your config file instead of restarting/ensuring the anticheat resource. Avoid restarting the resource while players are online, as the live map feature causes long load times and cache saving delays due to large amount of files.

Clear Everything

Clear vehicles

Clear ped

Clear objects

Ban list

Example of ban list result

Unban player from server console

circle-exclamation
Example of unban player
circle-info

By unbanning a player from server console with Config.UnbanCommand, the file bans.json will also get updated.

Unban all players from server console

circle-info

By unbanning all players from server console with Config.UnbanAllCommand, the file bans.json will also get updated.

Event Protection

circle-exclamation
circle-info

The event protection works on tokenizer principle, which means each protected event generates a token when a trigger server event is called from the server, and if the token does not match, the player will get banned

circle-info

In order to install the event protection for your script, you have to add it manually. To add event protection for specific events, you have to add the event you want to protect in config on SecuredServerEvents or SecuredClientEvents and add in fxmanifest the following lines:

After server restart events from resource testresource have been protected

Dump protection

circle-exclamation
circle-exclamation
Resource testresource before implementing the dump protection
Resource testresource after adding backup folder
Resource testresource after placing client, NUI files, index.json list of client and NUI files, and index.html file that need to be secured
triangle-exclamation
triangle-exclamation

Last updated