Skip to content

Instantly share code, notes, and snippets.

@Gerzer
Created October 6, 2020 02:03
Show Gist options
  • Save Gerzer/3e71f2cbd7f96ca6ca6678bb80549183 to your computer and use it in GitHub Desktop.
Save Gerzer/3e71f2cbd7f96ca6ca6678bb80549183 to your computer and use it in GitHub Desktop.
activate application "Discord"
repeat 5 times
tell application "System Events"
repeat 10 times
keystroke "."
key code 36 using shift down
end repeat
key code 36
delay 1
end tell
end repeat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment