1.80 star(s) 39 Votes

zermos

New Member
May 10, 2017
7
9
Thanks for your response. I know about notepad but how do I even know to find that specific line? i've just ctrl + F searched for this phrase " GameManager.variableStore.numbers" mentioned in point 2 above, but there are 3 such lines...i have no clue which one to change.

Whoever made those instructions could have just posted the file already saved like that and all we had to do was just download it.
The current version has the old getPatronPledgedStatus() script on a remote file on ralx his herokuapp server. (this remotefile has some scripts in there that will grab your ip)


We can bypass this by simply modifying some of the javascript files.
NOTE: these names will very likely change with every update
How i found these => for the first file search for herokuapp through all the files in the data folder notepad++ or visual studio code will be able to do this.
for the second file you can look for "patron code".


You open the file with the name: "E6BF84EC65FE396405029F064C35A0D9DA8ED.json.js"
On line 233 modify the line to this (it has an id: gs.script)
script: "GameManager.variableStore.numbers[123] = 1850;",

after this you will want to change line 250 to (it has an id: gs.script)

script: 'GameManager.variableStore.strings[215] = "Declared";',

with this done you'll be able to get past the server selection.
Now comes a new security that was added which checks how much you have pledged.
(in the game you just choose the upper option and press confirm when asked for a code. all 0 is fine)

we're now going to modify the file called "386B51054CC7B649F95AFC54E52C3F16FD11.json.js"

go to line 120 and change it to (it has an id: gs.ShowMessage)
waitForCompletion: 0,

You should now be able to use cheats.



It might be possible that the first part is skippable by also changing waitForCompletion there but I haven't tried that yet. So feel free to experiment with that.

edit (20 july 2021): I've rewritten the whole thing it now doesn't use Virtual Novel Maker functions. I've turned them into a custom function. This way It will require less rewriting outside of adding it to the necessary parts in the scripts.js file.
I haven't checked in depth. Outside of opening gallery, Cheats, blackmail event.

edit (18 July 2021): Added a new version of the cheats which skips all the menus of inserting info. This will also unlock walkthrough and scenes without input of anything (normally). If you do see a menu pop up let me know.

edit added a zip with the files pre-edited for v0.74
 
Last edited:

JagHond

Member
Mar 18, 2019
488
493
Thanks for your hints, dear zermos.

I wasn't able to find out that "E6BF84EC65FE396405029F064C35A0D9DA8ED.json.js" file in my installation, though .

What went (or did I) wrong?

With best regards.
 

zermos

New Member
May 10, 2017
7
9
Thanks for your hints, dear zermos.

I wasn't able to find out that "E6BF84EC65FE396405029F064C35A0D9DA8ED.json.js" file in my installation, though .

What went (or did I) wrong?

With best regards.
It should be in the data/ directory. I'll be including a zip/rar in a moment on my former post that will have the files pre edited.

Also be sure to check that your using the v0.74 client as I'm pretty sure these files are generated files and will change each update.
 
  • Like
Reactions: JagHond

JagHond

Member
Mar 18, 2019
488
493
Thanks a lot for your kidness too... seemingly just that only file is missing in that directory.

Update: got them both just now. Thnaks a lot.
And more weird, that file was just in that directory... who knows what made things going wrong, I just copied the name as how was written in your post.

Anyway it may be... thanks a huge lot for all, dear zermos.

With best regards.
 
Last edited:

MeVirus

Newbie
Feb 2, 2021
60
44
The current version has the old getPatronPledgedStatus() script on a remote file on ralx his herokuapp server. (this remotefile has some scripts in there that will grab your ip)


We can bypass this by simply modifying some of the javascript files.
NOTE: these names will very likely change with every update
How i found these => for the first file search for herokuapp through all the files in the data folder notepad++ or visual studio code will be able to do this.
for the second file you can look for "patron code".


You open the file with the name: "E6BF84EC65FE396405029F064C35A0D9DA8ED.json.js"
On line 233 modify the line to this (it has an id: gs.script)
script: "GameManager.variableStore.numbers[123] = 1850;",

after this you will want to change line 250 to (it has an id: gs.script)

script: 'GameManager.variableStore.strings[215] = "Declared";',

with this done you'll be able to get past the server selection.
Now comes a new security that was added which checks how much you have pledged.
(in the game you just choose the upper option and press confirm when asked for a code. all 0 is fine)

we're now going to modify the file called "386B51054CC7B649F95AFC54E52C3F16FD11.json.js"

go to line 120 and change it to (it has an id: gs.ShowMessage)
waitForCompletion: 0,

You should now be able to use cheats.



