atherhubather.hub
HomeGuides
Back to Guides
Technical
5 min read

Understanding Luarmor

Learn how Luarmor protects atherhub scripts and how the licensing system keeps everything secure and up-to-date.

What is Luarmor?

Luarmor is a professional script protection and licensing platform used by atherhub. It serves two main purposes:

Script Protection

Protects our code from being stolen, modified, or redistributed by others.

License Management

Handles keys, premium subscriptions, and user authentication securely.

How It Works

When you execute the atherhub loadstring, here's what happens behind the scenes:

1

Loadstring Execution

Your executor fetches the script from Luarmor's servers via the loadstring URL.

2

Authentication Check

Luarmor checks if you have a valid key or premium license associated with your device.

3

Script Delivery

If authenticated, the protected script is sent to your executor and runs in-game.

4

Feature Access

Based on your license type (free/premium), you get access to the appropriate features.

Why Atherhub Uses Luarmor

Always Up-to-Date

Scripts are loaded from the cloud, so you always get the latest version without manually updating.

Theft Protection

Code is obfuscated and protected, preventing others from stealing and reselling our work.

Secure Authentication

HWID-based licensing ensures keys are tied to your device, preventing unauthorized sharing.

Premium Management

Seamlessly handles premium subscriptions with instant activation and no manual key entry.

Understanding HWID

HWID (Hardware ID) is a unique identifier generated from your computer's hardware components. Luarmor uses this to tie licenses to specific devices.

What this means for you:

  • Your key works only on your device - it can't be stolen and used elsewhere
  • Premium licenses transfer with your hardware - no need to re-authenticate
  • !If you get new hardware, you may need to reset your HWID (contact support)

The Loadstring URL

The atherhub loadstring points to Luarmor's API:

https://api.luarmor.net/files/v3/loaders/[script-id].lua

⚠️ Always use the official loadstring

Only copy the loadstring from atherhub.cc or our official Discord. Modified loadstrings could be malicious.

Luarmor vs Other Protection

We chose Luarmor because it's specifically designed for Roblox scripts:

FeatureLuarmorOthers
Roblox-OptimizedVaries
Cloud UpdatesSometimes
Key System Built-in
Premium SupportVaries
HWID Locking

Common Questions

Why does it say 'invalid key'?

Your key may have expired (free keys last 24h) or wasn't copied correctly. Try getting a new key.

Can I use atherhub on multiple devices?

Free keys are device-specific. Premium users can contact support to transfer licenses between devices.

The script won't load at all

Check your internet connection and try again. Luarmor servers are highly reliable but issues can occur.

I changed my PC and lost access

Your HWID changed. Premium users can request a reset through Discord support.