SecureAuth is a resource for FiveM servers that detects blacklisted applications and prevents them from running. This helps ensure that players cannot cheat or use malicious software to gain an unfair advantage in the game.
To use SecureAuth, follow these steps:
- Download the latest content.
- Extract the contents of the ZIP file to your server's
resources
folder. - Add
start secureauth
to your server'sserver.cfg
file. - Restart your FiveM server.
Once installed, SecureAuth will automatically run in the background and monitor for blacklisted applications. If it detects any, it will print a warning message to the server console and prevent the application from running.
You can customize the list of blacklisted applications by editing the blacklisted_detection_rt
array in the server.lua
file.
SecureAuth is licensed under the MIT License. See the LICENSE file for more information.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
SecureAuth was created by Nic.
If you have any questions or issues with SecureAuth, please open an issue on the GitHub repository.