Scotsman1989
Engaged Member
- Nov 10, 2018
- 2,159
- 2,796
- 481
As far as I know, it's bugged right nowI am stuck at the department of records step i think. i went to the office to get trix info already on my save but i couldn't find the required info stored anywhere. do i just need to write it down myself or have i just missed a place where i could find it after the looking at the files?
femboysrule!What is the password for cracking the download gallery on the clients boyfriends phone?
MindWare.addHomeAction("Prepare to hack Department of Records", "DeptRecords-Surveillance", "dept-records-hack")
how do I access the js console?Seems that at some point adding of action "Prepare to hack Department of Records" isn't triggered, so it could be mitigated with following code executed in JS console:
Code:MindWare.addHomeAction("Prepare to hack Department of Records", "DeptRecords-Surveillance", "dept-records-hack")
How do you use that console ? Is it from the browser ?Seems that at some point adding of action "Prepare to hack Department of Records" isn't triggered, so it could be mitigated with following code executed in JS console:
Code:MindWare.addHomeAction("Prepare to hack Department of Records", "DeptRecords-Surveillance", "dept-records-hack")
how do I access the js console?
the browsers Console (F12)How do you use that console ? Is it from the browser ?
i tried it it doesnt work for me so im stuck i have the button to prepare to hack the department but when i click on it that tell me error the passage "depts-records-hack" does not existSeems that at some point adding of action "Prepare to hack Department of Records" isn't triggered, so it could be mitigated with following code executed in JS console:
Code:MindWare.addHomeAction("Prepare to hack Department of Records", "DeptRecords-Surveillance", "dept-records-hack")
but how do i do this whit the file on my pc ?To unlock the extra menu @You must be registered to see the linksyou can pasteinto the console and input anything as the passwordCode:MindWare.revealSecret = function(password) {return true;};
Start the game on your PC, open the console (F12) and insert the line of code, close the console and you are good to go. This "trick" works with the online and offline version of the game.but how do i do this whit the file on my pc ?
I've tried this several times and it's not working. I have no idea if I'm editing the html code properly. I'm trying it with inspect element but I'm beyond novice when it comes to coding.in this case, I took this function:
And changed it to this:Code:MindWare.checkPassword = function(password) { return MindWare.revealSecret(password) ? true : null; };
Of course, you can also just manually alter any part of the game pretty easily too,Code:MindWare.checkPassword = function(password) { return true; };
Such as making your landlord pay you rent.
In addition to F12, you can right click inspect and go to the console tab.how do I access the js console?