01-14-2025, 12:09 PM
This case is tricky. Usually I would recommend this script https://github.com/bartlomiejduda/Tools/...script.bms
It works fine with games which use cocos2d engine without any custom modifications. If you know the correct key, you can just paste it in the script and decrypt data properly.
(by the way, keys can be fetched using this script and Frida --> https://github.com/bartlomiejduda/Tools/..._script.js)
Key for "Good Pizza, Great Pizza", for Android and PC is the same --> 0x2331eab9, 0x5680461b, 0x41987862, 0x5078818
But after decrypting, data still seems to be unreadable. Devs probably have implemented some additional layer of encryption.
It works fine with games which use cocos2d engine without any custom modifications. If you know the correct key, you can just paste it in the script and decrypt data properly.
(by the way, keys can be fetched using this script and Frida --> https://github.com/bartlomiejduda/Tools/..._script.js)
Key for "Good Pizza, Great Pizza", for Android and PC is the same --> 0x2331eab9, 0x5680461b, 0x41987862, 0x5078818
But after decrypting, data still seems to be unreadable. Devs probably have implemented some additional layer of encryption.