Hey,

im trying to create a trainer for a game.

It should move one character to another.

(Game 2x opened.)

I already found the pointers (CE) with the values (float) for x and y coordinates.

Is there a way to change the values in one program depending the values in the other program?

Thought about something like

- reading both programs
- comparing them
- setting xy2 = xy1
- modifying memory in one of the programs

Goal: Play with one character, make the other "teleport" to your position all the time.
But first of all, what would be the easiest solution for comparing 2 adresses values out of 2 Programs?

Thank you <3