Search found 3 matches

by JK89526
Thu May 25, 2023 8:46 pm
Forum: Cheat Engine
Topic: Urgently need help!
Replies: 7
Views: 1432

Re: Urgently need help!

Thanks everyone, I solved my problem! :)
by JK89526
Wed May 24, 2023 5:40 pm
Forum: Cheat Engine
Topic: Urgently need help!
Replies: 7
Views: 1432

Re: Urgently need help!

I am writing a cheat trainer in the C++ programming language. You apparently do not quite understand me. This will indeed be correct: 1000A3284 + 25C = 1000A34E0. In theory, I should sum the offsets with the base address, as I wrote above (base2 = base + 1 offset; base3 = base2 + 2 offset;.....and s...
by JK89526
Tue May 23, 2023 7:03 pm
Forum: Cheat Engine
Topic: Urgently need help!
Replies: 7
Views: 1432

Urgently need help!

I'm making a cheat trainer and I've run into this kind of problem. Does anyone know how to solve it? Problem: I'm trying to get the address of a specific function; I have offsets and I'm trying to get the right address, but it gives out a completely wrong address in the program (that is, my cheat tr...