any cheat,dont wont go from start
If you practice a little you can learn how to cheat every HTML game.
I wish I knew who had originally written this to give them credit, but I just save what they commented a couple years back.
"In general regardless of the browser you press f12 to access the Developer Tools. Then find a tab called Console. This is where you will manipulate the variables.
Object Name: SugarCube.State.active.variables
How to find variables and manipulate them for people who don't know how to
1. Type the object name 'SugarCube.State.active.variable' into the console and press enter.
2. You should see one line (in Chrome), press the arrow on the side to see all of it.
3. a) Find the variable you are looking for by expanding objects(contains multiple information inside). Example would be like a player object where coins, hp may be stored in.
b (just very simple hacks...)) You can also navigate by using the autocomplete feature as it shows all the possibilities from what you have typed. You can use the up and down arrow to highlight it and press enter to select it. Then if you suspect it's an object you can add a dot to see the information inside that object. You can repeat till you find the information you need.
4. Once you find that variable then add an equal at the end with the number or name(in quotes) and press enter."