Petschko / RPG-Maker-MV-Decrypter

You can decrypt RPG-Maker-MV Resource Files with this project ~ If you don't wanna download it, you can use the Script on my HP:
https://petschko.org/tools/mv_decrypter/
MIT License
638 stars 108 forks source link

Add LZString decompression to the JSON-Detection #15

Closed Petschko closed 7 years ago

Petschko commented 7 years ago

I noticed that several Games starting to use the LZString compression to make it a bit harder to get on their Data... But its simple just an other useless method which can be uncompressed really easily!^^

I wrote a quick uncompressions Tool for that: http://petschko.org/tools/unCompressLZString/

But I want to add it to the function, which checks the System-JSON for the key. So that user don't have to mess with that

Petschko commented 7 years ago

Done: https://github.com/Petschko/RPG-Maker-MV-Decrypter/commit/d90471c7a8a2b368b46d3d680ef05c95ee1537e6

Please tell me if there are still issues with LZ-String compressed games! I tested it and it works for me!