Create and Fuck your AI Slut -70% OFF
x

Cheat Mod Ren'Py The Null Hypothesis Cheat Injector [v2.8] [Sleepingkirby]

5.00 star(s) 1 Vote

sleepingkirby

Well-Known Member
Aug 8, 2017
1,298
1,931
262
Hmm I guess I thought the official beta release was the stable version. In the changelog there was only one c version and your mod was last updated for 0.6b. My bad.
Beta version are NEVER the stable version. That's why they're called beta version and not stable version. It's .
 

BobWhite1995

Newbie
Jan 21, 2023
18
7
117
Beta version are NEVER the stable version. That's why they're called beta version and not stable version. It's .
Maybe I'm getting the b in 0.8b mixed up with beta and it isn't a beta at all. The patreon has a beta version of 0.8b in early May and then an official version that released after that. It doesn't mention being a beta in the release post.
 

The Al

Member
Dec 22, 2017
287
398
237
Maybe I'm getting the b in 0.8b mixed up with beta and it isn't a beta at all. The patreon has a beta version of 0.8b in early May and then an official version that released after that. It doesn't mention being a beta in the release post.
Yeah, 0.8b wasn't a beta- at least, not the version released a week ago. That was the most current "stable" release, until Ron decided to fix a couple of bugs. 0.8b1 is the current version
 

Walkaway

Newbie
Feb 16, 2019
28
11
88
I can't click on the character icons on the relationships tab to change the relationship between girls. Am I doing something wrong?
 

sleepingkirby

Well-Known Member
Aug 8, 2017
1,298
1,931
262
I can't click on the character icons on the relationships tab to change the relationship between girls. Am I doing something wrong?
Those just increase the friendship between the two characters. If they're already maxed, it doesn't do anything that you can see. Please note that, so far, only Rogue and Laura can be best friends. It's hard coded into the game.
 

sztrb

Active Member
Aug 24, 2018
620
1,013
302
Hmm, I unlocked x-ray vision but its vanished since using it with Laura (to watch me cum inside her ass)?
 

sleepingkirby

Well-Known Member
Aug 8, 2017
1,298
1,931
262
Hmm, I unlocked x-ray vision but its vanished since using it with Laura (to watch me cum inside her ass)?
That's not cheat related. If I recall correctly,the x ray vision, in the current version of the game, is highly situational. Like, you can only use it with Laura in that one pose or something.
 
  • Like
Reactions: sztrb

The Al

Member
Dec 22, 2017
287
398
237
Hmm, I unlocked x-ray vision but its vanished since using it with Laura (to watch me cum inside her ass)?
That's not cheat related. If I recall correctly,the x ray vision, in the current version of the game, is highly situational. Like, you can only use it with Laura in that one pose or something.
You've got it right, kirby. Right now it's only functional in Laura's reverse cowgirl pose, just like you can only tit fuck Rouge in her new position
 

sleepingkirby

Well-Known Member
Aug 8, 2017
1,298
1,931
262
The injector always gets stuck for me, any clue why?

View attachment 5073728

Been sitting here for over an hour
Only guesses. Someone else on the Rogue-like cheat injector said the same thing. I'm guessing you're also on win11? Double check to make sure antivirus/malware/etc. software isn't quarantining the file, folder or game. Make sure that the folder it's in is writable/accessible to your user AND the process.
 

Visagee1

New Member
Feb 7, 2025
3
1
22
Only guesses. Someone else on the Rogue-like cheat injector said the same thing. I'm guessing you're also on win11? Double check to make sure antivirus/malware/etc. software isn't quarantining the file, folder or game. Make sure that the folder it's in is writable/accessible to your user AND the process.
Im on windows 10 i think, is that a problem?
 

randomguy75

New Member
Oct 11, 2021
4
2
103
anyway to modify throat_training to increase deepthroat level. I tried modifing it directly but that either leads to crashes or it wont let me
 

sleepingkirby

Well-Known Member
Aug 8, 2017
1,298
1,931
262
anyway to modify throat_training to increase deepthroat level. I tried modifing it directly but that either leads to crashes or it wont let me
That's because deepthroat training, along with anal training, aren't straight numbers. You changed something that isn't a number, into a number and when the game tried to treat it the original data, it crashed because it can't do that. The full explanation is here.

Basically, you have to modify history to increase the training level.
Code:
        @property
        def throat_training(self):
            return min(4, math.floor(self.History.check("deepthroat")/8))
 

randomguy75

New Member
Oct 11, 2021
4
2
103
That's because deepthroat training, along with anal training, aren't straight numbers. You changed something that isn't a number, into a number and when the game tried to treat it the original data, it crashed because it can't do that. The full explanation is here.

Basically, you have to modify history to increase the training level.
Code:
        @property
        def throat_training(self):
            return min(4, math.floor(self.History.check("deepthroat")/8))
And how would one modify history?
 
  • Like
Reactions: mrbombadil
5.00 star(s) 1 Vote