REVELHX
Bronze Elite
- Joined
- Mar 12, 2021
- Messages
- 14
- Reaction score
- 7
- Points
- 156
- Location
- Portugal
- Website
- revel.tebex.io
I am excited to introduce a new release, crafted with great care, to prevent players from being AFK or farming on your Roleplay Server. This script also dected any macro.
This script is standalone so works seamlessly on any FiveM server.
Preview :
Tebex :
This script is standalone so works seamlessly on any FiveM server.
Code:
Config = {}
Config.TimeAfk = 10 -- Time in seconds [How long the player must be AFK for the UI to appear]
Config.TimeOnUi = 120 -- Time in seconds [How long the player has to enter the correct CAPTCHA]
Config.Attempts = 3 -- [How many attempts the player has to enter the correct CAPTCHA]
-- Here you can write the message that will appear when the player doesn't respond to the Captcha because they are AFK --
Config.NotRespondMsg = "You have been kicked for not responding to the CAPTCHA."
-- Here you can write the message that will appear when the player fails the Captcha --
Config.FailingMsg = "You have been kicked for failing the CAPTCHA."
Preview :
Hidden link for visitors, to see
Log in or register now.