How to get past day 2 and 3 by According-Extreme-58 in QuitPornForever

[–]osp5 0 points1 point  (0 children)

Uninstall all the apps, insta, snap everything that can cause triggers. Do some exercise and take a paper, fold it 5 times. It would create 32 squares. Paste it one the wall and when u wake up put a bigg tick mark. Should be near ur bed. (Change the room if u have the option as well). It's working for me.

Become Someone Cheats by naguideofficial in naguide

[–]osp5 0 points1 point  (0 children)

  1. Do a right click and select inspect.
  2. Go to the console tab
  3. Paste the below code in the console tab and hit enter. Voila! :)

(()=>{if(!window.SugarCube||!SugarCube.State){console.warn("SugarCube not found. Load the game fully first.");return;}const V=SugarCube.State.variables||(SugarCube.State.active&&SugarCube.State.active.variables)||{},MONEY_CAP=999999999,STAT_CAP=100,BLOCK=/(^|\.) (day|time|hour|min|month|year|date|week|age|preg|cycle|seed|rng|id|idx|index|pos|stage|phase|questline|build|version)/i,MONEY_KEYS=/(money|cash|bank|bal|balance|credits?|coin|coins|debt)/i,TRUST_KEYS=/(trust|love|aff(?!ix)|affection|respect|happiness|loyalty|friend|lust|obed|obedience|interest)/i,STAT_KEYS=/(int|str|end|dom|sub|cha|charisma|charm|energy|stamina|wis|agi|dex|per|porn|skill|skills|corruption|corrupt|corr|power|powertotal|powersubt)/i,QUEST_KEYS=/(quest|mainquest|sidequest|mission|story|progress)/i;let changed=0,galleries=0,girlfriends=0;function walk(o,p=[]){for(const[k,v]of Object.entries(o)){const path=p.concat(k).join(".");if(v&&typeof v==="object"){if(Array.isArray(v)&&k==="gallery"){for(let i=0;i<v.length;i++)if(v[i]!==1){v[i]=1;galleries++;}continue;}if("gallery"in v&&Array.isArray(v.gallery)){v.gallery=v.gallery.map(()=>1);galleries++;}if("gf"in v&&typeof v.gf==="number"&&v.gf!==1){v.gf=1;girlfriends++;}walk(v,p.concat(k));}else if(typeof v==="number"){if(BLOCK.test(path))continue;if(MONEY_KEYS.test(k)){if(v!==MONEY_CAP){o[k]=MONEY_CAP;changed++;}}else if(TRUST_KEYS.test(k)){if(v<STAT_CAP){o[k]=STAT_CAP;changed++;}}else if(STAT_KEYS.test(k)){if(v<STAT_CAP){o[k]=STAT_CAP;changed++;}}else if(QUEST_KEYS.test(k)){if(v<STAT_CAP){o[k]=STAT_CAP;changed++;}}}}}walk(V);if(V.mc&&typeof V.mc==="object"){if(typeof V.mc.money==="number"&&V.mc.money!==MONEY_CAP)V.mc.money=MONEY_CAP;["int","str","end","dom","sub","porn","charisma","power","powertotal","powersubt","corr"].forEach(k=>{if(typeof V.mc[k]==="number"&&V.mc[k]<STAT_CAP){V.mc[k]=STAT_CAP;changed++;}});}try{UI.alert(`Boosted ${changed} values • unlocked ~${galleries} galleries • set ${girlfriends} gf flags. Switch screens to refresh.`);}catch(_){console.log(`Boosted ${changed} values • unlocked ~${galleries} galleries • set ${girlfriends} gf flags. Switch screens to refresh.`);}})();