OA [Shared] House of Shinobi Ver. 0.19e MOD APK | PAID VERSION | GUIDE

Buddy you should ask mods here. i already given all devices link to mods here. I'm not a unemployed person like who has time to reply every dms. I was told by mods to turn off dms as there are so many people asking for links and my subscriber email. If you want a game that much why dont you earn some money buy for yourself.
Oh no, I'm actually employed but unlike you I'm judicious enough to not throw money at devs who don't deserve my hard earned money because profiting off of anime IPs and not even using genuine raw artistic ability to deliver the content is something that's not even admirable or respectable. Only fools who are impressionable would think otherwise.

If you're too lazy to search for one little game file, just say so.
 
Oh no, I'm actually employed but unlike you I'm judicious enough to not throw money at devs who don't deserve my hard earned money because profiting off of anime IPs and not even using genuine raw artistic ability to deliver the content is something that's not even admirable or respectable. Only fools who are impressionable would think otherwise.

If you're too lazy to search for one little game file, just say so.
calm down guys
 
Oooo nice approach, try extracting the scripts.rpa, go into the update folder, go to....the version of the event you're planning to see, open it in vsc and edit the supporter_scene=True, remove the variable or have it false, this will allow the scene to be played without patreon, lastly repack the achieve into rpa file
Ooooh I will have to give this a try, if I can get it work it should have everything working except whatever the "cheat engine" thing is.
 
GUYS a guy made this but it doesnt work why? (idk anything about coding)

try:
init python:
# Unlock gallery and perks, no notify here
if not hasattr(persistent, "unlocked_gallery_items") or persistent.unlocked_gallery_items is None:
persistent.unlocked_gallery_items = set()
try:
for item in gallery_items:
persistent.unlocked_gallery_items.add(item.display_name)
except Exception:
pass
if not hasattr(persistent, "unlocked_replay_items") or persistent.unlocked_replay_items is
None:
persistent.unlocked_replay_items = set()
try:
for item in Replay_items:
persistent.unlocked_replay_items.add(item.replay)
except Exception:
pass
# Enable perks (same for all tiers)
persistent.perk_double_gold = True
persistent.perk_special_outfit = True
persistent.perk_access_gallery = True
persistent.perk_replay_feature = True
# Activate ANBU/Kage tier persistent.patreon_active = True
persistent.patreon_email = "[email protected]"
persistent.patreon_tier = "Kage"
persistent.donor_status = "ANBU"
persistent.has_highest_tier = True
persistent.is_patreon_supporter = True
persistent.full_access =True
try:
persistent.game_version_for_languages = config.version
except Exception:
persistent.game_version_for_languages = "unknown"
persistent.current_activation = "Kage"
if not hasattr(persistent, "translationstring"):
persistent.translationstring = 0
persistent.translationstring += 1
persistent.activated = True
persistent.activation_tier = "Kage"
persistent.subscription_script = "FAKE_SCRIPT_OK"
try:
renpy.save_persistent()
except Exception:
pass
label before_main_menu:
python:
# Redo unlocks to ensure activation
if not hasattr(persistent, "unlocked_gallery_items") or persistent.unlocked_gallery_items is None:
persistent.unlocked_gallery_items = set()
try:
for item in gallery_items:
persistent.unlocked_gallery_items.add(item.display_name)
except Exception:
pass
if not hasattr(persistent, "unlocked_replay_items") or persistent.unlocked_replay_items
is None:
persistent.unlocked_replay_items = set()
try:
for item in Replay_items:
persistent.unlocked_replay_items.add(item.replay)
except Exception:
pass
persistent.perk_double_gold = True
persistent.perk_special_outfit = True
persistent.perk_access_gallery = True
persistent.perk_replay_feature = True
persistent.subscribed_platform = "ultimate_unlock"
$ renpy.notify("ANBU/Kage Membership manually activated!")
return
 
GUYS a guy made this but it doesnt work why? (idk anything about coding)

