Welcome to LuaGuard Pro

Dashboard

Scripts
0
Total Scripts
Active
0
Loadstrings
API
0
API Calls
Runs
0
Executions

Recent Scripts

No scripts yet

Quick Actions

Advanced Lua Obfuscator

Obfuscation Settings

Raw Code Mode (No Protection)
Variable Obfuscation
String Encryption
Control Flow
Anti-Debug
VM Protection
Base64 Encoding

Loadstring Generator

Security Options

Hide Source Code
Require API Key
One-Time 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.

API Endpoints

Get Script (For Executors)

https://luaguardpro.netlify.app/?api=get&id={SCRIPT_ID}&key={API_KEY}

View Source (With API Key)

https://luaguardpro.netlify.app/?api=source&id={SCRIPT_ID}&key={API_KEY}

Execute Loadstring

loadstring(game:HttpGet("https://luaguardpro.netlify.app/?api=get&id=SCRIPT_ID&key=API_KEY"))()

Source Code Viewer

Enter an API key to view the source code of protected scripts.

Share Center

Share Your Script

Generate a share link for your obfuscated script.

Settings

Account Settings

Export & Backup

Documentation

Getting Started

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

API System

Scripts are served with base64 encoding to hide source from browser viewing.

-- Executor will automatically decode and run
loadstring(game:HttpGet("https://luaguardpro.netlify.app/?api=get&id=SCRIPT_ID&key=API_KEY"))()