Spamming Game

By Riht_2 on Nov 21, 2007

This bot is pretty much made for spamming, you most likly will need a mouse to run this. You have to save/load this for it to work. Or so I believe. Just do so. :/

On *:Load: {
  set %Spamming $Null
  set %Spam 0
  set %Recordkeeper1 No-One
  set %Record1 3
  set %Recordkeeper2 Nobody
  set %Record2 2
  set %Recordkeeper3 Antiperson
  set %Record3 1
  set %Spamchan
}
On *:Text:*:%Spamchan: {
  if (%Spamming = $Null) && ($1 = !Hscore) { .notice $nick 11=10-2= 1st 12,10[11[ [ %Recordkeeper1 ] 11]12][11[ $+ [ %Record1 ] $+ 11]12] 2nd 12,10[11[ [ %Recordkeeper2 ] 11]12][11[ $+ [ %Record2 ] $+ 11]12] 3rd 12,10[11[ [ %Recordkeeper3 ] 11]12][11[ $+ [ %Record3 ] $+ 11]12] 2,0=10-11= }
  if (%Spamming = $Null) && ($1 = !Swipe) { SWipe }
  if (%Spamming = $Null) && ($1 = !Spam) {
    .Notice $Nick Remember not to spam yourself out! (Although you can get major points if you spam longer sentances in a short amount of time)  You shall begin spamming..
    .timer.spa 1 5 set %Spamming $Nick
    .timer.spam 1 5 .Notice $Nick NOW! Time: 1:00
    .timer.spam2 1 15 .Notice $Nick Time: 0:45 left!
    .timer.spam3 1 30 .Notice $Nick Time: 0:30 Left!
    .timer.spam4 1 45 .Notice $Nick Time: 0:15 Left!
    .timer^spam5 1 60 spm
  }
  elseif ($1 = !Spam) && (%Spamming != $Null) {
    .Notice $Nick -= Spamming Mode is still on! =-
  }
  elseif ($Nick = %Spamming) && ($1 != Spam) {
    inc %Spam $Calc($Len($1-) * 10)
  }
}
Alias Spm {
  .notice %Spamming Your total spamming level is 4 $+ [ %Spam ] $+ 4!
  if (%Spam > %Record1) { set %Record3 %Record2 | set %Recordkeeper3 %Recordkeeper2 | set %Recordkeeper2 %Recordkeeper1 | set %Record2 %Record1 | set %Recordkeeper 2 %Recordkeeper1 | set %Record1 %Spam | set %Recordkeeper1 %Spamming | .notice %Spamming -=You have broken the 1st old spamming record with a score of 10 $+ [ %Spam ] $+ !=- }
  elseif (%Spam > %Record2) { set %Record3 %Record2 | set %Recordkeeper3 %Recordkeeper2 | set %Record2 %Spam | set %Recordkeeper2 %Spamming | .notice %Spamming -=You have broken the 2nd old spamming record with a score of 10 $+ [ %Spam ] $+ !=- }
  elseif (%Spam > %Record3) { set %Record3 %Spam | set %Recordkeeper3 %Spamming | .notice %Spamming -=You have broken the 3rd old spamming record with a score of 10 $+ [ %Spam ] $+ !=- }
  set %Spamming $Null
  set %Spam 0
}
On *:Unload: {
  unset %Spamming
  unset %Spam
  unset %Recordkeeper1
  unset %Record1
  unset %Recordkeeper2
  unset %Record2
  unset %Recordkeeper3
  unset %Record3
}
On *:Join:%SpamChan: {
  .notice $Nick 11=10-12=14 Welcome to [ %SpamChan ] $+ !  Commands: !Spam !HScore ; When you play the !Spam, try longer posts for bigger points, such as "aslkjdashfduhsaf" or "asdfhasdfjaklshasdjhiuvyz".  !Swiping the scores without permission could lead to a ban later on! 2=10-11=
}
Alias Spamchan {
  if (%SpamChan = $Null) { set %Spamchan $1 | notice %SpamChan 11=10-2=14 Set Spamming to %SpamChan 2=10-11= | notice %SpamChan 11=10-2=14 Commands: !Spam !HScore ; When you play the !Spam, try longer posts for bigger points, such as "aslkjdashfduhsaf" or "asdfhasdfjaklshasdjhiuvyz".  !Swiping the scores without permission could lead to a ban later on! 2=10-11= }
  elseif (%SpamChan != $Null) { notice %SpamChan 11=10-2=14 Spamming game has been removed! 2=10-11= | set %SpamChan $Null | echo -a 11=10-2=14 Removed Spamming game! 2=10-11= | SWipe }
}
Menu Channel {
  Spamming Channel { SpamChan $Chan }
}
Alias SWipe {
  set %Recordkeeper1 No-One
  set %Record1 3
  set %Recordkeeper2 Nobody
  set %Record2 2
  set %Recordkeeper3 Antiperson
  set %Record3 1
  if (%SpamChan != $Null) .notice %SpamChan 11=10-2=14 All Scores have been erased! 2=10-11=
  if (%SpamChan = $Null) echo 11=10-2=14 All Scores have been erased! 2=10-11=
  clear %SpamChan
}

Comments

Sign in to comment.
Paul_1337noob   -  Sep 05, 2008

you dont agree that the messages
are short, pointless and annoying XD
although i suppose it does fall under flood

 Respond  
napa182   -  Sep 05, 2008

the rick roll is a flood more then spam

 Respond  
Paul_1337noob   -  Sep 05, 2008

if anything the rick roll scripts are spam, this is a game promoting spam!

 Respond  
napa182   -  Sep 05, 2008

jakobLUVSpizza said:

spam scripts arnt allowed on hawkee

where does it say that? the only rules i have seen for posting snippets are as follows

  • Snippet MUST WORK
  • Minimum characters for snippet: 100
  • Screenshot max width: 560 px
  • Screenshot limit: 3
  • Description needs to explain what the snippet does and how it is used.
  • Must include URL to original script or snippet if you did not build it from scratch.
  • DO NOT post new versions as new snippets. You must edit your previous snippet.
    (If you add Snippet v1.0 and Snippet v2.0 as two snippets Snippet v2.0 will be deleted.)

If you break any of these rules your snippet will be deleted. If you continue to break these rules your account may be suspended.

 Respond  
jakobLUVSpizza   -  Sep 04, 2008

spam scripts arnt allowed on hawkee.....i wonder why this is still up
but good job anyways

 Respond  
vaseline28   -  Jun 15, 2008

set %Spamming $Null
You could just do:
set %Spamming

 Respond  
Riht_2   -  Jun 14, 2008

Very pointless thing, made this when I didn\'t know .ini. I\'m still not sure if I\'ll start getting into the .ini files yet.

 Respond  
erry   -  Apr 18, 2008

Awsome lol

 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.