try:
init python:
# Unlock gallery and perks, no notify here
if not hasattr(persistent, "unlocked_gallery_items") or persistent.unlocked_gallery_items is None:
persistent.unlocked_gallery_items = set()
try:
for item in gallery_items:
persistent.unlocked_gallery_items.add(item.display_name)
except Exception:
pass
if not hasattr(persistent, "unlocked_replay_items") or persistent.unlocked_replay_items is
None:
persistent.unlocked_replay_items = set()
try:
for item in Replay_items:
persistent.unlocked_replay_items.add(item.replay)
except Exception:
pass
# Enable perks (same for all tiers)
persistent.perk_double_gold = True
persistent.perk_special_outfit = True
persistent.perk_access_gallery = True
persistent.perk_replay_feature = True
# Activate ANBU/Kage tier persistent.patreon_active = True
persistent.patreon_email = "[email protected]"
persistent.patreon_tier = "Kage"
persistent.donor_status = "ANBU"
persistent.has_highest_tier = True
persistent.is_patreon_supporter = True
persistent.full_access =True
try:
persistent.game_version_for_languages = config.version
except Exception:
persistent.game_version_for_languages = "unknown"
persistent.current_activation = "Kage"
if not hasattr(persistent, "translationstring"):
persistent.translationstring = 0
persistent.translationstring += 1
persistent.activated = True
persistent.activation_tier = "Kage"
persistent.subscription_script = "FAKE_SCRIPT_OK"
try:
renpy.save_persistent()
except Exception:
pass
label before_main_menu:
python:
# Redo unlocks to ensure activation
if not hasattr(persistent, "unlocked_gallery_items") or persistent.unlocked_gallery_items is None:
persistent.unlocked_gallery_items = set()
try:
for item in gallery_items:
persistent.unlocked_gallery_items.add(item.display_name)
except Exception:
pass
if not hasattr(persistent, "unlocked_replay_items") or persistent.unlocked_replay_items
is None:
persistent.unlocked_replay_items = set()
try:
for item in Replay_items:
persistent.unlocked_replay_items.add(item.replay)
except Exception:
pass
persistent.perk_double_gold = True
persistent.perk_special_outfit = True
persistent.perk_access_gallery = True
persistent.perk_replay_feature = True
persistent.subscribed_platform = "ultimate_unlock"
$ renpy.notify("ANBU/Kage Membership manually activated!")
return
Try changing "KAGE" to "ANBU" in capital
 
GUYS a guy made this but it doesnt work why? (idk anything about coding)

try:
init python:
# Unlock gallery and perks, no notify here
if not hasattr(persistent, "unlocked_gallery_items") or persistent.unlocked_gallery_items is None:
persistent.unlocked_gallery_items = set()
try:
for item in gallery_items:
persistent.unlocked_gallery_items.add(item.display_name)
except Exception:
pass
if not hasattr(persistent, "unlocked_replay_items") or persistent.unlocked_replay_items is
None:
persistent.unlocked_replay_items = set()
try:
for item in Replay_items:
persistent.unlocked_replay_items.add(item.replay)
except Exception:
pass
# Enable perks (same for all tiers)
persistent.perk_double_gold = True
persistent.perk_special_outfit = True
persistent.perk_access_gallery = True
persistent.perk_replay_feature = True
# Activate ANBU/Kage tier persistent.patreon_active = True
persistent.patreon_email = "[email protected]"
persistent.patreon_tier = "Kage"
persistent.donor_status = "ANBU"
persistent.has_highest_tier = True
persistent.is_patreon_supporter = True
persistent.full_access =True
try:
persistent.game_version_for_languages = config.version
except Exception:
persistent.game_version_for_languages = "unknown"
persistent.current_activation = "Kage"
if not hasattr(persistent, "translationstring"):
persistent.translationstring = 0
persistent.translationstring += 1
persistent.activated = True
persistent.activation_tier = "Kage"
persistent.subscription_script = "FAKE_SCRIPT_OK"
try:
renpy.save_persistent()
except Exception:
pass
label before_main_menu:
python:
# Redo unlocks to ensure activation
if not hasattr(persistent, "unlocked_gallery_items") or persistent.unlocked_gallery_items is None:
persistent.unlocked_gallery_items = set()
try:
for item in gallery_items:
persistent.unlocked_gallery_items.add(item.display_name)
except Exception:
pass
if not hasattr(persistent, "unlocked_replay_items") or persistent.unlocked_replay_items
is None:
persistent.unlocked_replay_items = set()
try:
for item in Replay_items:
persistent.unlocked_replay_items.add(item.replay)
except Exception:
pass
persistent.perk_double_gold = True
persistent.perk_special_outfit = True
persistent.perk_access_gallery = True
persistent.perk_replay_feature = True
persistent.subscribed_platform = "ultimate_unlock"
$ renpy.notify("ANBU/Kage Membership manually activated!")
return
Check these

1. Formatting/Syntax:

The code is mostly all on one line, making it hard to read and causing indentation errors.

isNone should be is None (with a space).

The $ renpy.notify(...) line is misplaced (the $ is not used inside Python blocks).

Some capitalizations are inconsistent (Replay_items vs gallery_items — are both defined?).

True is mistyped as Tru in one place.

There's no proper indentation inside the label before_main_menu: block.



2. Unknown variables:

Variables like gallery_items and Replay_items are used but not defined in this snippet. Make sure they're defined somewhere in your script.



3. Misplaced python: tag:

In label before_main_menu:, the block should use python: correctly inde
nted or in init python:.
 

Similar threads

Back
Top Bottom