A complete list of all cheat codes in Become Someone and how to use them.
Become Someone: Cheat Codes
Note: These cheats only work on the browser (PC) version. Mobile devices don’t support developer tools.
How to Use Cheats
- Open the game in Chrome (or any browser)
- Press F12 to open developer tools (other browsers may use a different key)
- Switch to the Console tab
- Paste any cheat code below and press Enter
- Switch locations or menus to see the changes take effect

If you’d like a video tutorial: https://become-someone.com/howtousecode
Money
SugarCube.State.variables.mc.money = 999999Stats
SugarCube.State.variables.mc.int = 999
SugarCube.State.variables.mc.str = 999
SugarCube.State.variables.mc.end = 999
SugarCube.State.variables.mc.dom = 999
SugarCube.State.variables.mc.porn = 999
SugarCube.State.variables.mc.charisma = 999Girl Trust
SugarCube.State.variables.[GirlName].trust = 999Make Girlfriend / Slave
SugarCube.State.variables.[GirlName].gf = 1
SugarCube.State.variables.[GirlName].slave = 1Traits
SugarCube.State.variables.mc.traits = ['rich', 'charismatic', 'good in school', 'smart', 'strong', 'quick']Change Day
SugarCube.State.variables.day = 1Gifts
SugarCube.State.variables.giftsRep.[GiftName] = 999Single Girl
SugarCube.State.active.variables.[GirlName].gallery = [1, 1, 1, 1, 1, 1, 1, 1]Replace [GirlName] with the character’s name (e.g. abigail). Match the number of 1s to however many 0s were originally in the array.
All Girls (Recommended)
Object.keys(SugarCube.State.variables).forEach((key) => {
if (SugarCube.State.variables[key].hasOwnProperty('gallery')) {
SugarCube.State.variables[key].gallery.forEach((val, n) => {
SugarCube.State.variables[key].gallery[n] = 1
})
}
})You may see an error in the console – ignore it, the gallery will still unlock.
Other Variables
You can also modify appearance, name, and other values:
SugarCube.State.variables.mc.[Value]Use the Down Arrow key to browse available values, then press Tab to select and edit one.