Create new script
Uploaded scripts
Loading scripts...
🔒 Security notes
- Access: only emails listed in
ADMIN_MAILcan sign in — login runs through Google, there's no password anymore. - Source protection is limited: a Lua script loaded via
loadstringin an executor has to arrive on the client to run at all. Any executor can, in principle, capture the code it runs — there's no 100% protection. - What actually helps: obfuscation (e.g. Luraph/Moonsec), the "protection snippet" above (detects known debug/dump functions and bails out), and short-lived session links instead of fixed filenames.
- What does NOT exist: a trick that allows execution but makes reading completely impossible. Detection snippets are, at best, a hurdle — not a guarantee — and can be bypassed.