kaneissohai Advanced Cheater
Reputation: 0
Joined: 07 May 2006 Posts: 67
|
Posted: Sat May 27, 2006 5:24 am Post subject: How do we know what are the value types for certain games? |
|
|
Example how do I know the value of certain games are 2bytes,4 bytes, floats or double etc etc.
And how do we know which address will change everytime you restart the game or which won't?
Thank you for your guidiance again.
btw,
Quote: | The window will change and allows you to type in the address of a pointer and a offset.
Fill in as address the address you just found.
If the assembler instruction has a calculation (e.g: [esi+12]) at the end then type the value in thats at the end. else
leave it 0. If it was a more complicated instruction look at the calculation.
example of a more complicated instruction:
[EAX*2+EDX+00000310] eax=4C and edx=00801234.
In this case EDX would be the value the pointer has, and EAX*2+00000310 the offset, so the offset you'd fill in
would be 2*4C+00000310=3A8. (this is all in hex, use cal.exe from windows in scientific mode to calculate)
|
I really don't understand how to find an offset with this explaination from the tutorial since I pass the tutorial without insert an offset leaving it 0.
There's a shortcut to pass step 6 in tutorial, what I did is find the address>right click and selecht what writes to this address> change the value>replace the item, and then the next button can be press without doing the pointer searching thing. =.=
|
|