Skip to content

Encrypt Lua Scripts (1.1)

Latest

Choose a tag to compare

@Unique-Creators Unique-Creators released this 29 Jul 22:55
f9c76a8

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, or cmd to 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 pcall protections 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_TASK to WhatsApp and Telegram routing to prevent background service crashes on newer Android versions.