Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qrexpy/unluac
Multiple decryption for the unluac.jar file
https://github.com/qrexpy/unluac
decrypt decryption jar java lua python
Last synced: 20 days ago
JSON representation
Multiple decryption for the unluac.jar file
- Host: GitHub
- URL: https://github.com/qrexpy/unluac
- Owner: qrexpy
- Created: 2024-11-01T20:33:12.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-11-02T11:36:05.000Z (3 months ago)
- Last Synced: 2024-11-26T22:32:56.962Z (3 months ago)
- Topics: decrypt, decryption, jar, java, lua, python
- Language: Python
- Homepage:
- Size: 1.35 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lua File Decryptor 🗝️
Author: Qrexxed
## Requirements 📋
- Java (included in directory)
- Python 3.12+## Usage 🚀
1. Ensure you have Python 3.12+ installed on your system.
2. Run the `main.py` script:
```sh
python main.py
```
3. A dialog will appear. Select the directory containing the `.lua` files you want to decrypt.
4. The script will decrypt the `.lua` files and replace them with the decrypted versions.## How It Works ⚙️
The script performs the following steps:
1. Searches for `.lua` files in the selected directory.
2. Decrypts each `.lua` file using the `unluac.jar` tool.
3. Renames and moves the decrypted files back to their original locations.Enjoy decrypting your Lua files! 🎉