It might be possible that the first part is skippable by also changing waitForCompletion there but I haven't tried that yet. So feel free to experiment with that.

edit added a zip with the files pre-edited for v0.74
Thank you!!! Everything worked out for me, the cheats worked, I threw the files from the archive into the folder with the date, and the cheats worked, thank you.
 

felipebet97

New Member
Dec 21, 2020
13
2
Guys, I am thinking about playing this game, but, before that, I would like to know what kind of mind control this game have. Can someone who played before answer me? Does he use some drugs or powers to mind control?
 

eddieedison

Member
Jul 9, 2017
159
41
The current version has the old getPatronPledgedStatus() script on a remote file on ralx his herokuapp server. (this remotefile has some scripts in there that will grab your ip)


We can bypass this by simply modifying some of the javascript files.
NOTE: these names will very likely change with every update
How i found these => for the first file search for herokuapp through all the files in the data folder notepad++ or visual studio code will be able to do this.
for the second file you can look for "patron code".


You open the file with the name: "E6BF84EC65FE396405029F064C35A0D9DA8ED.json.js"
On line 233 modify the line to this (it has an id: gs.script)
script: "GameManager.variableStore.numbers[123] = 1850;",

after this you will want to change line 250 to (it has an id: gs.script)

script: 'GameManager.variableStore.strings[215] = "Declared";',

with this done you'll be able to get past the server selection.
Now comes a new security that was added which checks how much you have pledged.
(in the game you just choose the upper option and press confirm when asked for a code. all 0 is fine)

we're now going to modify the file called "386B51054CC7B649F95AFC54E52C3F16FD11.json.js"

go to line 120 and change it to (it has an id: gs.ShowMessage)
waitForCompletion: 0,

You should now be able to use cheats.



It might be possible that the first part is skippable by also changing waitForCompletion there but I haven't tried that yet. So feel free to experiment with that.

edit added a zip with the files pre-edited for v0.74
Hello, can't really thank you enough for taking the time to explain all of this, many many thanks for sharing the files as well. I did copy the files, but I might not know how to access the cheats. I had the impression I can access cheats from the computer; can you please explain how to activate them? Again, much appreciate your help
 

zermos

New Member
May 10, 2017
7
9
Hello, can't really thank you enough for taking the time to explain all of this, many many thanks for sharing the files as well. I did copy the files, but I might not know how to access the cheats. I had the impression I can access cheats from the computer; can you please explain how to activate them? Again, much appreciate your help
If you haven't found them yet. If you press the "Star" icon at the top of the window you'll find cheats as the first option.
 

darkloraed

Member
Oct 5, 2019
130
20
I'm stuck here every time I go to the garden I run with the girl and the hint doesn't change Is anyone helping me
 

zermos

New Member
May 10, 2017
7
9
Cheat doesn't seem to work for me, it goes into an endless authentication loop. Sry for garammer oops.
Thank you! Sadly like the messages below mine, when doing that it takes me into this endless authentication loop :(
I'll make a new update in a bit that hopefully fixes most of these issues. I'll try to make it skip the authentication.
What normally happens is that it authenticates one time and after that it shouldn't do so.

Edit: New version has been added to my original post.
 
Last edited:

zermos

New Member
May 10, 2017
7
9
WHEN I open the .exe THE SCREEN IS STILL BLACK AND DOES NOT START the game
Weird you are using the most recent version (v0.74)?
As I'm not sure how much has changed vs the versions before it.

Only other way I could compare is by asking for an upload of the data files (in zip format), but that seems a bit excessive.

If you are running an older version just download the newer version, then copy the save files over and that should hopefully fix the issue.

Outside of that it's kind of hard to tell what the issue is without building in a system myself that creates file for potential problems.
 

ReckLouse47

Member
Feb 17, 2018
123
11
I'll make a new update in a bit that hopefully fixes most of these issues. I'll try to make it skip the authentication.
What normally happens is that it authenticates one time and after that it shouldn't do so.

Edit: New version has been added to my original post.
Ok, the code does work, a little, gallery and excluse events still require code confirmation. Great work and I mean it.
 

darkloraed

Member
Oct 5, 2019
130
20
I'm stuck here every time I go to the garden I run with the girl and the hint doesn't change Is anyone helping me

Please help me
 

zermos

New Member
May 10, 2017
7
9
Ok, the code does work, a little, gallery and excluse events still require code confirmation. Great work and I mean it.
I'll take a look at it. Might have the wrong amount in the "pledge amount" for it to work.

Edit: I've added V3 to my original post.
 
Last edited:
1.80 star(s) 39 Votes