Tool Tools Decryption and Encryption LUA & LUAC Files to Modded Cocos2dlua Games

Mika Cybertron

PMT Elite Modder
Original poster
Staff member
Modding-Team
Mar 24, 2017
903
64,773
1,213
24
Indonesia
This tools will help you to modded games that has libcocos2dlua. but you dont need to modded libcocos2dlua.so, cause you just need to modded file .lua or .luac file only and you can find the file in Name.apk\assets\src (All .lua or .luac file in there). but in some games maybe their Signature or the KEY is encrypted in .so file, so you need to Analyz\Decrypt\Bypass\Crack their Encryption to get the Signature or the KEY to decrypt .lua or .luac file. And for people who know about lua programming maybe will easy to modded cocos2dlua games!!

Thanks to @AndnixSH to help me for making this tools =)



Requirements:
- IDA Pro
- Notepad++
- My Tools
- Example Games: Manga Allstar - Apps on Google Play

Tutorial:
- First, open 1 .lua or .luac file with notepad to Check the Signature
1.png

- Open libcocos2dlua.so with IDA Pro and Search String with keyword "main.lua or that Signature that you found in the file before"
2.png

- in here you will can see the Signature and the KEY file in there
3.png

- put the Signature and the KEY in the Tools, after that Click Button "Decrypt" and then it will decrypt the file, like this
4.png

- after decrypt the file Success, then it will look like this
5.png

after you modded file then dont forget to Encrypt the modded file, " just select or Drag the modded file to the tools" then Encrypt it with the same Signature and the KEY (if Signature and the KEY not like old one, then it will make games force close/Blacsreen).

Note: Sometimes after you decrypt the file, maybe it has string encryption too, like this games Lords Watch: Tower Defense RPG - Apps on Google Play



Download Link Here (You have to like this threads to Showing the Hidden Links):
Hidden content
** You must be signed up and reply to the thread or click 'Like' under this post before you can see the hidden links contained here. **
If you still facing issues revealing the hidden links, please read this.
 
Last edited:

pwn3d

Rookie
Dec 24, 2019
3
1
3
Thailand
Thanks bro. Is there alternative Encrypt / Decrypt for "libcocos2djs.so" instead? The game that I have tried to mod use this lib.
 
Tags
cocos2d cocos2dlua cocos2dlua games lua file luac file mod cocos2dlua