Relentless1 wrote: ↑Tue Jul 30, 2019 8:49 pm
It does not work. Neither on Steam nor Windows store, not sure that matters... the binary should be the same.
squall0833 wrote: ↑Mon Jul 29, 2019 5:00 pm
Relentless1 wrote: ↑Sun Jul 28, 2019 9:11 am
Do we have a table for v1.3.13.0 ?
Also, notice I am using the Windows store version.
it may / maynot work 1.3.13.0, if anyone here tested on this version, let me know if it still works
and it's not working for Windows Store, only for Steam version, sorry, cos i don't have windows store copy
hmmm, 1.3.13.0 all cheats still work for me though
and of cos you can access the script from the .CT
as for massive resources/ins canister/oxygen.
you can start with searching oxygen value which is 277200 max
and look for the function that writes to it, it also writes to many other values including stacks of resources you harvest and canister
oxygen = 277200
harvested resources = 138600 (it creates new address for next stack resource u harvest when reached 138600 full)
instant canister = 138600 (works same way as resources, new address created when current canister is filled and go to next empty canister)
the whole script basically just comparing out all the address thats not what we want, diverts them to the original code and keep the right ones then cheat it.
those offsets and registers are used to compare, i got them from opcode windows "more information" and "dissect data/structure"
to look for possibly static value that can be used to identify the right address we are trying to cheat
If you have found the function that can make my script works, but it just worked for the oxygen, that means the script has diverted the resource and canister address to the original code (no cheat), but only oxygen successfully hacked, so you need to find the right register/off set+ value that i used to compare to fix massive resource/canister
I'm not expert in CE so the way I write the script might be very messy and complicate