Skip to content
Menu
SteamAH
  • Cheat
  • Guide
  • Tips
  • Game Lists
  • Privacy Policy
  • Abuse
SteamAH

Become Someone: How to Cheat (Console Commands Examples)

Posted on May 10, 2022January 6, 2023

Become someone is an adult life simulator game (HTML – Text Based) developed by Volen, this game will give you the ability to choose a life path that will allow you to meet girls that will react to you in different ways depending on your stats. if you want to find out how to cheat in the game, you are coming to the right place.

Updated January 2023 | We checked for new version 1.09

 

How to Cheat

you can use some commands in the browser console to achieve similar results

Just use inspect element, go to the console tab and type the following codes
SugarCube.State.variables.
and you should then be given a bunch of options to change, just start typing and it will auto-fill stuff.

 

Some Examples of Console Commands

Once you know the code structure you can mod any stats here are a few examples:

SugarCube.State.variables.mc.money+=10000
SugarCube.State.variables.mc.int+=10
SugarCube.State.variables.mc.str+=10
SugarCube.State.variables.mc.end+=10
SugarCube.State.variables.mc.dom+=10
SugarCube.State.variables.mc.porn+=10
SugarCube.State.variables.mom.trust+=1
SugarCube.State.variables.sis.trust+=1

 

How to Unlock the Gallery Using Console Commands

Method 1 (by coolguy696969):

The variables seem to be set up as an array under each person’s gallery.

For example, this is how it looks for Abigail:

SugarCube.State.active.variables.abigail.gallery=[ 0, 0, 0, 0, 0, 0, 0, 0 ]

If you change all of the 0 variables to 1 it will unlock the gallery scenes:

SugarCube.State.active.variables.abigail.gallery=[ 1, 1, 1, 1, 1, 1, 1, 1]

The time-consuming part is that you will have to edit all of the arrays for each character, but it can be accomplished!

Method 2 (By notsocleanminded):

You can use the following commands in the console:

Object.keys(SugarCube.State.variables).forEach((key, i) => {
const shortCut = SugarCube.State.variables
if(shortCut[key].hasOwnProperty("gallery")){
shortCut[key].gallery.forEach((val, n) => {
shortCut[key].gallery[n] = 1
})
}
})

Note: Make sure you are playing the game online.

 

Become Someone Cheats FAQs

Can I Edit the Save File to Cheat in Become Someone?

Yes, you can cheat by editing save file following these steps (subsub2010’s method):
e.g. if your current cash is $1497 and you want $1,497,000

  1. Upload .save file: https://www.saveeditonline.com/
  2. Hit Crtl-F (on Chrome)
  3. Search on 1497
  4. Change to 1497000
  5. Click Download file (can take a couple of mins)
  6. Upload that NEW save file (will have a (1) at the end) to the game.
  7. Check your new money.

Why I got the error “Uncaught ReferenceError: SugarCube is not defined” when I use the cheat codes?

This error may cause by the following two reasons:

  1. The cheat codes are case sensitive, so it’s SugarCube not sugarcube and State not state.
  2. Some sites like gamcore or mopoga might not work with the console. Download a local version of the game or play on the official site.

How to Change Your Name in-game?

Press F12 then go to the console and type:

SugarCube.State.active.variables.mc.name = 'x'

or

SugarCube.State.active.variables.mc.surname = 'x'

Replace x with your desired name then hit enter.

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Disclaimer

All content cited is derived from their respective sources. If you think we have used your content without permission, Please go to the Abuse Page to contact us and we will be taking it seriously.

Recent Posts

  • Dead Space Remake 100% Achievement Guide
  • Neptunia: Sisters VS Sisters All Achievements & Endings Guide
  • Dead Space Remake How to Fix Stuttering Issue
  • Hi-Fi RUSH Steam Status Messages Guide
  • Hi-Fi RUSH How to Disable the Intro Video
©2023 SteamAH | Powered by SuperbThemes & WordPress