CosmoCortney Newbie cheater
Reputation: 0
Joined: 01 Apr 2015 Posts: 10 Location: under your bed
|
Posted: Tue Jul 12, 2016 11:56 am Post subject: |
|
|
| CosmoCortney wrote: | | First figure out where is the center of the level |
| zm0d wrote: | | How is this possible, without knowing the coords? |
For racing games it's mostly the start/finish line. Otherwise you can take a look at the minimap. You can assume being somewhat close to the center once your player's arrow appears in the middle of the map. You can also estimate where the center could be.
| Quote: | | Then move a bit forwards |
| zm0d wrote: | | Whats forward? I dont know if i'm moving forward or backwar or maybe sideward... Dont have a compass. So how do you determine if I'm moving forward, backward, etc.? |
By this I've meant the relative direction. Move the stick upwards to go fowards (or press W or the whatever key is bound to do so). Just ensure not to cross the center. Keep moving in an area where you are sure not crossing the center. Once you have moved your character by writing any custom value you can probe which coordinate you have found. if you teleport up- or downwards by adding 0x04 to the address you have determined the X and Y coordinates. If you teleport up- or downwards by subtracting 0x04 from the address you have determined the Y and Z coordinates.
|
|