Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. tell application "OSBuddy"
  2. activate
  3. end tell
  4.  
  5. repeat 4 times
  6. tell application "System Events" to keystroke "tab"
  7. end repeat
  8.  
  9. tell application "System Events"
  10. key code 36
  11. end tell
  12.  
  13. tell application "System Events"
  14. keystroke "[MY LOGIN]"
  15. key code 36
  16. keystroke "[MY PASSWORD]"
  17. end tell
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement