Janilabo

Untitled

Mar 30th, 2013
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pascal 0.64 KB | None | 0 0
  1. function RS07_BankPinScreenOpen: Boolean;
  2. {==============================================================================]  
  3.   Created: February 25th, 2013.
  4.   Updated: March 30th, 2013.
  5.   Contributors: Janilabo
  6.   Explanation: Returns true if bank's pin screen is open.              
  7. [==============================================================================}
  8. begin                                                                                        
  9.   Result := (IsTextAtEx(227, 61, 'PIN using', 0, RS07_MainFont, False, False, 0, 0, 2070783) or IsTextAtEx(24, 33, 'Bank of RuneScape', 0, RS07_NPCFont, False, False, 0, 0, 255));
  10. end;
Advertisement
Add Comment
Please, Sign In to add comment