Runtime Variables
Luarmor has runtime variables that allows you to access to user details such as Discord ID, total executions, script name, premium, user note, etc..
Luarmor does not protect these runtime variables and they can be hooked and modified maliciously. Make sure to add your own protections, if needed.
They can be used for a lot of things. Check out this example:
An example script using runtime variables
Every runtime variable
You can see a full list of runtime variables here:
LRM_IsUserPremium
LRM_IsUserPremium
LRM_LinkedDiscordID
LRM_LinkedDiscordID
The linked Discord ID of the user.
LRM_ScriptName
LRM_ScriptName
The name of the current script.
LRM_TotalExecutions
LRM_TotalExecutions
The total executions of the user. It will be 0
by default.
LRM_SecondsLeft
LRM_SecondsLeft
The seconds left until expiry. It will be math.huge
if auth_expire
isn’t set.
LRM_UserNote
LRM_UserNote
The user note. It will be Not specified
by default.