I am looking for a way to decrypt an .lua files in cocos2dx game (KOF'98 UM OL). Someone can help me?
Here is game patch update: http://alcdn-1000101720.gamesbean.net/k ... 09cbfa5.7z (in update.sql file can get info of lua files, eg: "type","filename","size","md5","url","location")
Full game apk: https://m.apkpure.com/kof-98-um-ol/com.ourpalm.kof98.us
KOF'98 UM OL .lua files decrypt
-
- Posts: 3
- Joined: Fri Jun 12, 2020 5:32 pm
KOF'98 UM OL .lua files decrypt
Last edited by phamtien on Fri Jun 12, 2020 6:23 pm, edited 8 times in total.
-
- Posts: 3
- Joined: Fri Jun 12, 2020 5:32 pm
Re: KOF'98 UM OL .lua file
I found same post, but it still not solved: viewtopic.php?f=9&t=9020&p=41173
-
- Posts: 250
- Joined: Sat Dec 27, 2014 8:49 pm
Re: KOF'98 UM OL .lua files decrypt
These are general Lua scripts compiled, they don't look modified at all or protected. Typical tools like UnLuac / LuaDec work fine on them.
-
- Posts: 3
- Joined: Fri Jun 12, 2020 5:32 pm
Re: KOF'98 UM OL .lua files decrypt
atom0s wrote:These are general Lua scripts compiled, they don't look modified at all or protected. Typical tools like UnLuac / LuaDec work fine on them.
It seem it works with some general .lua files. But not work on .lua game scripts named by md5 (header start with an md5 code). Here is some script