Blue Eye Logo

Blue Eye Macro

Automation is freedom
It is currently Fri Sep 20, 2024 5:32 pm

All times are UTC




Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 
Author Message
 Post subject: Value is above
Thanked: 0 time(s)  Unread post Posted: Tue Jun 29, 2010 6:55 pm 
Partner / Developer
Partner / Developer
User avatar



Joined: Mon Jan 18, 2010 11:51 am
Posts: 4525
Been thanked: 1344 time(s)
Has thanked: 133 time(s)
Contribution Points: 33201
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

_________________
Blue Eye - Developer / Moderator
Code:
Gigus


Please read the rules about contribution points - click here

Do you know everything about BE, the forum, licenses and contribution points?
Please take a minute to read this introduction & guidelines.


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 

All times are UTC


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  


Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group