Epic Nick Kill (Geek Version)

By MagicRevealer09 on Feb 15, 2010

So basicly, it's a nick kill command. It's a geek version because it uses like computers and matrix ect.

Load into your bots remote and type !kill

Bot must be oped high enough to kick

Enjoy!

Edit this as much as you like...

on *:TEXT:!kill *:#: {
  /msg $chan $nick slaps $2 around with a shark.
  /msg $chan $nick shoots $2 in the head with a golden gun.
  /msg $chan $nick hits $2 in the head with a baseball bat.
  /msg $chan $nick bitchslaps $2.
  /msg $chan $nick murders $2 .
  /msg $chan $nick chops off $2 's head.
  /msg $chan $nick hits Trojan with a keyboard.
  /msg $chan $nick hits $2 with a monitor.
  /msg $chan $nick hits $2 with a computer mouse.
  /msg $chan $nick flashes the matrix into $2 's eyes.
  /msg $chan $nick epicly owns $2 .
  /kick $chan $2 I just got killed.
}

Comments

Sign in to comment.
jackster35-1   -  Feb 26, 2010

i remember now :D

 Respond  
Jethro   -  Feb 25, 2010

For a complete guide to BBCode at Hawkee.com, go here and have a look: http://www.hawkee.com/phpBB2/faq.php?mode=bbcode

 Respond  
Jonesy44   -  Feb 25, 2010

It's BB, not HTML.

 Respond  
edgy   -  Feb 25, 2010

You use:

 Respond  
jackster35-1   -  Feb 25, 2010

god sake why wont the cmd work?

 Respond  
jackster35-1   -  Feb 25, 2010

I recomend putting

.timer 1 2

on each one prevents lag and spam

 Respond  
edgy   -  Feb 22, 2010

Most likely not killed from the server. Just killed if someone floods your bot which if you have looked at mIRC you can setup flood protection.

 Respond  
raccoon   -  Feb 22, 2010

Very clever Mr. Bond. Trick someone into loading this script so they get KILLed from the server for flooding, before the /kick even goes through.

Poetic justice? hmmm.

 Respond  
Jethro   -  Feb 20, 2010

I've said it time and again the easiest way to avoid flooding is to place all the sentences into a txt file and msg them to the channel with the /play command. It comes with a default delay of 1000ms, but it's adjustable to your own liking.

 Respond  
edgy   -  Feb 20, 2010

Watch that any flood protection on the server/channel doesn't kick/ban. Looks like it could take a lot of load on the server if someone floods it!

 Respond  
jackster35-1   -  Feb 20, 2010

A bit useless

you done

on *:TEXT:!kill *:#: {
  /msg $chan $nick slaps $2 around with a shark.
  /msg $chan $nick shoots $2 in the head with a golden gun.
  /msg $chan $nick hits $2 in the head with a baseball bat.
  /msg $chan $nick bitchslaps $2.
  /msg $chan $nick murders $2 .
  /msg $chan $nick chops off $2 's head.
  /msg $chan $nick hits Trojan with a keyboard.
  /msg $chan $nick hits $2 with a monitor.
  /msg $chan $nick hits $2 with a computer mouse.
  /msg $chan $nick flashes the matrix into $2 's eyes.
  /msg $chan $nick epicly owns $2 .
  /kick $chan $2 I just got killed.
}

my little edit to make the 's actuly go next to the nick

on *:TEXT:!kill *:#: {
  /msg $chan $nick slaps $2 around with a shark.
  /msg $chan $nick shoots $2 in the head with a golden gun.
  /msg $chan $nick hits $2 in the head with a baseball bat.
  /msg $chan $nick bitchslaps $2 $+ .
  /msg $chan $nick murders $2 $+ .
  /msg $chan $nick chops off $2 $+ 's head.
  /msg $chan $nick hits Trojan with a keyboard.
  /msg $chan $nick hits $2 with a monitor.
  /msg $chan $nick hits $2 with a computer mouse.
  /msg $chan $nick flashes the matrix into $2 $+ 's eyes.
  /msg $chan $nick epicly owns $2 $+ .
  /kick $chan $2 I just got killed.
}

Im not using and wont but keep the good codes going :)

 Respond  
Jonesy44   -  Feb 15, 2010

S'all good. Keep up the scripting :)

 Respond  
MagicRevealer09   -  Feb 15, 2010

Sorry...

 Respond  
Jonesy44   -  Feb 15, 2010

I was looking forward to a hack here.. I was severely disappointed.

 Respond  
Jethro   -  Feb 15, 2010

Make sure the client running this script is opped.
Make sure if $2 ison $chan before kicking him or her.
A timed delay is best suited against flooding.

alias -l safe return $!decode( $encode($1,m) ,m)
on @*:TEXT:!kill *:#: {
  if ($2 ison $chan) {
    var %msg = slaps $2 around with a shark.,shoots $2 in the head with a golden gun.,$&
      hits $2 in the head with a baseball bat.,bitchslaps $2.,murders $2 .,hits Trojan with a keyboard.,$&
      hits $2 with a monitor.,hits $2 with a computer mouse.,flashes the matrix into $2's eyes.,epicly owns $2 .
    var %x = $numtok(%msg,44) | while (%x) {
      .timer 1 $calc(%x * 2) msg $safe($chan) $gettok(%msg,%x,44)
      .timer 1 20 kick $safe($chan) $2 I just got killed.
      dec %x
    }
  }
}
 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.