Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Encrypt Lua Scripts

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.

Features

  • 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.EditText and android.view.View (Jieshuo and AndroLua standard editors).
  • Crash Prevention: Protected execution paths ensure your screen reader remains stable even if encryption fails.

Installation

  1. Download the latest .ppk release from the Releases page.
  2. Open the Jieshuo Screen Reader settings.
  3. Navigate to Advanced settings > Resource Manager > SCAN FOR RESOURCES > select the "Encrypt Lua Scripts" file and hit import. (Or click on the .ppk file and choose Jieshuo from the "Open with" dialog for direct import.)
  4. Assign a gesture or add the plugin to your customized menu for quick access.

Usage

  1. Open your preferred Lua editor.
  2. Write or paste your raw Lua script.
  3. Ensure your accessibility focus is placed exactly on the edit box containing the code.
  4. Execute the "Encrypt Lua Scripts" plugin via your assigned gesture or menu.
  5. The plugin will validate, encrypt, and automatically replace your raw text with the secured bytecode.

Available Commands

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.

Community & Support

License

This project is open-source and available under the MIT License.

About

A lightweight, highly efficient Jieshuo screen reader plugin to instantly compile and encrypt Lua scripts directly from your text editor.

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Contributors

Languages