Skip to content

Instantly share code, notes, and snippets.

@x5gtrn
Created May 27, 2018 22:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save x5gtrn/d53e4380dea76e9ed8135d6e344b47c2 to your computer and use it in GitHub Desktop.
Save x5gtrn/d53e4380dea76e9ed8135d6e344b47c2 to your computer and use it in GitHub Desktop.
on run {input, parameters}
repeat with passcode in input
tell application "Money Pro"
activate
tell application "System Events" to tell process "Money Pro" to keystroke passcode
tell application "System Events" to tell process "Money Pro" to keystroke return
delay 0.5
tell application "System Events" to tell process "Money Pro" to keystroke return
delay 0.2
end tell
end repeat
return input
end run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment