Trying to get the codes to the people because I want the people to eat.
Codes are read out as a one-way (you put in the code, it hashes it, then compares it to a known hash) SHA256 hash. It isn't in any rainbow table or online lookup (probably salted anyway), and the .rpa has a checksum so can't patch my way around it either, other than by using xdbg debugger or cheat engine, but that's not easily shared to the masses.
If anyone thinks they could have more luck, in game/scripts.rpa the scripts.rpyc:52-71 file contains verify_Code which makes the hashes with hashlib.sha256(user_code.encode()).hexdigest() then compares it to these 5:
"sarah": "49a4858d6577e552fd1ed7ebe1c16bd5a0da1b89926daa0b7c9b25e71087e1a4"
"karla": "4407dda5b33be5b30f8539d05522bf6a748f328fceb09ca0c64b458a118f3e38"
"rachel": "71ee23a68a9a4f605e9ef613ca9b7c02c551b1a7cf97751bfd8e94531caeb18f"
"risa": "364285a99e4ff23aae1f050d3b72339711d7c6d53e0040db8c709e8d03729f8c"
"alyssa": "eb582ad0b84598ded8e4f11c34bc53835faeaf4e69c2971b7024c04de0f18577"
Tried to patch my way into patreon content or reverse engineer the codes but no luck so far. Taught me a thing or two about renpy though.
I did however decompile the images/videos and honestly it's not worth it, far too much meat horror type AI artifacts . But here you go anyway.
You must be registered to see the links