Welcome to LuaGuard Pro
Dashboard
0
Total Scripts
0
Active Loadstrings
0
API Calls
0
Total Executions
Recent Scripts
No scripts yet
Advanced Lua Obfuscator
Obfuscation Settings
Variable Obfuscation
String Encryption
Control Flow
Anti-Debug
VM Protection
Loadstring Ready
Loadstring Generator
Security Options
Require API Key
Whitelist Mode
Expire After Execution
Log Executions
My Scripts
| Name | Created | Size | API Key | Executions | Actions |
|---|
API Access
Your API Keys
Use these API keys to access your scripts from executors or share them with others to view source code.
API Endpoints
Get Script (For Executors)
GET https://your-netlify-domain.netlify.app/api/script/{SCRIPT_ID}?key={API_KEY}
View Source (With API Key)
GET https://your-netlify-domain.netlify.app/api/source/{SCRIPT_ID}?key={API_KEY}
Execute Loadstring
loadstring(game:HttpGet("https://your-netlify-domain.netlify.app/api/script/SCRIPT_ID?key=API_KEY"))()
API Documentation
When you host this on Netlify, create a _redirects file in your public folder with:
/api/* /.netlify/functions/:splat 200
And create serverless functions in netlify/functions/ directory.
Source Code Viewer
Enter an API key to view the source code of protected scripts.
Settings
Account Settings
Default Obfuscation Settings
Auto-save scripts
Enable notifications
Public profile
Analytics tracking
Danger Zone
โ ๏ธ These actions cannot be undone!
Documentation
Getting Started
- Create an account or login
- Write or paste your Lua script
- Configure obfuscation settings
- Generate obfuscated code or loadstring
- Use API keys to control access
Hosting on Netlify
To deploy this platform on Netlify:
- Create a new site on Netlify
- Upload this HTML file as
index.html - Create
netlify/functions/directory for serverless functions - Add environment variables for database connection
- Configure custom domain (optional)
API Key System
How it works:
- Each script has a unique API key
- API keys control who can execute scripts
- Sharing an API key allows others to view source code
- Master API key gives access to all user scripts
Supported Executors
Our obfuscated scripts work on:
- โ Synapse X
- โ Xeno
- โ Script-Ware
- โ KRNL
- โ Fluxus
- โ Oxygen U
- โ And more...