A lightweight, highly efficient Jieshuo screen reader plugin to instantly compile and encrypt Lua scripts directly from your text editor.
Developed and maintained by Unique Creators.
- Instant Encryption: Converts raw Lua code into secure bytecode using
string.dump. - Code History & Storage: Automatically saves your original unencrypted codes locally in a secure, JSON-formatted data folder (
EncryptLuaScriptsData). - Command Router: Execute quick text commands (e.g.,
mycodes,help) directly from your edit box to interact with the plugin without navigating menus. - Auto-Paste: Automatically clears the raw text and pastes the encrypted bytecode back into the focused edit box.
- Syntax Validation: Validates the script for compilation errors before attempting encryption, preventing silent failures.
- Jieshuo Integrated: Works seamlessly with
android.widget.EditTextandandroid.view.View(Jieshuo and AndroLua standard editors). - Crash Prevention: Protected execution paths ensure your screen reader remains stable even if encryption fails.
- Download the latest
.ppkrelease from the Releases page. - Open the Jieshuo Screen Reader settings.
- Navigate to Advanced settings > Resource Manager > SCAN FOR RESOURCES > select the "Encrypt Lua Scripts" file and hit import. (Or click on the
.ppkfile and choose Jieshuo from the "Open with" dialog for direct import.) - Assign a gesture or add the plugin to your customized menu for quick access.
- Open your preferred Lua editor.
- Write or paste your raw Lua script.
- Ensure your accessibility focus is placed exactly on the edit box containing the code.
- Execute the "Encrypt Lua Scripts" plugin via your assigned gesture or menu.
- The plugin will validate, encrypt, and automatically replace your raw text with the secured bytecode.
Type any of the following commands into your edit box and execute the plugin:
mycodes: View the original source of your previously encrypted codes.clearmycodes: Erase all saved codes from your local storage.help: Display the plugin's help menu.cmd: Display the full list of available commands.whatsapp: Contact Unique Creators support via WhatsApp.telegram: Open the official Unique Creators Telegram channel.
- Website: www.uniquecreators.net
- Telegram: @UniqueCreatorsOfficial
- WhatsApp Support: Contact Us
This project is open-source and available under the MIT License.