| View previous topic :: View next topic |
| Author |
Message |
blake How do I cheat?
Reputation: 0
Joined: 08 Mar 2008 Posts: 7
|
Posted: Mon Mar 10, 2008 11:41 am Post subject: Hey! I need some help with Tutorial Step 8 |
|
|
Hey everyone, I'm new to Cheat Engine but I'm really taking a likeing to this stuff.. Anyways, heres my problem...
I find what writes to the first address, add it as a pointer, and all goes well. Then, I take the address of the pointer, do a hex search, and then add that address to the pointer list. But, when I hex search for the 2nd pointer address, it always returns 0 results.. I can "change pointer" as much as I want, I always get 0 results on the 2nd pointer address.. What am I doing wrong? Thanks!!
Does no one understand my question? |
|
| Back to top |
|
 |
Labyrnth Moderator
Reputation: 10
Joined: 28 Nov 2006 Posts: 6301
|
Posted: Mon Mar 10, 2008 6:01 pm Post subject: |
|
|
| There are guides in the tutorial section on this |
|
| Back to top |
|
 |
24653187 Expert Cheater
Reputation: 0
Joined: 19 Aug 2007 Posts: 214 Location: 218.255.97.194/61.18.170.???
|
|
| Back to top |
|
 |
buzzah Grandmaster Cheater
Reputation: 0
Joined: 21 Nov 2007 Posts: 787 Location: MSN
|
Posted: Tue Mar 11, 2008 3:03 am Post subject: |
|
|
I would go over the tutorial until you get it for sure and you understand what you are doing.
If in doubt use the Cheat Engine Tutorial Guide.
Otherwise just look over and search the Cheat Engine Tutorials Section. _________________
PM me if you want an AQ/MQ/DF upgrade card! |
|
| Back to top |
|
 |
Dark Byte Site Admin
Reputation: 473
Joined: 09 May 2003 Posts: 25907 Location: The netherlands
|
Posted: Tue Mar 11, 2008 7:45 am Post subject: Re: Hey! I need some help with Tutorial Step 8 |
|
|
| 24653187 wrote: | | blake wrote: | | Does no one understand my question? |
ya!
jk
you choose read, not write after first pointer! |
better choose access instead of read _________________
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 |
|
 |
24653187 Expert Cheater
Reputation: 0
Joined: 19 Aug 2007 Posts: 214 Location: 218.255.97.194/61.18.170.???
|
|
| Back to top |
|
 |
blake How do I cheat?
Reputation: 0
Joined: 08 Mar 2008 Posts: 7
|
Posted: Tue Mar 11, 2008 2:16 pm Post subject: |
|
|
I could be missing something, but I couldn't find a step-by-step on tutorial 8. All the ones I found skip steps and go directly to the base pointer. I need some help on finding each address until I reach the base pointer.
Right now, I can find the pointer address of the 1st pointer, but after that, I run into mov eax,[eax]. I know offset of first pointer is 18, offset of mov eax,[eax] is 0, but the address it gives me is the value of the address that I'm currently 'trying to find what address access this'. So it's not giving me a new address to hex search for. I tried changing it to 'Memory Access Exceptions' but that address is already added also. |
|
| Back to top |
|
 |
24653187 Expert Cheater
Reputation: 0
Joined: 19 Aug 2007 Posts: 214 Location: 218.255.97.194/61.18.170.???
|
Posted: Tue Mar 11, 2008 2:27 pm Post subject: |
|
|
| blake wrote: | I could be missing something, but I couldn't find a step-by-step on tutorial 8. All the ones I found skip steps and go directly to the base pointer. I need some help on finding each address until I reach the base pointer.
Right now, I can find the pointer address of the 1st pointer, but after that, I run into mov eax,[eax]. I know offset of first pointer is 18, offset of mov eax,[eax] is 0, but the address it gives me is the value of the address that I'm currently 'trying to find what address access this'. So it's not giving me a new address to hex search for. I tried changing it to 'Memory Access Exceptions' but that address is already added also. |
why do you need help on finding each? that doesn't make sense...
btw, try all things it have... there should be 6 in total, so try them. _________________
newbies post these threads:
1. all capital letters
2. lots of exclamation marks
and these posts:
1. no punctuation marks
2. not enough information
3. post on wrong forum
and these attitudes:
1. unformal words
2. say "thanks" in 90% post
3. angry when got pissed |
|
| Back to top |
|
 |
blake How do I cheat?
Reputation: 0
Joined: 08 Mar 2008 Posts: 7
|
Posted: Tue Mar 11, 2008 2:45 pm Post subject: |
|
|
| I don't know.. maybe just to understand it so if I run into multi-level pointers in games, I'll know what to do. |
|
| Back to top |
|
 |
24653187 Expert Cheater
Reputation: 0
Joined: 19 Aug 2007 Posts: 214 Location: 218.255.97.194/61.18.170.???
|
Posted: Wed Mar 12, 2008 2:30 am Post subject: |
|
|
| blake wrote: | | I don't know.. maybe just to understand it so if I run into multi-level pointers in games, I'll know what to do. |
impossible. those game creators probably won't do that.
technically, they use the same pointer for the related kind of data, e.g money,hp,ap will have the same pointer if the game creator has no sense _________________
newbies post these threads:
1. all capital letters
2. lots of exclamation marks
and these posts:
1. no punctuation marks
2. not enough information
3. post on wrong forum
and these attitudes:
1. unformal words
2. say "thanks" in 90% post
3. angry when got pissed |
|
| Back to top |
|
 |
Labyrnth Moderator
Reputation: 10
Joined: 28 Nov 2006 Posts: 6301
|
Posted: Wed Mar 12, 2008 7:03 pm Post subject: |
|
|
| 24653187 wrote: |
we don't need links, we need information in the post you posted.
and I don't think newbies would read long post...
|
The links are locations to the information.
If they are too lazy to read a long post then they cant learn how to use the tool much less learn to do anything.
| 24653187 wrote: |
impossible. those game creators probably won't do that.
technically, they use the same pointer for the related kind of data, e.g money,hp,ap will have the same pointer if the game creator has no sense |
Are you nuts, allot of games do have code that has multilevel pointers.
| blake wrote: | I need some help on finding each address until I reach the base pointer.
|
You use the same method you did to find the first pointer.
Then you find what write,access's or reads from that pointer and then do a hex search again, keep going till you find the base.
You have the right idea wanting to learn how to look for them manually.
I would keep trying to do it this and know how to do something that well over 3/4 of this sites members cant do. |
|
| Back to top |
|
 |
24653187 Expert Cheater
Reputation: 0
Joined: 19 Aug 2007 Posts: 214 Location: 218.255.97.194/61.18.170.???
|
Posted: Thu Mar 13, 2008 10:18 am Post subject: |
|
|
| Labyrnth wrote: | | You have the right idea wanting to learn how to look for them manually. I would keep trying to do it this and know how to do something that well over 3/4 of this sites members cant do. |
did you read what dark byte said? you shouldn't use write, and you should use read/access! _________________
newbies post these threads:
1. all capital letters
2. lots of exclamation marks
and these posts:
1. no punctuation marks
2. not enough information
3. post on wrong forum
and these attitudes:
1. unformal words
2. say "thanks" in 90% post
3. angry when got pissed |
|
| Back to top |
|
 |
Labyrnth Moderator
Reputation: 10
Joined: 28 Nov 2006 Posts: 6301
|
Posted: Thu Mar 13, 2008 9:23 pm Post subject: |
|
|
| And if you know what he meant by that, you wouldn't be posting what you just said. |
|
| Back to top |
|
 |
24653187 Expert Cheater
Reputation: 0
Joined: 19 Aug 2007 Posts: 214 Location: 218.255.97.194/61.18.170.???
|
Posted: Fri Mar 14, 2008 2:41 am Post subject: |
|
|
| Labyrnth wrote: | | And if you know what he meant by that, you wouldn't be posting what you just said. |
what did I say? _________________
newbies post these threads:
1. all capital letters
2. lots of exclamation marks
and these posts:
1. no punctuation marks
2. not enough information
3. post on wrong forum
and these attitudes:
1. unformal words
2. say "thanks" in 90% post
3. angry when got pissed |
|
| Back to top |
|
 |
|