Would it be possible to avoid searching values and setting them (i explained, what I need bellow) in cheat engine? I know you can find pointers of adreses and create trainer, but the problem is that the apps, I use cheat engine on, get updated a lot by my companies, and the pointers change every time. Meaning, I would have to create new trainers multiple times a week. Basically almost every day..
I would like to automate this, since, what I need, is quite easy:
1) open cheat engine and select application by name (example.exe)
2) Find float values that are equel to 100.0
3) wait for 2 seconds (so I can change stuff in app)
4) find float values that have changed to 200.0
5) wait 2 seconds (so I can change stuff in app)
6) find float values that now have changed to 300.0
7) at this point there will only be 3 values found. So I need to select the last one and freeze it to 500.0, so even if the app changes it back to 300.0, it gets set to 500.0 again.
As you can see, it's super annoying to do this manually, and I don't want to create like 3 trainers almost every day. Just to use them like 3x that day.
So my question is, would it be possible to automate this?
I'm not asking for complete code, but some detailed info with links would be highly appreciated, as I have used cheat engine a lot, and I know a lot about programing, I have 0 experience and knowledge about cheat engine scripting.