Cheat engine problem
So i have found all the addresses i need to create my trainer but i have one small problem(big problem)
When i write down all addresses and fix so i can click on a button and then the values will change and all that nice stuff.
BUT in cheat engine i can see the values are still working beacuse they are changing with the game but it doesn't work with the trainer because the addresses are changing
Help?
Are you using pointers or just raw memory addresses. Memory addresses are not persistent and refer to the value only in the current (running) instance and will be dofferent the next time you launch. A pointer is a reference to a specific memory block in relation to the program (rather than your entire system memory) which allows you to recall the values each time. I think this is your problem however I may have misterpreted your post.