| View previous topic :: View next topic |
| Author |
Message |
iampwnage121 Newbie cheater
Reputation: 0
Joined: 19 Mar 2013 Posts: 23 Location: "Downtown"
|
Posted: Tue Jun 25, 2013 6:45 am Post subject: Position hack |
|
|
I found the X, Y, and Z value for my player relative to the map. Is there any way I could compress it into one so I could change all three at the same time without getting into the array of bytes as float values are difficult...
_________________
]})I({[ for an ]})I({[ |
|
| Back to top |
|
 |
sp4rx Advanced Cheater
Reputation: 0
Joined: 19 Feb 2013 Posts: 64 Location: India
|
Posted: Tue Jun 25, 2013 7:29 am Post subject: |
|
|
I think You cant compress these 3 values into 1. But you can do code injection for changing them at the same time.
_________________
|
|
| Back to top |
|
 |
++METHOS I post too much
Reputation: 92
Joined: 29 Oct 2010 Posts: 4197
|
Posted: Tue Jun 25, 2013 3:11 pm Post subject: |
|
|
| Not sure I understand you. What are you trying to do? You can assign the same hot key, to change all three values at the same time, for example, and set up as many hot keys as you like to teleport to important teleport spots all over the map.
|
|
| Back to top |
|
 |
grasmanek94 Master Cheater
Reputation: 0
Joined: 03 Jun 2008 Posts: 283 Location: The Netherlands
|
Posted: Tue Jun 25, 2013 8:58 pm Post subject: |
|
|
| if you want to make one value you can, just get the lowest address and change it to "array of bytes", make sure it's size is 12 (one float value = 4 bytes, XYZ = 3 values * 4 = 12 bytes).
|
|
| Back to top |
|
 |
iampwnage121 Newbie cheater
Reputation: 0
Joined: 19 Mar 2013 Posts: 23 Location: "Downtown"
|
Posted: Tue Jun 25, 2013 11:04 pm Post subject: |
|
|
I know I can do that if I set it to array of bytes. But I want to know how to make it convert from an array to float automatically. Basically I want to be able to type in coordinates like this 14,32,18 [Enter] Rather then having to convert each one to an array.
_________________
]})I({[ for an ]})I({[ |
|
| Back to top |
|
 |
++METHOS I post too much
Reputation: 92
Joined: 29 Oct 2010 Posts: 4197
|
Posted: Tue Jun 25, 2013 11:12 pm Post subject: |
|
|
| What are you using the hex for? You say you want to type in coordinates and hit enter...for what? Where?
|
|
| Back to top |
|
 |
iampwnage121 Newbie cheater
Reputation: 0
Joined: 19 Mar 2013 Posts: 23 Location: "Downtown"
|
Posted: Tue Jun 25, 2013 11:41 pm Post subject: |
|
|
Coordinates for my players location relative to the map, Never mind I am just going with setting hot keys and array of bytes, However when I die the location of my players coordinate changes, Is there any way to make the hot keys I set transfer over to the new address location?
_________________
]})I({[ for an ]})I({[ |
|
| Back to top |
|
 |
++METHOS I post too much
Reputation: 92
Joined: 29 Oct 2010 Posts: 4197
|
Posted: Wed Jun 26, 2013 12:04 am Post subject: |
|
|
Again, why are you using array of bytes? If you explain to me what you want to do, maybe I can help. If you tell me never mind, I can not help.
If you die, and the addresses that hold your hero coordinates change every time, forcing you to have to find them again, this problem can be solved by using the pointer scanner feature.
|
|
| Back to top |
|
 |
iampwnage121 Newbie cheater
Reputation: 0
Joined: 19 Mar 2013 Posts: 23 Location: "Downtown"
|
Posted: Wed Jun 26, 2013 12:26 am Post subject: |
|
|
I simply want to set up some hotkeys for my players location. Thus gaining a quick teleport to locations on the map, I have the three locations for my players position in separate float values. Before I wanted to be able to change them all at once but now I realize it would be easier to set hotkeys for them VIA array of bytes. I have tried finding the pointerscan but there are just way to many possibility's, Finding it is relatively easy so i`m good there. I got all the locations I want in array of bytes, Now I just need a way to set up hotkeys for it. I could do the normal way, But I don`t want to enter them all again every time I die because there are over 20 of them and depending on the game mode you can die quite fast.
_________________
]})I({[ for an ]})I({[ |
|
| Back to top |
|
 |
++METHOS I post too much
Reputation: 92
Joined: 29 Oct 2010 Posts: 4197
|
Posted: Wed Jun 26, 2013 12:32 am Post subject: |
|
|
Forget about array of bytes. You do not need them. When you search for your player coordinates, are you searching for a floating type value? If so, they will be added to your cheat table as such. If not, simply change the value type in your cheat table so that the coordinate addresses are float. Then, right-click on the x address, and assign a hotkey to set the value to whatever you want, using hotkey #1. Do the same for y and z coordinate. Once you have done that, you have your first teleport cheat, using hotkey #1. Now, set up your other two locations, similarly, using a different hotkey for each location. Once you have the pointers and everything is set, you will never have to search for anything or type in anything again - other than your 3 hotkeys for the 3 teleport spots that you assign.
If you have any questions, just ask. If I misunderstood something, or there is something that I am not aware of, please tell me.
EDIT:
regarding the pointer scanner, yes, there will be a lot of results at first...which is why you have to rescan and rescan. Eventually, you will narrow your results to several, reliable pointers. You can start small, so that it is faster and you have less results, by setting your max level to 1, 2 or 3...etc., and working your way up, if need be.
|
|
| Back to top |
|
 |
iampwnage121 Newbie cheater
Reputation: 0
Joined: 19 Mar 2013 Posts: 23 Location: "Downtown"
|
Posted: Wed Jun 26, 2013 12:58 am Post subject: |
|
|
So my only option is to pointer scan, There is no way to change the address of an existing hot key table? The three Float values are right next to each other. Which is why I set it to arrays and selected the twelve. I was going to do pointer scans but it took over 15 minutes to find so I just ended it. I heard somewhere that the pointer might be relative to the player slot so joining another server might force you to find another one, The max player limit is 30...
_________________
]})I({[ for an ]})I({[ |
|
| Back to top |
|
 |
++METHOS I post too much
Reputation: 92
Joined: 29 Oct 2010 Posts: 4197
|
Posted: Wed Jun 26, 2013 1:22 am Post subject: |
|
|
I wasn't aware that you were referring to an online game. I do not know what you are working with, either, so I can only guess. I can not give you any definitive answers.
What are the AOB for? For example, are they the values at a spawning location, or something? How did you find them? Are you finding them over and over again, or do you already have them? There is so much that I do not know.
The pointer scanner may or may not work, since it is an online game. You will only know if you try. If you are forced to search for your coordinates each and every time, I would write a script with AOB that will find the coordinates for you - at an instruction that accesses your base coordinate. Doing so, would allow you to create as many teleport spots as you wanted. If you already have a script that does that, I can help you with assigning hotkeys for different values etc.
|
|
| Back to top |
|
 |
iampwnage121 Newbie cheater
Reputation: 0
Joined: 19 Mar 2013 Posts: 23 Location: "Downtown"
|
Posted: Wed Jun 26, 2013 2:06 am Post subject: |
|
|
The AOB value is for my characters actual position, I just follow what the OPcode that writes to it is doing to find it.
_________________
]})I({[ for an ]})I({[ |
|
| Back to top |
|
 |
++METHOS I post too much
Reputation: 92
Joined: 29 Oct 2010 Posts: 4197
|
Posted: Wed Jun 26, 2013 2:11 am Post subject: |
|
|
| Okay, so you have the AOB of the instruction that writes to your coordinate address? If so, you can easily write a script that will assign whatever values you want...using hotkeys. Do you have a script, already? ...or only the AOB for finding the instruction?
|
|
| Back to top |
|
 |
iampwnage121 Newbie cheater
Reputation: 0
Joined: 19 Mar 2013 Posts: 23 Location: "Downtown"
|
Posted: Wed Jun 26, 2013 2:57 am Post subject: |
|
|
Nope, No script. I`d like to know how to make one though.
_________________
]})I({[ for an ]})I({[
Last edited by iampwnage121 on Wed Jun 26, 2013 4:09 am; edited 1 time in total |
|
| Back to top |
|
 |
|