View previous topic :: View next topic |
Author |
Message |
jack_in_the_dark Newbie cheater
Reputation: 0
Joined: 03 Jul 2005 Posts: 10
|
Posted: Sun Apr 28, 2013 9:33 pm Post subject: Compare struture "snapshots"? |
|
|
Hey, i was wondering what is the best method to compare the values in a struture in two different spots.
What i want to do is the following:
I have the struture of a enemy in the "struture dissect" window, i want to save all the values loaded in there, make the enemy to spot me and then check all the changed values.
I could do it by eye, but is a pretty complex struture, with alot of pointers.
Thanks in advance.
|
|
Back to top |
|
 |
++METHOS I post too much
Reputation: 92
Joined: 29 Oct 2010 Posts: 4197
|
Posted: Sun Apr 28, 2013 9:37 pm Post subject: |
|
|
Create two address boxes, both with the same structure address, and both in the same group. Right-click the address box on the left (for example) and select 'lock'. The values that change will be indicated in red.
|
|
Back to top |
|
 |
jack_in_the_dark Newbie cheater
Reputation: 0
Joined: 03 Jul 2005 Posts: 10
|
Posted: Mon Apr 29, 2013 10:42 am Post subject: |
|
|
Thanks, this is exacly what i needed!
|
|
Back to top |
|
 |
|