Page 1 of 1

(HELP) Star Wars The Force Unleashed

PostPosted: Sun Nov 08, 2009 7:30 pm
by inuyasha
Well I have encountered a problem

I was lookin for the sith warriors force bar turns out the bar filled up is 100

so after 20 minutes of searching in the Long data type and not getting no where

I search float and I find it. :D

now my problem is when I try to make it a static address by using the complex address I can't find it I get the multi pointers 0 but no static 0's

Code: Select all
[[[[[[[[[[[[[[[[[[[[0x05DD17E8]+0x0]+0x28]+0x0]+0x28]+0x0]+0x38]+0x4]+0x10]+0xE0]+0x4]+0x264]+0x3F0]+0x8C]+0x260]+0x6F0]+0xEC]+0x28]+0x90]+0x4]+0x0


as you can see right here
+0x0]+0x28]+0x0]+0x28]+0x0]

it has started a repeating cycle back and forth. The closes distance I got to the static address was 00000004 (-4).

is there something i'm doing wrong?

Re: (HELP) Star Wars The Force Unleashed

PostPosted: Thu Nov 19, 2009 5:25 pm
by L. Spiro
You are not really doing anything wrong but that does not mean you are finding the most efficient route to the base pointer.

I believe someone has posted a script that will try to do this kind of tracking back for you.
I believe it scans all the pointers and tries the close ones in turn systematically searching all possible paths for the closest pointer path. Search the forums (although no guarantee that the search utility is working properly after the update).


L. Spiro