3.30 star(s) 17 Votes

Alexander_J

New Member
Jul 3, 2024
5
2
I think I found a bug. Cast the Gracilis spell (increase beauty) but instead it caused the target's submissiveness to go from Defiant to Conformable. Reloaded and tried the Servitura spell on the same target and it correctly increased her submissiveness by the displayed amount.

Edit: Did some more testing and I realised that when you cast the Gracilis spell, the game sets the target's submissiveness to Beauty+spell gain value. Looked into the html code and saw that instead of the $girl.beauty variable for the Gracilis spell, it's using $girl.sub instead. Changed that to $girl.beauty and the spell now works as intended.
 
Last edited:
  • Like
Reactions: ArghDoe

Confidential1995-2

New Member
May 27, 2024
1
3
No idea what the current cheat code is, but I figured out how this game checks for it and how to hack it. Open up inseminator.html in a text editor, then find where the code is checking for $storyData.cheatCode (for version 8.1, that's lines 5800 and 5801).

You're looking for something like this:
Code:
<<set _val to hashStr($storyData.cheatCode)>>\
    <<if _val !== '10303041226373803929183030291439'>>\
Remove the "hashStr" and the two parenthesis it's tied to, then change the long numerical value to whatever you want. I set mine to 666 because it's thematic with the game, but it doesn't matter. It should look like this after you're done:

Code:
    <<set _val to $storyData.cheatCode>>\
    <<if _val !== '666'>>\
Congrats, now when you hit the "cheats" button in the menu, you can type in 666 (or whatever you chose) and the game will accept it as a valid cheat lol.
 
Mar 3, 2018
409
980
So another issue regarding using a mess of random clips for girls aside from making them basically being soulless NPCs that have nothing significant about them is that since the dev just added a bunch more random clips and such, they also just greatly inflated the file size of the game itself and it will just continue to inflate at this rate until the only viable option for downloading will be to torrent it, which it is already pretty much at.
 

youraccount69

Forum Fanatic
Donor
Dec 30, 2020
4,113
1,821
Inseminator-0.8.1
You don't have permission to view the spoiler content. Log in or register now.
rpdl torrents are unaffiliated with F95Zone and the game developer.
Please note that we do not provide support for games.
For torrent-related issues use here, or join us on !
, . Downloading issues? Look here.​
 

NegativeSixty-1

New Member
Apr 3, 2019
1
1
For those still looking to use the console to cheat out infinite AP.

SugarCube.State.variables.mc.cash = 100000000
SugarCube.State.variables.mc.ap = 10000
SugarCube.State.variables.mc.sexXp = 10000
SugarCube.State.variables.mc.spermProduction = 10000000
SugarCube.State.variables.mc.charisma = 100000
SugarCube.State.variables.mc.maxSperm = 1000000
SugarCube.State.variables.mc.maxSpirit = 1000000
SugarCube.State.variables.mc.sperm = 1000000
SugarCube.State.variables.mc.spirit = 100000

you'll have to keep redoing the comands for spirit and sperm though 'cause those reset.
 
  • Sad
Reactions: quiboune
3.30 star(s) 17 Votes