malcolmalbie
Active Member
- Oct 8, 2018
- 873
- 1,956
- 298
UsedHoly shit, the dectyption key works, I acquired all of the audio/bgm tracks.
To make sure this works for the next game updates, please explain how did you acquire the decryption key?
You must be registered to see the links
to deobfuscate rpg_core.js (iirc) which contains the decryption key (which has been showDefault:eval for some time), then did
Code:
cat data/System.json | base64 -d | openssl enc -d -aes-256-cbc -md md5 -k "put decryption key here" | jq -r '.encryptionKey'