Page 1 of 1

Pointer Search (Example: Windows Spider Solitaire)

PostPosted: Tue Aug 03, 2010 3:44 pm
by Crixalis
Hi People!

I have searched for the "points"-value in Spider Solitaire and found the address at 0x01012F60.
Works perferctly when I change the value my points are changing too! But I guess the address changes at every start of the game so I looked for pointer.

I have performed a Pointer Search like in help explained with a range: 01012E00 to 01012F60.
There was found 1 pointer with a distance of -00000010 (-16). The address is 0x010071E4 and te current value 01012F50.
Ok, now my question is what I have to do now. How I can write a hack with pointer + found address that will always changes my points?

THX!

Re: Pointer Search (Example: Windows Spider Solitaire)

PostPosted: Tue Aug 03, 2010 6:41 pm
by L. Spiro
The address of the pointer is no better than the address that was moving.
I have a feeling both addresses are static; you just aren't using a DLL+offset calculation.


L. Spiro