This is a simple macro I wrote halfway out of necessity and halfway out of boredom. On that same note, this can be used for either good or evil. I use it to spam out people who go LD so they can get in faster (or at least let me know when they will be able to log back in) and also I use it to spam the everliving piss out of friends just to get a rise out of them. Have fun.
The macro will end automatically when the server realizes that the character you are trying to spam out is offline.
The macro will end automatically when the server realizes that the character you are trying to spam out is offline.
Code:
| spammer.mac
| Made by Moonspell for RedGuides.com
| It's really not worth stealing, but don't
| steal it anyway or we'll punch you in the face!
#turbo
#event AllDone "#*#is not online at this time#*#"
#event TheyAreOut "#*#Could not find player#*#"
#event StartSpamming "#*#[MQ2] Start spamming #1#"
sub Main
/declare spamee string outer
/echo <<< Spammer Ready >>>
/echo Who shall I spam? Syntax: /echo Start spamming "name"
:waithere
/doevents
/doevents
/goto :waithere
/return
Sub event_StartSpamming(String, spamy)
/varset spamee ${spamy.Arg[1]}
/echo <<< Let the spam being >>>
:spamloop
/squelch ;tell ${spamy} SPAM, BITCH, SPAM
/doevents
/goto :spamloop
/return
Sub event_AllDone
/echo <<< ${spamee} is no longer online >>>
/echo <<< Ending Macro >>>
/end
/return
Sub event_TheyAreOut
/echo <<< ${spamee} is no longer online >>>
/echo <<< Ending Macro >>>
/end
/return
Last edited:

