Created
August 11, 2012 06:46
-
-
Save BlakeWilliams/3321873 to your computer and use it in GitHub Desktop.
Messages.app spammer
This file contains hidden or 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
| tell application "Messages" | |
| activate | |
| repeat with myBuddy in buddies | |
| if handler of myBuddy is "+18505555555" then | |
| repeat | |
| send "hey" to myBuddy | |
| end repeat | |
| end if | |
| end repeat | |
| end tell |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment