Installation
VersusAC installation documentation
If you need support while installing the anticheat, please create a ticket in the discord!
After buying
Join the Versus Anticheat Discord. Click here
Create a ticket and verify your payment.
Double check that you bought it on the right FiveM account. The same account as the account you have your license key with (Keymaster).
To download the anticheat please go to keymaster: https://keymaster.fivem.net/asset-grants
Unzip the file you have downloaded and follow the steps below.
Standalone installation
Unzip the file and put the folder
VersusACin your resources.Rename this resource to anything you like. Make sure that the name is something weird and not associated with the anticheat name. But for the easy use we will the name in this documentation
VersusAC.Now load the
sql.sqlfile in your database. We use HeidiSQL for this. Make sure you run mysql-async or oxmysqlGo into the configs folder in the resource and configure everything you like. Warning: you need to configure your server name and the webhooks before starting the anticheat. Otherwise it will not start.
If you want to enable screenshots please download screenshot-basic here
Now you can go into your server.cfg and add these 2 lines directly under your core (qb-core or es_extended or any other framework core):
start screenshot-basic
start VersusAC7. After you have done these steps you can whitelist your admins and moderators. This can be done in the whitelist.lua as shown below:
Underneath where you whitelist your mods or admins, you can set the permissions for each group. ( VersusACWhitelist.Permissions ). You can individually set all the permissions for the anticheat and the admin menu! PLEASE ONLY USE THE ROCKSTAR LICENSE TO WHITELIST YOUR STAFF MEMBERS AS SHOWN IN THE EXAMPLE!
If you don't want to use the permissions file. You can use our old ACE permissions system. We have vacadmin and vacbypass permissions. They technically are the same.
8. If everything works and if you restarted your server, you will see a big printed message in your console:

If you get an error like this one: You lack the required entitlement to use VersusAC
then you will need to check if you use the correct fivem license key. This should be from same account you got VersusAC on.
Please configure both server_config and client_config to prevent false bans and issues
ESX installation
Make sure to follow the standalone installation steps and these extra steps below:
Go into both server_config and client_config and set
VersusAC.UseESXto trueGo into menu_config and set
VersusPanel.ESXto true
QBCore installation
Make sure to follow the standalone installation steps and these extra steps below:
Go into server_config and set
VersusAC.UseQBCoreto trueGo into menu_config and set
VersusPanel.QBCoreto trueNow go into fxmanifest.lua and replace the code with the code below:
For oxmysql support use @oxmysql/lib/MySQL.lua instead of @mysql-async/lib/MySQL.lua ( You need to run on the latest oxmysql release for it to work correctly )
Last updated