| View previous topic :: View next topic |
| Author |
Message |
dr_beat How do I cheat?
Reputation: 0
Joined: 29 Mar 2008 Posts: 6 Location: Bandung, Indonesia
|
|
| Back to top |
|
 |
U Cheater
Reputation: 0
Joined: 04 Jul 2005 Posts: 48 Location: Comet Temple 1
|
Posted: Thu Apr 03, 2008 7:06 am Post subject: |
|
|
your pointer at this level is held in ecx
being an online game it might have cheat checks tho,
also it may be the screen amount of gold but you can trace back from that to the real gold address,
anyway thats the pointer at this level so far
_________________
hey ho a mincing we will go
 |
|
| Back to top |
|
 |
dr_beat How do I cheat?
Reputation: 0
Joined: 29 Mar 2008 Posts: 6 Location: Bandung, Indonesia
|
Posted: Thu Apr 03, 2008 7:49 am Post subject: |
|
|
aaarghhh.....
U, I gave u the wrong screen shot.... u must be saw the screen shot before I edit my post... at the previous screen shot I was examine the third address, as shown right now in picture above.... meanwhile the extra info windows was from the first address.... I haven't close it when I examine the third address.
I'm really sorry man, this is my fault.
But thank u very much for helping me out.
I hope u would spend some time... again... to take a look again to my edited post...
Once again, please forgive me.... and thank you, U..
|
|
| Back to top |
|
 |
U Cheater
Reputation: 0
Joined: 04 Jul 2005 Posts: 48 Location: Comet Temple 1
|
Posted: Thu Apr 03, 2008 12:15 pm Post subject: |
|
|
even better
you can see the static pointer up the top of the picture
mov esi,[00db5648] ... you can see the contents next to it ie,,,,
2bb1294
you can also see this in the extra info window register
esi = 2bb1294
then the offset is added which is 744
you can see this if you use hex in the windows calculator and add 2BB1294 + 744 = 2BB19D8
***
so your pointer needs to be db5648 + 744 as the offset
***
like I said though it may just be a screen value but if it works tempory on the normal found addresses then it should be ok..
anyway that [00db5648] is a static base pointer type thing that is the sort of thing that is ideal to look for
_________________
hey ho a mincing we will go
 |
|
| Back to top |
|
 |
dr_beat How do I cheat?
Reputation: 0
Joined: 29 Mar 2008 Posts: 6 Location: Bandung, Indonesia
|
Posted: Thu Apr 03, 2008 11:37 pm Post subject: |
|
|
Hey U,
The tuts u gave me above is perfectly correct...!!!
I have read your post... somehow... i dont know why... its just looks like very very easy...
easy to do... easy to understand...
but
every time i try to do like what you said... i never get the right pointer...
it is always shown like:
P->?????? or P->(number blablabla) but the value is very very large.
and they don't change as my values changes. It is so different with the correct pointer address that you gave me... it changes along as the values changes.
I tried to do tutorial step 6 and 8 again for some time to understand more, these tuts are easy to do... but real program is so hard...
If you have time... would you help me with a walkthrough again ? I give you a screen shot, as shown below...
it is not I'm lazy to work with this stuffs... but it is really confuse me.... I've tried but I never find the right path...
geez.. I need to learn much things from you... thanks man, I really appreciate it.
btw..... do you know how to give contribution point to forum member... I think you deserve it....
| Description: |
|
| Filesize: |
180.2 KB |
| Viewed: |
5696 Time(s) |

|
| Description: |
|
| Filesize: |
33.95 KB |
| Viewed: |
5696 Time(s) |

|
|
|
| Back to top |
|
 |
Chase Payne Grandmaster Cheater
Reputation: 1
Joined: 20 Mar 2008 Posts: 533
|
Posted: Fri Apr 04, 2008 12:51 am Post subject: |
|
|
Ok if your pointer is P->?????? or P->WTF??? 217348901749023 (Value)
What you really need to do is... you see when you clicked extra info it says The value of the pointer needed to find this adress is probably 02BB1294.
Ok so what you need to do is now.... tick the hex option on the cheat engine. Then Enter 02BB1294 on 4 bytes EXACT value.
You will see many or few adresses.
Now click add aress manually.
Then tick pointer
Then enter the adress thats on top of your scan (from earlier when I told you to search for 2BB1294) and since the code has ESI+00000744 your offset is 744.
|
|
| Back to top |
|
 |
dr_beat How do I cheat?
Reputation: 0
Joined: 29 Mar 2008 Posts: 6 Location: Bandung, Indonesia
|
Posted: Fri Apr 04, 2008 1:58 am Post subject: |
|
|
@Chase Payne
I did it before, it result nothing. it just put in the list a pointer address with P-> (number number number) (Very large value)...
but they dont change along as my value changes. I've tried to modify these value also. the result is severe graphic error then the program crashes...
|
|
| Back to top |
|
 |
|