KillesZ

New Member
Mar 24, 2018
3
1
70
Unfortunately I can't unlock my gallery as usual
it works for me. it wont clearly show it is unlocked (e.g naruto 102/140 but you can view all 16 tabs), you have to enter the character's page and should be able to see v21. Also only gallery is unlocked, replay scene will be locked still.
 

j1g4n5

New Member
Sep 13, 2025
5
3
3
it works for me. it wont clearly show it is unlocked (e.g naruto 102/140 but you can view all 16 tabs), you have to enter the character's page and should be able to see v21. Also only gallery is unlocked, replay scene will be locked still.
Is this only through PC and doesn't work on Android ? For unlock specifically
 

spectorr0

Newbie
Jun 13, 2020
37
13
96
You need the tools unren (I usually use UnRen-forall(v9.4) and URM.

Put the 0x52_URM.rpa inside the game folder of a small ren'py game and the UnRen-forall(v9.4).bat in the main directory of the ren'py game you chose (where the game.exe is)!
Run the unren.bat, then press enter and after that you will have multiple choices. Just enter 1 and let it finish.
You can exit the terminal window.
Inside the small ren'py game you chose, you'll now find the extracted 0x52_URM folder inside the game folder.
Copy the 0x52_URM folder and paste it into the game folder of the HoS game.
I followed the instructions as you described, but it didn’t work. Could you explain it in a more detailed way?
 

JadrelUS

New Member
Jun 13, 2025
10
3
3
Fuck it, here yall go, A revamped Gallery that bypasses the Paywall and gives you Kage Tier access. Yall better act fast cause I know I will get a warning and this will get removed quickly. Just paste script into game folder (Still a work in progress but should work on most scenes). DO NOT OVERWRITE ORIGINAL SCRIPT!! !!
Brother, can you help me to unlock Kage? I downloaded your script and it works. Just the newest reply scenes are not playable. I just want to play Kushina's Resistance Shibari.
 

Jrange02

Newbie
Mar 12, 2022
22
53
136
Brother, can you help me to unlock Kage? I downloaded your script and it works. Just the newest reply scenes are not playable. I just want to play Kushina's Resistance Shibari.
It took me 4 hours to make this script brother, I'll upload a more polished version soon to see what I can do but I'm tapped out now
 
  • Heart
Reactions: JadrelUS

nhjgjhbkhj

New Member
Apr 24, 2025
12
16
12
After entering the email, the game compiles and sends a request to the developer's server, where it is verified. If the check is successful, the import.rpy file is downloaded with additional scenes / unlocking the gallery / cheat (the gallery can be opened manually, and you can make your own cheat). Therefore, even if you intercept or change the verification method to "any mail", additional scenes will not appear, since they are basically not in the censored version (there is a check for the presence of a scene - if there is none, a window opens asking you to subscribe). Therefore, it makes no sense to change variables to KAGE/ANBU, etc.
therefore, we need to:
1. the person who has import.rpy.
2. Change the supporter_scene variable to True.
With this, we don't even have to enter an email.
;)
The image gallery is unlocked in the file, just drag it to the game folder.
 
  • Like
Reactions: kratosz
Feb 10, 2023
296
149
133
All scenes are in the game initially, nothing is downloaded. I checked it. There is just a subscription verification script, which will unlock them if successful. In version 0.20, when changing the "activation" variables, everything worked and you deceived the protection. The developer apparently thought of this in these 2 months
Bro is aizen :KEK:
 

nhjgjhbkhj

New Member
Apr 24, 2025
12
16
12
All scenes are in the game initially, nothing is downloaded. I checked it. There is just a subscription verification script, which will unlock them if successful. In version 0.20, when changing the "activation" variables, everything worked and you deceived the protection. The developer apparently thought of this in these 2 months
version 0.2 was a kind of "gift". I left a comment under version 0.18 or 0.19, I don't remember.
 

JadrelUS

New Member
Jun 13, 2025
10
3
3
All scenes are in the game initially, nothing is downloaded. I checked it. There is just a subscription verification script, which will unlock them if successful. In version 0.20, when changing the "activation" variables, everything worked and you deceived the protection. The developer apparently thought of this in these 2 months
So how do you unlock them?
in v0.20 i can edit the lable and it worked. For example:
"
"Relax in the pool with the servants"(supporter_scene = True):
$ call_label_action("pool_service_repeatable")
call supp_rew from _call_supp_rew_15
jump lkjashdfl23984_3
label pool_service_repeatable: "

I changed it to:

"Relax in the pool with the servants":
$ call_label_action("pool_service_repeatable")
jump pool_service_repeatable
BUT, in v0.21 for example:

"{color=[hatredcolor]}Tie her up!{/color}" (supporter_scene = True) if kushina_resistance >= 25 and kushina_tiedup == False:
default kushina_tiedup = False
label replayjump_kushinatieherup:
$ initialize_replay_defaults()
$ call_label_action("kushina_tierherup_shibari")
call supp_rew from _call_supp_rew_20
jump kushina_starting_menu_repeat

When I changed Jump to - jump kushina_tierherup_shibari
IT DIDN'T WORK.
After trying many things, I also got the glimpse of "Downloaded content". ChatGPT also told same thing.
So if you did unlock them, please provide us the info.
~ Please
 
4.10 star(s) 58 Votes