Madeddy
Well-Known Member
- Dec 17, 2017
- 1,016
- 735
- 244
...
unless dev had a 0 byte file called customgui.rpy that he made compiled with the game release then he went and deleted all the rpy's leaving only rpyc's and customgui is actually unused?
Yup, it's an unused file. That game's .rpa only contains the pics, the scripts are placed as .rpy
Bash:
olli@tty2*blue $ python3 /home/olli/Code/Git/unrpyc/unrpyc.py --try-harder ~/Downloads/customgui.rpyc
Decompiling /home/olli/Downloads/customgui.rpyc to /home/olli/Downloads/customgui.rpy...
Attempting to deobfuscate file:
strategy extract_slot_rpyc success
strategy extract_slot_legacy failed: Legacy format did not contain a zlib blob
strategy extract_slot_headerscan success
strategy extract_slot_zlibscan failed: Zlibscan did not find enough chunks
performed a round of decrypt_zlib
Decompilation of 1 script file successful.
Code:
return
# Decompiled by unrpyc_v1.2.0-alpha: https://github.com/CensoredUsername/unrpyc