Posted: Tue Sep 04, 2012 12:02 pm Post subject: Too long for me to explain. Please read my explaination.
Hello guys especially DarkByte who help me last time with FFX problem.
This time i play FFX-2. I use Darkbyte method about calculating the differences between each address in every battle in order to find the pointer for character's hp. I got too many address when i search for the differences between each address. How to decrease the address display to give me little time to search for right value for my pointer later???
In addition of that, the display address are also sometimes have the same value except the address are different.
How am i gonna find the real one for the pointer? _________________
Why is it harder for me to understand something.
Stress~~~~
Joined: 09 May 2003 Posts: 25785 Location: The netherlands
Posted: Wed Sep 05, 2012 2:32 pm Post subject:
Find health again, and find the difference between the two last addresses.
Then do a nextscan for the difference , repeat a few times and with luck you can use any of the results
Tip:use scantabs or two ce instances so you can scan health and the offset differences at the same time _________________
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
I see.. So it means i need find the health again and again?
Just to find one character's health?
Darkbyte>>>Do you have any simple way? Meaning, i want to find all value and address for character at the same time. So i don't have to do it over and over again for the same target (Finding health value.) _________________
Why is it harder for me to understand something.
Stress~~~~
Joined: 09 May 2003 Posts: 25785 Location: The netherlands
Posted: Thu Sep 06, 2012 5:45 am Post subject:
With luck the characters are stored next to eachother in memory and only the battle memory location changes, so once you have found a pointer for the first character, just find the health of the other characters once and apply the different offset
example:
character 1:
health address 203d040
pointer offset c0
character 2:
health address 203e010
Then the offset would be: c0+(203e010-203d040)=c0+fd0=1090 _________________
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
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum