| View previous topic :: View next topic |
| Author |
Message |
vodas3 How do I cheat?
Reputation: 0
Joined: 05 May 2016 Posts: 5
|
Posted: Thu May 05, 2016 2:26 pm Post subject: pointer doesn't exit? |
|
|
after while i get to addresse witch :"The value of the pointer needed to find this address is Probably : "xxxxxx" "
and i used value "xxxxxx" to finde the pointer, it didn't work.
what does it mean?
thx for any help and sorry for my english
Last edited by vodas3 on Fri May 06, 2016 2:24 am; edited 2 times in total |
|
| Back to top |
|
 |
Rissorr Master Cheater
Reputation: 3
Joined: 17 Sep 2013 Posts: 273 Location: Israel!
|
Posted: Thu May 05, 2016 2:58 pm Post subject: |
|
|
You need to scan for: 4Bytes HEX
And the value should be: "xxxxxx"
|
|
| Back to top |
|
 |
vodas3 How do I cheat?
Reputation: 0
Joined: 05 May 2016 Posts: 5
|
Posted: Fri May 06, 2016 2:12 am Post subject: |
|
|
I did I did for like : 20 address but one just cant be finde can post image if it help.
PS: I did cheat engine turorial so I think I know basics.
|
|
| Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25808 Location: The netherlands
|
Posted: Fri May 06, 2016 3:03 am Post subject: |
|
|
it's a guess. perhaps the register containing the base has had a calculation done on it beforehand. (e. g add eax, 40)
in that case find the address without the calculation.
(and if that fails try the pointerscan and speed it up by entering the offsets you know about)
_________________
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 |
|
 |
vodas3 How do I cheat?
Reputation: 0
Joined: 05 May 2016 Posts: 5
|
Posted: Fri May 06, 2016 5:22 am Post subject: |
|
|
i made some screenshots:
| Description: |
| here u can see what was I doing |
|
| Filesize: |
67.37 KB |
| Viewed: |
6098 Time(s) |

|
|
|
| Back to top |
|
 |
ParkourPenguin I post too much
Reputation: 152
Joined: 06 Jul 2014 Posts: 4706
|
Posted: Fri May 06, 2016 6:39 am Post subject: |
|
|
You're searching for a value 5 bytes long using the 4 byte value type. See the problem here?
32-bit processes and 64-bit processes are significantly different. One of the differences is that in a 64-bit process, you have a 64-bit virtual address space (more or less). Thus, when working with pointers, you'll need to use the 8 byte value type instead.
_________________
I don't know where I'm going, but I'll figure it out when I get there. |
|
| Back to top |
|
 |
vodas3 How do I cheat?
Reputation: 0
Joined: 05 May 2016 Posts: 5
|
Posted: Fri May 06, 2016 9:30 am Post subject: i |
|
|
it dont makes different cheatengine will finde last max bytes it can so this may have just more values not less!
now i need do this whole job agains so not going to make another screenshot
any another ideas?
|
|
| Back to top |
|
 |
++METHOS I post too much
Reputation: 92
Joined: 29 Oct 2010 Posts: 4197
|
Posted: Fri May 06, 2016 10:17 am Post subject: Re: i |
|
|
| vodas3 wrote: | | any another ideas? | -Use injection. If you don't know how, use the pointer scanner while learning how.
|
|
| Back to top |
|
 |
vodas3 How do I cheat?
Reputation: 0
Joined: 05 May 2016 Posts: 5
|
Posted: Sun May 08, 2016 2:50 am Post subject: |
|
|
thank you i did it
but can u please explain me what is offset. waht exacty iit means?
|
|
| Back to top |
|
 |
|