anyone have the code for cheats?
I don't. but I think how a lot of these games work is that they use the same engine and you can change the variables in game to cheat using the console in inspect element.
1. go to inspect element
2. go to console
3. find and select "create live expression"
4. enter in the expression "SugarCube.State.variables"
now it will try to guess what comes next so if you want money type .money after "SugarCube.State.variables"
you just have to specify how much if you want. for example if you want $5000 it should look like this SugarCube.State.variables.money=5000
other examples
SugarCube.State.variables.corruption=100
SugarCube.State.variables.energy=100
also note that setting some value equal(=) to a number sets it to that value until you change it. so what you could do instead is
SugarCube.State.variables.money=(+-)5000 i think that works or it is SugarCube.State.variables.money(+-)5000
i forget. there are a lot of variables you can change and it will list a lot of them for you. hope it helps