Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function RS07_BankPinScreenOpen: Boolean;
- {==============================================================================]
- Created: February 25th, 2013.
- Updated: March 30th, 2013.
- Contributors: Janilabo
- Explanation: Returns true if bank's pin screen is open.
- [==============================================================================}
- begin
- 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));
- end;
Advertisement
Add Comment
Please, Sign In to add comment