Activate your
key.

Xenon Hub uses a key system to give you access to all scripts. Follow the steps below to obtain, configure, and activate your key. The entire process takes less than two minutes.

🔥
You get access to ALL scripts — not just JJS One key unlocks everything Xenon Hub has to offer across every supported game.
1

Obtain Your Key

Get your key from one of the links below. Each link uses a different ad provider — pick whichever one works best for you. Both lead to the same result: a valid Xenon Hub key with a time-limited session.

2

Complete the Process

Follow through the steps on the ad page. Once you finish all the required checkpoints, you will be automatically redirected back to Luarmor where your key is displayed. Copy this key — you will need it for the next step.

Make sure you do not close the page during the process. If you get redirected to an unrelated page, go back and try the other link provider instead.
3

Configure the Script

Take the key you received and paste it into the script loader. Find the line that says script_key="" and place your key between the quotation marks. The script needs this to authenticate you when it loads.

executor console
-- replace the key with your actual key
script_key="your-key-goes-here";
loadstring(game:HttpGet("https://api.luarmor.net/files/v3/loaders/eed1b8c86a83b71bf7e8ec398fc39401.lua"))()

-- example with a real key
script_key="EXAMPLEXYZ123";
loadstring(game:HttpGet("https://api.luarmor.net/files/v3/loaders/eed1b8c86a83b71bf7e8ec398fc39401.lua"))()
The key goes before the loadstring line. If you put it after, the script will not see it and authentication will fail.
4

Redeem & Activate

Head over to the Discord server and go to the claim-key channel. Click the Redeem Key button and paste your key into the prompt. This activates your session and links the key to your account. After that, execute the full script and everything is ready to go.

Once redeemed, your key stays active for the duration shown. After it expires, simply get a new key from the same links.
🔑

Free Access

key system is completely free for all users and offers premium features in JJS

Quick Setup

entire process takes under 2 minutes

🎮

All Scripts

one key unlocks every supported game

Common Questions

Both keys will last the same time, that is 8 hours. after the time period you'll need to get a new key from the same links or renew it.
No, if you have purchased premium you won't need a key. You'll get access to all the features automatically.
Make sure you copied the full key with no extra spaces. If it still does not work, your key may have expired. Get a fresh one from the links above and try again. If the issue persists, ask in the Discord server.
On the very first line, before the loadstring call. It should look like script_key="yourkey"; followed by the loadstring on the next line. The script reads the variable before it runs.
Yes, you can use the same key on multiple accounts, but not multiple devices. if you ever change devices youll need a Hardware ID (HWID) reset from the discord server.