# luac-Decryption ⛔For xxtea only, nothing can be done with bytecode⛔
✈If you encounter luajit, try using luajit-decompiler ✈
⚡This is a script that decrypts the coco2dx-luac .luac file⚡
🌈The core process is the decryption of XXTEA
.🌈
python main.py [-d] [xxteaKey] [sign] [jscDir/zipFile]
python main.py -d e73c83539f2e65ab159 b4d6f1b968 C:\DecJsc-master\src
python main.py -d e73c83539f2e65ab159 b4d6f1b968 C:\DecJsc-master\game.zip
-d or -decrypt [decrypt]
If the TEA is 16 bytes of \x00, please fill in NONE
Supports folders and individual LUAC or ZIP files
The output folder is located in the same directory as the LUAC folder.
-[x] zip files decompress
Welcome to submit issue.
If you have any questions, please contact [ MasonShi@88.com ]