Top

Revange kick 3x

Please Register to submit score.
Average Score  4.5
Scores Submitted  2
Date Added  Apr 21, 2008
Last Updated  Apr 22, 2008
Tags  3x  kick  revange 

Introduction

this small script is kick protection, is used for kick the kicker, its kick 3x before stop...kicking

Grab the Code

Comments

  (6)  RSS
^Neptune
Comments: 153
 
mIRC Snippet:  Revange kick 3x
Posted on Apr 22, 2008 4:09 am
REVAAAAAAAAAAAAAAAAAAAANGE!!
EL
Comments: 914
 
mIRC Snippet:  Revange kick 3x
Posted on Apr 22, 2008 4:23 am
wtN ^NepTune go code ffs stop lollie gaggin on hawkee =/
Eugenio
Comments: 517
 
mIRC Snippet:  Revange kick 3x
Posted on Apr 22, 2008 6:11 am
lmao @ wtN
silly yank stole another one of my words,

anyway, this script is basically half a shoot =/ just kicks 3 times instead of kicking and kicking and kicking and kicking.
criminal
Comments: 126
 
mIRC Snippet:  Revange kick 3x
Posted on Apr 23, 2008 2:35 pm
Ehmm..
Code:

on *:KICK:#: {
  if ($knick == $me) {
    set %nick $nick
    Rejoin
    Kick $nick
    inc %kick
}
on *:JOIN:#: {
  if ($nick == %nick) {
    if (%kick < 3) {
       kick $nick
       inc %kick
    }
  }
}

If i'm wrong, sorry >.<
criminal
Comments: 126
 
mIRC Snippet:  Revange kick 3x
Posted on Apr 23, 2008 2:36 pm
oh forgot a } >.<
AnDyWong
Comments: 2
 
mIRC Snippet:  Revange kick 3x
Posted on Apr 24, 2008 1:09 am
criminal
the syntax for kick is 'kick # nick reason'
if (%kick < 3) <- this one it's kicking just 2 time.. not 3, but if 1st value of %kick is 0 then it will be 3 time
but thank's anyway..

Please Register or Login to start posting comments.
Bottom