Normally we don't support permanent keyless setups, as it is abuse of our service. Accounts that dont make any API-requests to the validation endpoints within 1 month will get deleted automatically!
1
Create dummy service
The keysystem is supposed to have a service per script, that's why you normally need a service and tick keyless mode:
2
getgenv().SCRIPT_KEY requirement
Normally it is required to pass a script key to the script to run it. In keyless mode every key is valid. That's why you add a dummy key in front of your loadstring. Do one of those:
Add getgenv().SCRIPT_KEY = "KEYLESS" in front of the loadstring:
Add getgenv().SCRIPT_KEY = "KEYLESS" in the UI-Code: