Skip to content

Instantly share code, notes, and snippets.

@hyl
Created January 19, 2017 15:43
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save hyl/c9ab39d05725f083326605b6f47403b1 to your computer and use it in GitHub Desktop.
Save hyl/c9ab39d05725f083326605b6f47403b1 to your computer and use it in GitHub Desktop.
All Star phone spammer
tell application "Messages"
set targetBuddy to "NUMBER/EMAIL"
set targetService to id of 1st service whose service type = iMessage
repeat
set textMessage to "Somebody once told me the world is gonna roll me"
set theBuddy to buddy targetBuddy of service id targetService
send textMessage to theBuddy
delay (random number from 1 to 5)
set textMessage to "I ain't the sharpest tool in the shed"
set theBuddy to buddy targetBuddy of service id targetService
send textMessage to theBuddy
delay (random number from 1 to 5)
set textMessage to "She was looking kind of dumb with her finger and her thumb"
set theBuddy to buddy targetBuddy of service id targetService
send textMessage to theBuddy
delay (random number from 1 to 5)
set textMessage to "In the shape of an L on her forehead"
set theBuddy to buddy targetBuddy of service id targetService
send textMessage to theBuddy
delay (random number from 1 to 5)
set textMessage to "Well the years start coming and they don't stop coming"
set theBuddy to buddy targetBuddy of service id targetService
send textMessage to theBuddy
delay (random number from 1 to 5)
set textMessage to "Fed to the rules and I hit the ground running"
set theBuddy to buddy targetBuddy of service id targetService
send textMessage to theBuddy
delay (random number from 1 to 5)
set textMessage to "Didn't make sense not to live for fun"
set theBuddy to buddy targetBuddy of service id targetService
send textMessage to theBuddy
delay (random number from 1 to 5)
set textMessage to "Your brain gets smart but your head gets dumb"
set theBuddy to buddy targetBuddy of service id targetService
send textMessage to theBuddy
delay (random number from 1 to 5)
set textMessage to "So much to do, so much to see"
set theBuddy to buddy targetBuddy of service id targetService
send textMessage to theBuddy
delay (random number from 1 to 5)
set textMessage to "So what's wrong with taking the back streets?"
set theBuddy to buddy targetBuddy of service id targetService
send textMessage to theBuddy
delay (random number from 1 to 5)
set textMessage to "You'll never know if you don't go"
set theBuddy to buddy targetBuddy of service id targetService
send textMessage to theBuddy
delay (random number from 1 to 5)
set textMessage to "You'll never shine if you don't glow"
set theBuddy to buddy targetBuddy of service id targetService
send textMessage to theBuddy
delay (random number from 1 to 5)
set textMessage to "Hey now, you're an all-star, get your game on, go play"
set theBuddy to buddy targetBuddy of service id targetService
send textMessage to theBuddy
delay (random number from 1 to 5)
set textMessage to "Hey now, you're a rock star, get the show on, get paid"
set theBuddy to buddy targetBuddy of service id targetService
send textMessage to theBuddy
delay (random number from 1 to 5)
set textMessage to "And all that glitters is gold"
set theBuddy to buddy targetBuddy of service id targetService
send textMessage to theBuddy
delay (random number from 1 to 5)
set textMessage to "Only shooting stars break the mold"
set theBuddy to buddy targetBuddy of service id targetService
send textMessage to theBuddy
delay (random number from 1 to 5)
set textMessage to "It's a cool place and they say it gets colder"
set theBuddy to buddy targetBuddy of service id targetService
send textMessage to theBuddy
delay (random number from 1 to 5)
set textMessage to "You're bundled up now, wait till you get older"
set theBuddy to buddy targetBuddy of service id targetService
send textMessage to theBuddy
delay (random number from 1 to 5)
set textMessage to "But the meteor men beg to differ"
set theBuddy to buddy targetBuddy of service id targetService
send textMessage to theBuddy
delay (random number from 1 to 5)
set textMessage to "Judging by the hole in the satellite picture"
set theBuddy to buddy targetBuddy of service id targetService
send textMessage to theBuddy
delay (random number from 1 to 5)
set textMessage to "The ice we skate is getting pretty thin"
set theBuddy to buddy targetBuddy of service id targetService
send textMessage to theBuddy
delay (random number from 1 to 5)
set textMessage to "The water's getting warm so you might as well swim"
set theBuddy to buddy targetBuddy of service id targetService
send textMessage to theBuddy
delay (random number from 1 to 5)
set textMessage to "My world's on fire, how about yours?"
set theBuddy to buddy targetBuddy of service id targetService
send textMessage to theBuddy
delay (random number from 1 to 5)
set textMessage to "That's the way I like it and I never get bored"
set theBuddy to buddy targetBuddy of service id targetService
send textMessage to theBuddy
delay (random number from 1 to 5)
set textMessage to "Hey now, you're an all-star, get your game on, go play"
set theBuddy to buddy targetBuddy of service id targetService
send textMessage to theBuddy
delay (random number from 1 to 5)
set textMessage to "Hey now, you're a rock star, get the show on, get paid"
set theBuddy to buddy targetBuddy of service id targetService
send textMessage to theBuddy
delay (random number from 1 to 5)
set textMessage to "All that glitters is gold"
set theBuddy to buddy targetBuddy of service id targetService
send textMessage to theBuddy
delay (random number from 1 to 5)
set textMessage to "Only shooting stars break the mold"
set theBuddy to buddy targetBuddy of service id targetService
send textMessage to theBuddy
delay (random number from 1 to 5)
set textMessage to "Hey now, you're an all-star, get your game on, go play"
set theBuddy to buddy targetBuddy of service id targetService
send textMessage to theBuddy
delay (random number from 1 to 5)
set textMessage to "Hey now, you're a rock star, get the show, on get paid"
set theBuddy to buddy targetBuddy of service id targetService
send textMessage to theBuddy
delay (random number from 1 to 5)
set textMessage to "And all that glitters is gold"
set theBuddy to buddy targetBuddy of service id targetService
send textMessage to theBuddy
delay (random number from 1 to 5)
set textMessage to "Only shooting stars"
set theBuddy to buddy targetBuddy of service id targetService
send textMessage to theBuddy
delay (random number from 1 to 5)
set textMessage to "Somebody once asked could I spare some change for gas?"
set theBuddy to buddy targetBuddy of service id targetService
send textMessage to theBuddy
delay (random number from 1 to 5)
set textMessage to "I need to get myself away from this place"
set theBuddy to buddy targetBuddy of service id targetService
send textMessage to theBuddy
delay (random number from 1 to 5)
set textMessage to "I said yep what a concept"
set theBuddy to buddy targetBuddy of service id targetService
send textMessage to theBuddy
delay (random number from 1 to 5)
set textMessage to "I could use a little fuel myself"
set theBuddy to buddy targetBuddy of service id targetService
send textMessage to theBuddy
delay (random number from 1 to 5)
set textMessage to "And we could all use a little change"
set theBuddy to buddy targetBuddy of service id targetService
send textMessage to theBuddy
delay (random number from 1 to 5)
set textMessage to "Well, the years start coming and they don't stop coming"
set theBuddy to buddy targetBuddy of service id targetService
send textMessage to theBuddy
delay (random number from 1 to 5)
set textMessage to "Fed to the rules and I hit the ground running"
set theBuddy to buddy targetBuddy of service id targetService
send textMessage to theBuddy
delay (random number from 1 to 5)
set textMessage to "Didn't make sense not to live for fun"
set theBuddy to buddy targetBuddy of service id targetService
send textMessage to theBuddy
delay (random number from 1 to 5)
set textMessage to "Your brain gets smart but your head gets dumb"
set theBuddy to buddy targetBuddy of service id targetService
send textMessage to theBuddy
delay (random number from 1 to 5)
set textMessage to "So much to do, so much to see"
set theBuddy to buddy targetBuddy of service id targetService
send textMessage to theBuddy
delay (random number from 1 to 5)
set textMessage to "So what's wrong with taking the back streets?"
set theBuddy to buddy targetBuddy of service id targetService
send textMessage to theBuddy
delay (random number from 1 to 5)
set textMessage to "You'll never know if you don't go (go!)"
set theBuddy to buddy targetBuddy of service id targetService
send textMessage to theBuddy
delay (random number from 1 to 5)
set textMessage to "You'll never shine if you don't glow"
set theBuddy to buddy targetBuddy of service id targetService
send textMessage to theBuddy
delay (random number from 1 to 5)
set textMessage to "Hey now, you're an all-star, get your game on, go play"
set theBuddy to buddy targetBuddy of service id targetService
send textMessage to theBuddy
delay (random number from 1 to 5)
set textMessage to "Hey now, you're a rock star, get the show on, get paid"
set theBuddy to buddy targetBuddy of service id targetService
send textMessage to theBuddy
delay (random number from 1 to 5)
set textMessage to "And all that glitters is gold"
set theBuddy to buddy targetBuddy of service id targetService
send textMessage to theBuddy
delay (random number from 1 to 5)
set textMessage to "Only shooting stars break the mold"
set theBuddy to buddy targetBuddy of service id targetService
send textMessage to theBuddy
delay (random number from 1 to 5)
set textMessage to "And all that glitters is gold"
set theBuddy to buddy targetBuddy of service id targetService
send textMessage to theBuddy
delay (random number from 1 to 5)
set textMessage to "Only shooting stars break the mold"
end repeat
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment