Whoops they did it again. Again, game is free* (have shameless segments that unlocks only if you have the code.). Well, as I said, yes, this game asks for the passwords you can find on their Patreon. Behind the $30+ reward (or is it $5+ reward now?). But hey, they been to lazy to even make title screen, but they at least acutally put some crypto to protect the passwords. By the way, CG10* is from that new scene. Unpacked with unrpa (https://github.com/Lattyware/unrpa), password from the game scripts decomplied with unrpyc (https://github.com/yuriks/unrpyc) Download link: https://denpasoft.com/shop/sakura-maid-2/ Well, I fixed the game (was too lazy to make a proper hack, but you can use everything exept actual password to get access to all patreon content), it's now in the folder with all other stuff: https://mega.nz/#F!a1VmQb7A!05XQzwhvb9hCLJruM_N0nA You can fix game yourself, just replace else: persistent.patreon1 = False persistent.patreon2 = False with else: persistent.patreon1 = True persistent.patreon2 = True At the end of the script.rpy. (or you can make a better, elegant solution)