Skip to content

Instantly share code, notes, and snippets.

@mathewmariani
Last active May 24, 2018 21:04
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 mathewmariani/c07301ce48386918166edc4b1043683c to your computer and use it in GitHub Desktop.
Save mathewmariani/c07301ce48386918166edc4b1043683c to your computer and use it in GitHub Desktop.
tell application "Messages"
set myid to get id of first service
set mybuddy to buddy "+11234567890" of service id myid
set message to ""
repeat 10000 times
set message to message & "😘"
end repeat
send message to mybuddy
end tell
tell application "Messages"
set myid to get id of first service
set mybuddy to buddy "+11234567890" of service id myid
set message to "😘"
repeat 10000 times
send message to mybuddy
end repeat
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment