- Nov 18, 2016
- 4,367
- 10,245
The universal fix. Until it gets changed.When running game, open browser console and copy following code in to it and run. This code will override patreon code check functions and allow any text to enable 'Confined Admirer' version.
MegaCube.setup.LmiaJrD87aym6YXM = () => true;
MegaCube.setup.x557HAL3Bbj3msD5 = () => true;
MegaCube.setup.n9xTT6NErX9BPs4d = () => true;
MegaCube.setup.foC5XPJa6pB33Srm = () => true;
MegaCube.setup.m45dqhFnziJs9b7a = () => true;
MegaCube.setup.FYYHpJsmRkYim5Hd = () => true;
MegaCube.setup.fei57LcANcMhBLoe = () => true;
And for anyone in future if it has changed, follow the previous decoding steps (the after hidden copy MASSIVE wall of random text, then decode).
search for setup.gamecode and do MegaCube.setup.################ - () => true;
Where the "#####" is what comes after each setup.###### = function(){ etc.
So if it gets changed to say setup.anothercodebroken = function() {
Then you'd type 'MegaCube.setup.anothercodebroken = () => true;'
up until they're no longer the code related ones (e.g. setup.youLookNice = function(){ is no longer a code related one) an easy way to tell is the code ones tend to mention eachother in their own functions.