10-4 thanksI tried to crack the hash for 6 hours so I dont think ill be able to crack this one, and if future ones are similar I wont be able to crack them
He also showed how to fix that in his previous post just use notepad++ you can google itYou have forgotten to bypass the Password![]()
After all that yapping tooYou have forgotten to bypass the Password![]()
I never thought about it like this! nice to know, thank youI may have found a solution to this.
I managed to download the whole game + images off ofYou must be registered to see the links
by using windows wget on the directory,You must be registered to see the linkswhich downloaded all of the game images.
You must be registered to see the links(use the command created by the wizard below in CMD)
You must be registered to see the links(to create the wget command)
If you are using this for other games, I found the image directory by opening the index.html with notepad and looking for the path of image files
Put all these images into a folder called img (same as the path in the index.html, e.g. <img src="img/dlc0/cousin/firstSex.webp)
Then download the index file by right clicking the page -> inspect element -> Sources (Top bar) -> right click dlc.html -> Save As
View attachment 4435958
To bypass the password you can then modify the game by looking for the line that hashes the passcode, in this instance: if hashStr($patron) == -349438983
and then changing it to accept all passwords inputted: if hashStr($patron) != -349438983
You can also do this for the Advanced Start Options: hashStr($secretCode) == -892483570 -> hashStr($secretCode) != -892483570
Put any code into the boxes and then press enter and it should allow you in.
If when playing you discover some images do not appear, this may be because wget saved webp files as webp.html. To fix this i created a python script you can place in the game folder and run it to convert them all back to webp found attached to the post in a ZIP folder.
It is currently 4am so I am not sure if any of this makes sense, ask if you are stuck on anything. I will be uploading the current 1.20 game but this guide is to be used when a new version comes out.
you can also just override the hashstring function in the chrome console to play it online:I may have found a solution to this.
I managed to download the whole game + images off ofYou must be registered to see the links
by using windows wget on the directory,You must be registered to see the linkswhich downloaded all of the game images.
You must be registered to see the links(use the command created by the wizard below in CMD)
You must be registered to see the links(to create the wget command)
If you are using this for other games, I found the image directory by opening the index.html with notepad and looking for the path of image files
Put all these images into a folder called img (same as the path in the index.html, e.g. <img src="img/dlc0/cousin/firstSex.webp)
Then download the index file by right clicking the page -> inspect element -> Sources (Top bar) -> right click dlc.html -> Save As
View attachment 4435958
To bypass the password you can then modify the game by looking for the line that hashes the passcode, in this instance: if hashStr($patron) == -349438983
and then changing it to accept all passwords inputted: if hashStr($patron) != -349438983
You can also do this for the Advanced Start Options: hashStr($secretCode) == -892483570 -> hashStr($secretCode) != -892483570
Put any code into the boxes and then press enter and it should allow you in.
If when playing you discover some images do not appear, this may be because wget saved webp files as webp.html. To fix this i created a python script you can place in the game folder and run it to convert them all back to webp found attached to the post in a ZIP folder.
It is currently 4am so I am not sure if any of this makes sense, ask if you are stuck on anything. I will be uploading the current 1.20 game but this guide is to be used when a new version comes out.
origHashStr=window.hashStr;
window.hashStr = function(txt) {
if (txt == "start") return 35655988;
if (txt == "secret") return -1349988898;
return origHashStr(txt);
};
but the bookshelf cheat still does not work.you can also just override the hashstring function in the chrome console to play it online:You must be registered to see the links
open the console (ctrl + shift + I or F12) and paste:
the start code is now start and to cheat it is secretJavaScript:window.hashStr = function(txt) { if (txt == "start") return 35655988; if (txt == "secret") return -1349988898; var hash = 0, i, chr; if (txt.length === 0) return hash; for (i = 0; i < txt.length; i++) { chr = txt.charCodeAt(i); hash = ((hash << 5) - hash) + chr; hash |= 0; // Convert to 32bit integer } return hash; };
... that cheat works for all games that rely to HashStr to work just replace the returned hashes with the expected one.
It works but you have to use the proper cheat codes (1st post):but the bookshelf cheat still does not work.
I just tried putting in just start on the version on mopoga.com and the argntm.com one but it still didn't work, also is there a way to do this on mobile?you can also just override the hashstring function in the chrome console to play it online:You must be registered to see the links
open the console (ctrl + shift + I or F12) and paste:
the start code is now start and to cheat it is secretJavaScript:window.hashStr = function(txt) { if (txt == "start") return 35655988; if (txt == "secret") return -1349988898; var hash = 0, i, chr; if (txt.length === 0) return hash; for (i = 0; i < txt.length; i++) { chr = txt.charCodeAt(i); hash = ((hash << 5) - hash) + chr; hash |= 0; // Convert to 32bit integer } return hash; };
... that cheat works for all games that rely to HashStr to work just replace the returned hashes with the expected one.
I just tried it and it works remember to type "start" for patreon code then "secret" for advance code. Also the copy and paste is for developer tools then console tab.I just tried putting in just start on the version on mopoga.com and the argntm.com one but it still didn't work, also is there a way to do this on mobile?
There's two arrows above the title on the right you use them to get the desired event going back and forth.How the fuck are you supposed to play this game? Everything results in death. What kind of dummy is scared to beat it in their room or shower? Stupid as hell. This isn't fun.
it doesn't seemed balance. blowing a load in a girl's throat is a-ok, but being scared of getting caught jerking it by the same chick is bizarre. doesnt make sense.There's two arrows above the title on the right you use them to get the desired event going back and forth.
You have to raise your corruption or cheat using plaha code.it doesn't seemed balance. blowing a load in a girl's throat is a-ok, but being scared of getting caught jerking it by the same chick is bizarre. doesnt make since.
I'm doing that, like with quotation marks, without quotation marks, caps, no caps on both versions and it's not working. Also I'm still confused on what you meant for the last part. Also it says 1.21 now so maybe that's why it's not working for the argntm.com version? Also could you maybe send a screenshot of what you typed in, maybe I'm still doing something wrongI just tried it and it works remember to type "start" for patreon code then "secret" for advance code. Also the copy and paste is for developer tools then console tab.
What are you doing exactly?I'm doing that, like with quotation marks, without quotation marks, caps, no caps on both versions and it's not working. Also I'm still confused on what you meant for the last part. Also it says 1.21 now so maybe that's why it's not working for the argntm.com version? Also could you maybe send a screenshot of what you typed in, maybe I'm still doing something wrong
Again, I am on mobile, so I am unsure of how to do that console thing, but I'm typing it into the 'type it here' barWhat are you doing exactly?
Here I provide a screen capture of my browser (edge) with the code pasted in the console and the start and secret codes used.
View attachment 4455897