Help File:Structure spider

From Cheat Engine
Revision as of 19:07, 18 March 2019 by Dark Byte (talk | contribs) (Reverted edits by This content is not available (Talk) to last revision by TheyCallMeTim13)
Jump to navigation Jump to search

The structure spider is like the structure dissect, a useful tool in finding common values and differences between structures. The structure spider goes a bit further in that it automatically follows all possible pointer paths.

When doing a scan, you can give two base pointers and tell the scanner that the values should be the same, or different

Another use of the structure spider is that it can focus on stringscans, which is useful for heavily scripted games. For example, if a script engine changes the value of a variable named "ammo" you could do a structure scan for the text "ammo" . This will show all paths to that variablename.

De a rescan a few times to filter out the paths that are wrong, and you'll have a pretty stable pointerpath you can use in a code injection to see if the script engine is going to change ammo, or something else.

Links