| 修改众 |
08-08-21 14:24 |
Unknown initial values: ("First scan" only) 模糊搜索 This scantype makes a copy of the game in memory, so it can be used later on. (Like comparing it with the current memory and see if it has changed or not)
Exact: 准确数值 The "exact" scan will scan the memory for the value(or string) you've entered
Bigger than 比输入的大 The "Bigger than" scantype scans for all the values that are higher than the value you've entered
Smaller than 比输入的小 The "Smaller than" scantype scans for all the values that are smaller than the value you've entered
The following scantypes are available only when doing a "next scan"
Increased 增加了 If the value of a address has increased it will be added to the list.
Increased by... 增加了具体数值 If the value of a address has increased with the specified ammount it will be added to the list.
Decreased 减少了 If the value of a address has decreased it will be added to the list.
Decreased by... 减少了具体数值 If the value of a address has decreased with the specified ammount it will be added to the list.
Changed 改变了 This scantype will check if the value of an address has changed or not. If it has changed it'll be added to the list
Unchanged 没变 This scantype will check if the value of an address has changed or not . If it has not it'll be added to the list
Same as first scan 和第一次搜索相同 This scantype will check if the value of an address is the same as when it was when you did first scan. If it is, it'll be added to the list. |
|