Last Updated on 4 April, 2024
Become Someone Cheats – Cheat Codes – Unlock each gallery, modify all the state variables (Money, int, str, end, dom, trust and more)
Contents
Become Someone Cheats – Cheat Codes – How to use cheats?
This is an HTML game, so like many other HTML games you just have to start playing and press F12. It may be a key other than F12 in browsers other than Chrome. If you use another browser and with F12 it does not work, consult the equivalences
Become Someone Cheats – Cheat Codes – Full List
These are all the console commands currently available in the game
State Variables
We leave you some examples so you can see how to modify state variables, feel free to try 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.p**n+=10 (** = or)
SugarCube.State.variables.mom.trust+=1
SugarCube.State.variables.sis.trust+=1
Unlock Gallery
We leave you some examples so you can see how to unlock galleries, feel free to try 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]
So just replace all the zeros with “1”. And replace the character’s name (abigail) with the character of your choice
You can use an alternative method to unlock the gallery if you want, but the previous one is easier:
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 may have already deduced, the money cheat is one of the State Variables cheats, you just have to find the line
SugarCube.State.variables.mc.money+=
The value on the right, after the “=” will be the value of your money in the game. So basically this cheat means infinite money, since you can change the value whenever you want.
We hope that you have liked these cheats and have made your experience in the Become Someone game much easier.
Money Code
Latest Money Code: Fv7ghR
Other walkthroughs and cheats
- Young Again
- Life Changing Choices
- Hypnosis
- Tyrant Quest
- Picture Perfect
- Aurelia
- Summers Gone
- Bloody Spell
- Hackers Restart
- Shut Up and Dance
- New Earth
- Idol Manager
- Witch Hunter Trainer
- Arizona
- Sinful Delicacies
- Flexible Survival
- My Bully is my Lover
- Life in Santa County
SugarCube.State.variables.law.police.str+=(enter amount needed to make 100 total with no parentheses)
SugarCube.State.variables.law.police.progress+=(same as str for case strength above)
Help! Can you please provide a link to a beginner lesson in how to use this info?
What are the exact steps to put in the cheats? Everything after hitting F12.
Money code: Fv7ghR
Object.keys(SugarCube.State.variables).forEach((key, i) => {
const shortCut = SugarCube.State.variables
if(shortCut[key].hasOwnProperty(‘gallery’)){
SugarCube.State.active.variables[key].gallery=[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
}
})