Jethro commented on a Page, Mass Spammer 0.7 Beta (For Fun/Revenge)  -  Apr 26, 2012

Suggestion:

alias spam {
  if (!$1) || (!$2) {
    echo -at Syntax : /spam <nick> <word/phrase> 
  }
  else { 
    msg $1 You will be spammed every 2 seconds...
    echo -at Mass Spammer Activated! Target : $1 Spammed with : $2- 9,1Spam Meter : 16
    var %n = 1
    while (%n <= 16) {
      .timer 1 $calc(%n *2) msg $1 $2- 
      inc %n
    }
  }
}

EDIT - I made a minor mistake earlier.

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.