| View previous topic :: View next topic |
| Author |
Message |
Newbienoobster Newbie cheater
Reputation: 0
Joined: 06 Dec 2021 Posts: 13
|
Posted: Mon Dec 06, 2021 5:46 pm Post subject: XYZ-Coordinates |
|
|
So I was able to find the X-Y-Z Coordinates (Base Addresses).
But when I change them, they are always changing them back to the initial value.
I want to make something like "teleport to waypoint" or stuf like that. How can i do this.?
| Description: |
|
| Filesize: |
12.49 KB |
| Viewed: |
2862 Time(s) |

|
|
|
| Back to top |
|
 |
Newbienoobster Newbie cheater
Reputation: 0
Joined: 06 Dec 2021 Posts: 13
|
Posted: Tue Dec 07, 2021 12:31 pm Post subject: |
|
|
| Ok, what I found out so far: Seems like the Base Address is Read-Only. Does this mean there is another or am I doing something wrong.?
|
|
| Back to top |
|
 |
Csimbi I post too much
Reputation: 97
Joined: 14 Jul 2007 Posts: 3330
|
Posted: Tue Dec 07, 2021 12:38 pm Post subject: |
|
|
| Correct, it means you have not found the right address.
|
|
| Back to top |
|
 |
Newbienoobster Newbie cheater
Reputation: 0
Joined: 06 Dec 2021 Posts: 13
|
Posted: Tue Dec 07, 2021 1:34 pm Post subject: |
|
|
| okay found it now. Thank you. Now one more Question: How can I copy the value from one address into another?
|
|
| Back to top |
|
 |
Csimbi I post too much
Reputation: 97
Joined: 14 Jul 2007 Posts: 3330
|
Posted: Tue Dec 07, 2021 1:50 pm Post subject: |
|
|
| Load it to a register and write it out from the register.
|
|
| Back to top |
|
 |
Newbienoobster Newbie cheater
Reputation: 0
Joined: 06 Dec 2021 Posts: 13
|
Posted: Tue Dec 07, 2021 1:54 pm Post subject: |
|
|
okay I don't understand a word :S
I tried it with
mov bh,[blabla.exe+5067A70]
but it says it is too big?
|
|
| Back to top |
|
 |
Csimbi I post too much
Reputation: 97
Joined: 14 Jul 2007 Posts: 3330
|
Posted: Tue Dec 07, 2021 2:05 pm Post subject: |
|
|
You need to learn about registers and data representation, I guess.
A float is 32 bits.
You can load that into a 32bit general register, the FPU or an XMM register.
Good luck!
|
|
| Back to top |
|
 |
Newbienoobster Newbie cheater
Reputation: 0
Joined: 06 Dec 2021 Posts: 13
|
Posted: Wed Dec 08, 2021 9:23 am Post subject: |
|
|
| oh okay, maybe in a few weaks i understand what you mean. thanks anyway. Can't really keep going with this^^
|
|
| Back to top |
|
 |
|