| View previous topic :: View next topic |
| Author |
Message |
miska Newbie cheater
Reputation: 0
Joined: 05 Feb 2012 Posts: 11
|
Posted: Sun Feb 05, 2012 9:29 am Post subject: can't find address |
|
|
hello i can't find address of hp? i dont know what to do
what i am doing wrong?
|
|
| Back to top |
|
 |
Dark Byte Site Admin
Reputation: 471
Joined: 09 May 2003 Posts: 25814 Location: The netherlands
|
Posted: Sun Feb 05, 2012 9:35 am Post subject: |
|
|
You're not doing the scan on the correct computer. Your computer doesn't store the health
_________________
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 |
|
 |
miska Newbie cheater
Reputation: 0
Joined: 05 Feb 2012 Posts: 11
|
Posted: Sun Feb 05, 2012 11:49 am Post subject: |
|
|
| so what should i do? scan on other computer? or in this game i can't get health address?
|
|
| Back to top |
|
 |
Corruptor Advanced Cheater
Reputation: 3
Joined: 10 Aug 2011 Posts: 82
|
Posted: Sun Feb 05, 2012 3:08 pm Post subject: |
|
|
googling "that game", i found out that it is an mmorpg, and as sutch, its server-sided. that means, that all the important datas, sutch as your health, are stored on a server, not on your computer. So, "You're not doing the scan on the correct computer. Your computer doesn't store the health" is mostlikely meant to be an ironic way of saying this.
As for "o what should i do? scan on other computer?", the "computer" you would have to scan is the oficiall game server. That means: there is no way to cheat in this game.
As for other games or if wikipedia betraid me and this is not an only game, the value might not be stored in an DWORD. You may try to use the "All (Byte to double)" option as value typ and increased/decreased value as scan type. Again, if this is an mmorpg, you might find the value that holds the shown health value, but changing it will not change your health at all.
|
|
| Back to top |
|
 |
apocalypticx Expert Cheater
Reputation: 4
Joined: 19 Jul 2009 Posts: 126 Location: UK
|
Posted: Sun Feb 05, 2012 3:34 pm Post subject: |
|
|
The server will hold all your important data what is on your machine is merely visual display only, if you change something it will most likely revert back to its original value.
Do a google search for 'that game bot' and use any of the top links that comes up.Set it up leave your computer on, come back lots of new shinies to sell keep etc.
|
|
| Back to top |
|
 |
miska Newbie cheater
Reputation: 0
Joined: 05 Feb 2012 Posts: 11
|
Posted: Mon Feb 06, 2012 5:13 am Post subject: |
|
|
| I want write my own bot. i don't want change this. i need only read this value. rest will do my program
|
|
| Back to top |
|
 |
ta_trainer Advanced Cheater
Reputation: 0
Joined: 24 Dec 2006 Posts: 76
|
Posted: Mon Feb 06, 2012 6:15 am Post subject: |
|
|
I agree that it is server based but at the same time a copy must reside on ur PC somewere in memory, otherwise, how did u get the health value on the screen!
have you tried searching for "float" instead of "4 bytes int"?
or it could be hashed somehow so it is not directly matching the value on the screen.
try searching for unknown value then use
has increaded
has decreased
has changed
has not changed ...etc
I once was search for a value in memory and it was badded by 16
so 1 was 17
w 2 was 18 ...etc
good luck
|
|
| Back to top |
|
 |
miska Newbie cheater
Reputation: 0
Joined: 05 Feb 2012 Posts: 11
|
Posted: Tue Feb 07, 2012 7:30 am Post subject: |
|
|
| ta_trainer wrote: | I agree that it is server based but at the same time a copy must reside on ur PC somewere in memory, otherwise, how did u get the health value on the screen!
have you tried searching for "float" instead of "4 bytes int"?
or it could be hashed somehow so it is not directly matching the value on the screen.
try searching for unknown value then use
has increaded
has decreased
has changed
has not changed ...etc
I once was search for a value in memory and it was badded by 16
so 1 was 17
w 2 was 18 ...etc
good luck |
thx i found it
i have adress but it's strange because
whe i have 50hp in game in memory it's 33 value
when 40hp in memory it's 26
when 37hp in memory 24
when 35hp in memory 23
when 28hp in memory 18
when 58hp in memory 38
when 65hp in memory 43
i can't find dependence please help
|
|
| Back to top |
|
 |
ta_trainer Advanced Cheater
Reputation: 0
Joined: 24 Dec 2006 Posts: 76
|
Posted: Tue Feb 07, 2012 8:00 am Post subject: |
|
|
The numbers to the left are in Dec, the ones to the right are Hex
example:
35dec = 23hex
50dec = 32hex
use windows calc to verify
|
|
| Back to top |
|
 |
Dark Byte Site Admin
Reputation: 471
Joined: 09 May 2003 Posts: 25814 Location: The netherlands
|
Posted: Tue Feb 07, 2012 8:45 am Post subject: |
|
|
doesn't look like hex
But tell us the address and the 3 bytes in front and the 4 bytes after. Perhaps it's not a 1 byte value but actually a floating point (or a string)
_________________
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 |
|
 |
miska Newbie cheater
Reputation: 0
Joined: 05 Feb 2012 Posts: 11
|
Posted: Tue Feb 07, 2012 12:05 pm Post subject: |
|
|
ahh i found the dependence
hp*(2/3)=value ;D
thanks everyone for help
|
|
| Back to top |
|
 |
miska Newbie cheater
Reputation: 0
Joined: 05 Feb 2012 Posts: 11
|
Posted: Sat Feb 11, 2012 3:46 am Post subject: |
|
|
ok, now i have problem with mana
value in memory | mana in game
247 | 117
241 | 115
243 | 113
237 | 111
239 | 109
233 | 107
235 | 105
215 | 85
help?
|
|
| Back to top |
|
 |
Dark Byte Site Admin
Reputation: 471
Joined: 09 May 2003 Posts: 25814 Location: The netherlands
|
Posted: Sat Feb 11, 2012 11:00 am Post subject: |
|
|
Post a screenshot of the address in memoryview with one row up (so address-16)
_________________
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 |
|
 |
miska Newbie cheater
Reputation: 0
Joined: 05 Feb 2012 Posts: 11
|
Posted: Sun Feb 12, 2012 4:58 am Post subject: |
|
|
i don't know exactly what to do, i have this:
| Description: |
|
| Filesize: |
179.25 KB |
| Viewed: |
17947 Time(s) |

|
|
|
| Back to top |
|
 |
Dark Byte Site Admin
Reputation: 471
Joined: 09 May 2003 Posts: 25814 Location: The netherlands
|
Posted: Sun Feb 12, 2012 11:34 am Post subject: |
|
|
I actually meant a screenshot at 007abfd0 to show the bytes in front as well
anyhow, what does value 225 represent in the game ?
Also, seeing the address is in static memory, try finding what writes to it. The code might give a clue on how it's actually stored
_________________
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 |
|
 |
|