- Mar 18, 2017
- 9
- 140
This works as of November 17th, 2017...
[Summary (look down if you don't know how to use this information)]
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]
[Other]
[Summary (look down if you don't know how to use this information)]
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]
- Type the object name 'SugarCube.State.active.variable' into the console and press enter.
- You should see one line, press the arrow on the side to see all of it.
- 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.
- (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.
- Once you find that variable then add an equal at the end with the number or name(in quotes) and press enter.
You don't have permission to view the spoiler content.
Log in or register now.
You don't have permission to view the spoiler content.
Log in or register now.
[Other]
You don't have permission to view the spoiler content.
Log in or register now.
You don't have permission to view the spoiler content.
Log in or register now.
You don't have permission to view the spoiler content.
Log in or register now.
You don't have permission to view the spoiler content.
Log in or register now.
Last edited: