We believe Lua authentication should be simple and affordable.
We use effective methods to prevent malicious actors. Each loader is uniquely and randomly generated, ensuring script entropy.
Eliminate the hassle of whitelisting users—automatically generate redeemable license keys, exportable in JSON or TXT format.
Reclaim control with our runtime variables, giving you access to user-specific data like Discord ID and HWID directly from your script.
Sign up today for instant access to the Starter plan.
Purchase the Pro plan at $4.99/month, or get the Advanced plan for $35/year—41.5% off the regular $59.88 price.
Automatic payments via the Dashboard
Effortlessly manage and track your projects from start to finish
A Lua whitelist involves a security system restricting script execution based on unique hardware identifiers (HWID) and a specific activation key. The HWID ensures that only authorized devices can run the script, while the key adds an extra layer of verification. This method enhances security by preventing unauthorized access and ensuring that only legitimate users can execute the Lua scripts in an application.
Lua Whitelist currently supports Roblox and various Roblox executors. This allows users to implement whitelisting and security measures specifically for scripting within the Roblox environment.
No, we don't log scripts. Each project receives a unique, randomly generated loader that you can paste on top of any script, ensuring your code remains private and secure.
Yes, an obfuscator is recommended. We keep our service affordable by not obfuscating scripts for you. However, you can easily obfuscate your scripts for just $1 from lura.ph, which is a cost-effective option in the long run.
Earn passive income effortlessly without charging your users a dime! Simply share your link, and once users complete the required actions, they'll receive a random license key as a reward.
Your loader is a unique Lua script that securely verifies the script_key and HWID, preventing piracy and unauthorized access. Each loader has a unique response, and regenerating it renders old ones useless, ensuring top-tier security. Think of it as a key, sharing it compromises your script's protection.
Server Storage allows you to easily share and access persistent data between your scripts. By indexing the AUTH_STORAGE variable with a key, you can effortlessly retrieve the corresponding value, streamlining data management and integration. For example, track users' progress or preferences across different script executions.