Hi so i've created my very own cheat table for the game Grounded - Steam and it currently only has one option infinite items so item value will freeze and when you drop the item it will not drop obviously you will need at least two of the item for it to work however i've seen that when picking up an item it will freeze the game until I turn the script off here is the code for it and I am also kind of a noob to cheat engine coding and stuff just know little basics
You should use breakpoints for unexpected results like these. I've found out that the "mov" function is required to place a 0 for the second address which goes through it.
This code is what works for me for picking/dropping stuff.
Also you might see I've placed a "?" near the end of aobscanmodule. The call function probably had the address it calls changed, so I had to make that an unknown number (wouldn't find it otherwise). However that is mostly not an issue if you're making it for yourself only.
You should use breakpoints for unexpected results like these. I've found out that the "mov" function is required to place a 0 for the second address which goes through it.
This code is what works for me for picking/dropping stuff.
Also you might see I've placed a "?" near the end of aobscanmodule. The call function probably had the address it calls changed, so I had to make that an unknown number (wouldn't find it otherwise). However that is mostly not an issue if you're making it for yourself only.