hollow2285 How do I cheat?
Reputation: 0
Joined: 15 Nov 2018 Posts: 1
|
Posted: Thu Nov 15, 2018 6:41 am Post subject: Can't find pointer [SOLVED] |
|
|
Hey. I tried changing attack speed in certain game. It is online game but this value is client-side for sure because when I scan it and change attack speed it works. But I can only do it in lobby because there is no way to change attack speed when I enter the dungeon. So in lobby I can find address for attack speed and change it. But when I enter dungeon it changes this address so it's useless. So I wanted to find pointer. I already have pointers for certain things in this game and it was easy to find them. But this one is really hard.
First I tried pointer scan but with no results. Then I tried "find out what writes to this address" and hex scanning for value found in more information. But that gave me 0 results. So even if it was multilevel pointer I can't find it. No matter which method I try it always gives me 0 results.
EDIT: Found a possible way to solve it. So in this game there are 2 values that always change. One is probably display only. And I found easily pointer to that address. And noticed that it's always the address I need + 14FC. So what I do is disassemble memory region and substract 14FC and that is my address for it. So my question is. Is it somehow possible to make it do automatically? Or is there some kind of trick to it?
EDIT 2: So I am dumb. I substracted offset from display value with 14FC and got offset for that real value
|
|