Overview
FragSec is a full authentication ecosystem designed for developers who need secure, HWID-locked access control for their Lua scripts.
It includes a Discord bot, a web dashboard, and an automatic script loader generator — all working together to provide a streamlined and highly secure key-management experience.
Discord Bot Control Panel
The FragSec bot acts as the central management tool. Everything is controlled directly from Discord.
From inside Discord you can:
- Generate keys
- Manage keys
- Blacklist HWIDs
- Unbind or reset HWIDs
- Look up users or keys
- View user activity
- Create virtual servers for buyers
Each buyer gets their own virtual server which stores all their keys independently from others.
Virtual Server System
Buyers can create their own virtual servers through the bot.
Every virtual server includes:
- Dedicated storage for keys
- Individual HWID bindings
- Isolated configuration
- Custom loader settings
This ensures buyers can manage their userbase privately and securely.
Auto Loader Generator (/loader)
After configuring a virtual server, run the command:
/loader
This generates loader that must be placed at the very top of your script.
The loader automatically handles:
- HWID verification
- Key validation
- Device binding
- Threat detection communication
- Script authorization flow
Script Handling (/createscript)
Once your loader is set up, run the command:
/createscript
This allows you to upload or paste your script into the system.
FragSec will then:
- Link it to your virtual server
- Apply security rules
- Enable HWID locking
- Register it in the dashboard
- Make the loader functional for that specific script
Each protected script remains isolated and individually managed.
Web Dashboard
FragSec includes a full web dashboard for real-time control and monitoring.
From the dashboard you can:
- Enable/disable your entire keysystem
- Ban HWIDs and IP addresses
- View threat logs
- See flagged users
- Track suspicious behavior
- Monitor server activity
- Manage all keys from one place
The dashboard automatically analyzes patterns and instantly shows the type of threat, the user responsible, their IP, HWID, and the script they attempted to access.
Security
FragSec is built with multiple layers of protection:
- HWID locking
- IP banning
- Real-time threat detection
- Internal linking between keys, scripts, and devices
- Server-side verification only
- Fully obfuscated loader
- Developer-controlled resets and revocations