
Custom Script Loader Open Source

Description
A sleek, customizable key system loader for Roblox script developers. Use this as a front-end for your own scripts — just edit the config at the top of the file to set your keys, script URL, and branding.
Features:
Animated key verification UI with smooth tweens
Hardcoded key support (add unlimited keys)
Auto-generated daily key (rotates every 24 hours)
"Get Key" button that copies your key link to clipboard
Discord invite copy button
Loading screen with step-by-step progress bar after key verification
Draggable UI card
Enter key to submit
Loads any target script via URL after successful verification
Fully customizable colors, title, version, and branding via CONFIG table at the top
How to Use:
Edit the
CONFIGtable at the top of the scriptSet
VALID_KEYSto your keysSet
KEY_LINKto your key distribution link (Discord, Pastebin, etc.)Set
SCRIPT_TO_LOADto your script's raw URLExecute — the loader handles the rest
Customization: All colors (accent, background, input, text, success, error) are configurable in the CONFIG table. Change LOADER_NAME and VERSION to match your brand.
Data Disclaimer: This script does not collect, log, store, or transmit any user data. All key validation is performed locally on the client. No external requests are made except to load the configured script URL and the key link provided by the uploader.
Compatibility: Works with most executors that support loadstring, game:HttpGet, and basic GUI/Drawing APIs. Tested on Potassium, Solara, and others.






Comments
No comments yet
Be the first to share your thoughts!