Releases: UniqueCreators/Encrypt-Lua-Scripts
Releases · UniqueCreators/Encrypt-Lua-Scripts
Release list
Encrypt Lua Scripts (1.1)
What's New in v1.1
This update introduces a robust local storage architecture, a brand new command engine, and significant stability improvements to the core plugin.
✨ New Features
- Code History & Storage: The plugin now automatically saves your original unencrypted codes locally in a secure, JSON-formatted data folder (
EncryptLuaScriptsData). - Command Router: Execute quick text commands directly from your edit box. Type
mycodes,clearmycodes,help,whatsapp,telegram, orcmdto interact with the plugin without navigating menus.
🛠 Under the Hood & Bug Fixes
- Memory Optimization: Implemented early-return guard clauses for the command engine. The plugin now bypasses heavy regex matching on large files, saving memory and preventing lag on older Android devices.
- Crash Prevention: Added
pcallprotections around JSON parsing. If the storage file is ever manually modified and corrupted, it will gracefully reset instead of crashing the screen reader. - Safer Intents: Added
Intent.FLAG_ACTIVITY_NEW_TASKto WhatsApp and Telegram routing to prevent background service crashes on newer Android versions.
Encrypt Lua Scripts (1.0)
What's Changed
- Initial open-source release of Encrypt Lua Scripts.
- Compiles and encrypts Lua scripts to bytecode using
string.dump. - Auto-paste functionality into focused
EditTextandViewnodes. - Pre-compilation syntax error validation and protected execution paths.