Created
October 6, 2020 02:03
-
-
Save Gerzer/3e71f2cbd7f96ca6ca6678bb80549183 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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