Skip to content
This repository has been archived by the owner on May 27, 2022. It is now read-only.

Mas0nShi/luac-Decryption

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.🌈

Usage :

    python main.py [-d] [xxteaKey] [sign] [jscDir/zipFile]

Example :

    python main.py -d e73c83539f2e65ab159 b4d6f1b968 C:\DecJsc-master\src
    python main.py -d e73c83539f2e65ab159 b4d6f1b968 C:\DecJsc-master\game.zip

Tips :

    -d or -decrypt [decrypt]
    If the TEA is 16 bytes of \x00, please fill in NONE
    Supports folders and individual LUAC or ZIP files

Outputs :

    The output folder is located in the same directory as the LUAC folder.

❗Waiting for repair and Known errors :

-[x] zip files decompress

Welcome to submit issue.

example

If you have any questions, please contact [ MasonShi@88.com ]