Become Someone Cheats – Cheat Codes

Become Someone Cheats. – Cheat codes – Unlock all galleries, modify all state variables (Money and int, str. end, trust, and more).

 

Cheat Codes for Become Someone – How to Use Cheats?

This HTML game is simple. To play it, you simply need to press F12. You may need to use F12 for other browsers than Chrome. You can check the Equivalences if F12 does not work in another browser.

 

Cheat Codes for Become Someone Cheats. Full List

These are the current console commands available in the game

State Variables

These are just a few examples of how to change state variables. Feel free to experiment with other variables.

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

Unlock Gallery

These are just a few examples of how to unlock galleries. Feel free to experiment with other galleries.

  • Starting values: SugarCube.State.active.variables.abigail.gallery=[ 0, 0, 0, 0, 0, 0, 0, 0 ]
  • Unlocked values: SugarCube.State.active.variables.abigail.gallery=[ 1, 1, 1, 1, 1, 1, 1, 1]

Simply replace the zeros by “1”. Replace the character’s name (“abigail”) with the character you choose

 

There are other ways to unlock the gallery, but this one is simpler.

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
})
}
})

Money Cheat

As you might have guessed, the money cheat is one State Variables scam. You just need to find the line

SugarCube.State.variables.mc.money+=

The value shown on the right after the “=” is your money in the game. This cheat basically means unlimited money. You can change it whenever you like.

 

These cheats were a great help in making the Become Someone experience much more enjoyable.