She’s waiting… ready to tease you LIVE — come play. Join Now!
x

Minuscule

Newbie
Feb 27, 2018
45
157
178
Code:
(function(P,V,o,c,n,k,s,x){P=P||'MegaCube.setup';V=V===undefined?true:V;c=0;n=[];try{o=P.split('.').reduce((a,b)=>a&&a[b],window);if(!o||typeof o!='object')return}catch(e){return}for(k in o)if(o.hasOwnProperty(k)&&typeof o[k]=='function'){try{s=o[k].toString()}catch(e){continue}if(/return\s+57\s*;/.test(s)||((/(\w+)\s*=\s*57\s*;/.test(s)&&(new RegExp('return\\s+'+RegExp.$1+'\\s*(?:;|\\|\\||&&)').test(s)||/return\s+k\s*;/.test(s)))||/k\s*=\s*57/.test(s))){try{o[k]=function(){return V};n.push(P+'.'+k);c++}catch(e){}}}if(c>0){console.log(`[P] Patched ${c} in ${P}:`);for(x of n)console.log(`  - ${x}`)}})();
This should work on any version of the game for the max tier, copy and paste into the console and bob's your uncle
although I expect this method to get patched in the future
 
Last edited:

astranabeat

Active Member
Jun 6, 2017
751
967
296
Is this a bug ?

Quest keep repeating. help Emily study, wait a few day then help study repeat.
Make some money by doing photo shoots with Olivia, wait a few day. the same repeat.

Also affection keep reset to 0.
stat don't register. so many handjob but stat still 0.
money also reset.

It like I stuck in groundhog day. the day keep reset.
 
Last edited:

ekopp

New Member
Sep 15, 2020
3
1
22
Does anyone have a save file to catch me back up to the most recent update? Id hate having to regain all my progress.
 
  • Hey there
Reactions: keitaka

keuler

Member
Nov 5, 2017
124
96
223
When you are on the patreon rewards page to enter the code you right click, inspect element, console, paste it and hit enter. Close inspect element then click leave and you should have it
Ah ok i give a try Thank man :)(y)
 

karoshii

New Member
Apr 28, 2025
3
0
1
When you are on the patreon rewards page to enter the code you right click, inspect element, console, paste it and hit enter. Close inspect element then click leave and you should have it
Is there any way to do this on mobile?
 

Satori6

Game Developer
Aug 29, 2023
584
1,382
230
The console command you provided works, but it's only for the confined lover tier, not the complete confined admirer.
I tried following your tutorial to understand how you got to it, but nothing on the game's code seems to match your instruction examples
Thanks for letting me know! I just took a quick look and added another code. Could you let me know if that's the correct one?

And yeah, this game has obfuscated HTML for whatever reason, so it takes a slightly different approach to find the codes.
 

malcolmalbie

Active Member
Oct 8, 2018
873
1,955
298
Code:
(function(P,V,o,c,n,k,s,x){P=P||'MegaCube.setup';V=V===undefined?true:V;c=0;n=[];try{o=P.split('.').reduce((a,b)=>a&&a[b],window);if(!o||typeof o!='object')return}catch(e){return}for(k in o)if(o.hasOwnProperty(k)&&typeof o[k]=='function'){try{s=o[k].toString()}catch(e){continue}if(/return\s+57\s*;/.test(s)||((/(\w+)\s*=\s*57\s*;/.test(s)&&(new RegExp('return\\s+'+RegExp.$1+'\\s*(?:;|\\|\\||&&)').test(s)||/return\s+k\s*;/.test(s)))||/k\s*=\s*57/.test(s))){try{o[k]=function(){return V};n.push(P+'.'+k);c++}catch(e){}}}if(c>0){console.log(`[P] Patched ${c} in ${P}:`);for(x of n)console.log(`  - ${x}`)}})();
This should work on any version of the game for the max tier, copy and paste into the console and bob's your uncle
although I expect this method to get patched in the future
Because I can, here's the same code in 566 bytes (-44 bytes)
JavaScript:
!function(){P="MegaCube.setup",c=0,n=[];try{if(o=P.split(".").reduce(((t,s)=>t&&t[s]),window),!o||"object"!=typeof o)return}catch(t){return}for(k in o)if(o.hasOwnProperty(k)&&"function"==typeof o[k]){try{s=o[k].toString()}catch(t){continue}if(/return\s+57\s*;/.test(s)||/(\w+)\s*=\s*57\s*;/.test(s)&&(new RegExp(`return\\s+${RegExp.$1}\\s*(?:;|\\|\\||&&)`).test(s)||/return\s+k\s*;/.test(s))||/k\s*=\s*57/.test(s))try{o[k]=function(){return!0},n.push(`${P}.${k}`),c++}catch(t){}}if(c>0)for(x of(console.log(`[P] Patched ${c} in ${P}:`),n))console.log(`  - ${x}`)}();
 
  • Like
Reactions: aTANG

Minuscule

Newbie
Feb 27, 2018
45
157
178
Because I can, here's the same code in 566 bytes (-44 bytes)
JavaScript:
!function(){P="MegaCube.setup",c=0,n=[];try{if(o=P.split(".").reduce(((t,s)=>t&&t[s]),window),!o||"object"!=typeof o)return}catch(t){return}for(k in o)if(o.hasOwnProperty(k)&&"function"==typeof o[k]){try{s=o[k].toString()}catch(t){continue}if(/return\s+57\s*;/.test(s)||/(\w+)\s*=\s*57\s*;/.test(s)&&(new RegExp(`return\\s+${RegExp.$1}\\s*(?:;|\\|\\||&&)`).test(s)||/return\s+k\s*;/.test(s))||/k\s*=\s*57/.test(s))try{o[k]=function(){return!0},n.push(`${P}.${k}`),c++}catch(t){}}if(c>0)for(x of(console.log(`[P] Patched ${c} in ${P}:`),n))console.log(`  - ${x}`)}();
cheaper yet would be removing logging and matching on less, Im not happy with the way the functions are matched atm anyway, if this gets patched Ill do it the ast way.
 

Notjaymee

New Member
Jun 15, 2024
1
1
72
Is there no way for android users to get the validation code? I am no tech Wiz but I don't know how to do the console thing on my phone... how do you even right click and inspect element on an android phone. Are there browsers in android phones that lets do inpect element and this console thing?
 
  • Like
Reactions: themaniam79

qaaihyn

New Member
Jan 7, 2021
1
1
62
this should also work :
JavaScript:
["zvwDC4eCq2nDy7HT","qypu8nT7spGMIYUA","Jr0VWCgwvpipf2uH","TADALw7BhvcLJM5w"].forEach(e=>MegaCube.setup[e]=()=>!0)
 
  • Like
Reactions: @LonelyWolf

Chilliarch

Newbie
Oct 20, 2021
19
7
22
Is there no way for android users to get the validation code? I am no tech Wiz but I don't know how to do the console thing on my phone... how do you even right click and inspect element on an android phone. Are there browsers in android phones that lets do inpect element and this console thing?
let's just wait, someday a hero will appear to save us
 
3.90 star(s) 38 Votes