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

  1. Create an account or login
  2. Write or paste your Lua script
  3. Configure obfuscation settings
  4. Generate obfuscated code or loadstring
  5. Use API keys to control access

Hosting on Netlify

To deploy this platform on Netlify:

  1. Create a new site on Netlify
  2. Upload this HTML file as index.html
  3. Create netlify/functions/ directory for serverless functions
  4. Add environment variables for database connection
  5. 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...