Luarmor does not protect these runtime variables and they can be hooked and modified maliciously.
Make sure to add your own protections, if needed.Also, they are not updated at all.
You will need to track updates for variables like
LRM_SecondsLeft
yourself.
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.LRM_ScriptVersion
LRM_ScriptVersion
The version of the script, i.e.
0.0.0.1
.