View previous topic :: View next topic |
Author |
Message |
xploiitz How do I cheat?
Reputation: 0
Joined: 23 May 2012 Posts: 2
|
Posted: Thu May 24, 2012 12:46 am Post subject: A little bit of help? |
|
|
I've been creeping here for a while, and i've read as many tutorials as i possibly can before posting, and I am still getting stuck, I feel as if I'm almost there but not quite!
Anyway, so I've managed to find the address that controls the Z(up/down) coordinates(float) for my player in this game called Gore: Ultimate Soldier (old game) its been the same address just about every time I open Gore wouldn't that mean it should be Green in list when searching for it in memory?
Anyway I found the address and tried to see what writes to this address and got the following information for the "pointer" however when I go to search for this very pointer in memory its no where to be found? what am i doing wrong?
I did take note and saw that XYZ coordinates are all just a couple bytes away from each other..
can anyone help me understand why searching for it results in nothing?
(i realize in the screen shot I searched 08430378 float instead of hex 4 byte, I tried doing that and still nothing)
I had another question relating to this, but it escaped my mind...
Code: | http://imageshack.us/photo/my-images/19/helpme1.jpg/ |
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25784 Location: The netherlands
|
Posted: Thu May 24, 2012 3:14 pm Post subject: |
|
|
Are you sure you scanned that value as 4 byte hexadecimal ? (perhaps you forgot to tick hex?)
anyhow, if nothing is found, try looking in the assemblercode, see if you can find out how the specific register get's it's value
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
Back to top |
|
 |
xploiitz How do I cheat?
Reputation: 0
Joined: 23 May 2012 Posts: 2
|
Posted: Thu May 24, 2012 3:38 pm Post subject: |
|
|
Believe me when I say that I tried many many many times before I even registered and posted here... I'm not home right now but I will take another look.
Another thing I noticed is that those values were constant for my own server but if I joined some one else's server it was different and would change everytime I respawned.
*edit
So I just confirmed for sure that it changes every time you die... it does however stay in the 0843xxxx range.
After some more tinkering I noticed a little pattern: I will always find Up/Down first because its the easiest to find so for example, the last time I found UpDown the Value was 08430378, LeftRight and ForwardBackward were always near by the same distance away each time
so...
updown was 08430378
ForwardBackward was 08430374
and LeftRight was 08430370
they are always the same distance from each other each time I find it again after a new map or respawn. So It seems like each player gets a playerID that is unique and gets a new one after each spawn.
How do I go about next to find the list of player positions without having to find XYZ each and every single time?
Thank you!
|
|
Back to top |
|
 |
|