This is the AMP version of this page.
If you want to load the real page instead, click this text.

OA [Shared] Cosplay House v11.0 Alpha MOD APK

Cheats Codes:
"motherlode":
message.text = "Transfered 1000$ from your account to the game. (+1000$)"
message.set_visible(true)
GameState.add_balance(1000, "cheat")
"givegud":
message.text = "Only here for the gud, right? (Unlocked all scenes)"
message.set_visible(true)
for character in Characters.get_lovers():
character.friendship = character.max_friendship
character.xp = 100

"engineer":
message.text = "Paid for that diploma, huh? (+100 research point)"
message.set_visible(true)
GameState.add_research(100)
"toughguy":
message.text = "You are tireless (infinite stamina)"
message.set_visible(true)
GameState.set_cheat("unlimited_stamina")
"gamer":
message.text = "You don't need to shower anymore (infinite hygiene)"
message.set_visible(true)
GameState.set_cheat("unlimited_hygiene")
_:
message.text = "Invalid code."
message.set_visible(true)
 

Similar threads