hexagon-xmarkKeyless setup

How to setup a keyless script

circle-exclamation
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:

  1. Add getgenv().SCRIPT_KEY = "KEYLESS" in front of the loadstring:

  2. Add getgenv().SCRIPT_KEY = "KEYLESS" in the UI-Code:

Last updated