Blue Eye Macro
http://w.blueeye-macro.com/

Value is above
http://w.blueeye-macro.com/viewtopic.php?f=155&t=166
Page 1 of 1

Author:  Gigus [ Tue Jun 29, 2010 6:55 pm ]
Post subject:  Value is above

Checks if the value of the specified memory address for the specified process is above the specified value.

Hint:
You can either specify a simple memory address, or you can specify a (multi level) pointer.
BE also support providing assembly name as part of the address, such as: "iexplore+00cb12" (as provided by Cheat Engine when searching for base pointers)

Examples:
Basic memory address: 0048bad1
Level 2 pointer address: 2a48bca1,14b (Address,offset seperated by a ',' sign)
Level 3 pointer address:001cb210,a28,26a,43 (each level's offset seperated by a ',' sign
etc.

Usage:
Code:
 if  Memory.Value is above("iexplore", "2a48bca1", "4", "25")
     begin
          ...
     end

Page 1 of 1 All times are UTC
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/