Hi, so I learn already how to make offset and read the memory if this is my player or my enemy.
So I wanna make a teleport script that teleport me to my enemy position.
So I can easily make a script that search a model ID, do a offset to find my player (1 results), edit x, y, z position easily.
Now I wanna make gg script that search a model ID, get my player model position (later use).
Then it will go to my enemy model and get the position, do the same thing to my other enemy.
Once it got all my enemy position, then it will create a button in gg.choice
Something like this
SCRIPT
Your player position is:
X: 32.5 Y: 50 Z: 20.5
----------------------------
Enemy 1 (Pos X: 75.32 Y: 50 Z: 32.5)
Enemy 2 (Pos X: 54.35 Y: 30 Z: 21.1)
Enemy 3 (Pos X: 71.49 Y: 50 Z: 67.7)
So ill click Enemy 2 since his position is almost near like mine.
Then GG Script will edit my player x y z, the same value like the enemy 2.
Then I successfully teleported myself to the enemy.
sry for my English.