Top

KipScript


mIRC Code
+ 0 likes
Please Register to submit score.
Bookmark and Share
Average Score  0.0 (of 0 scores)
Date Added  Jul 26, 2009
Last Updated  Jul 26, 2009
Tags  kip  mirc  script 

Introduction

Another usefull script, be warned, may cause flood!

Grab the Code

    alias kip {
      set %kip 0
      while (%kip < $1) {
        inc %kip
        set %pok - $+ %pok
        msg $chan < $+ %pok $2- %pok $+ >
      }
      set %kip2 0
      while (%kip2 < $1) {
        inc %kip2
        dec %kip
        set %pok $left(%pok,%kip)
        msg $chan < $+ %pok $2- %pok $+ >
      }
      unset %kip
      unset %kip2
      unset %pok
    }

Comments

  (4)  RSS
Ayon
Comments: 21
 
mIRC Snippet:  KipScript
Posted on Jul 26, 2009 5:09 am
alias kip {
set %kip 1
while (%kip < $1) {
set %pok $str(-,%kip)
msg $chan < $+ %pok $2- %pok $+ >
inc %kip
}
while (%kip) {
set %pok $str(-,%kip)
msg $chan < $+ %pok $2- %pok $+ >
dec %kip
}
unset %kip
unset %kip2
unset %pok
}
shadow-Majestic
Comments: 10
 
mIRC Snippet:  KipScript
Posted on Jul 26, 2009 5:35 am
or just put INC before rest of code in while loop, same thing. just a matter of preference

and yours needs <= i think
Reaper09
Comments: 5
 
mIRC Snippet:  KipScript
Posted on Jul 28, 2009 4:36 am
Lol,wtf is this supposed to do? >.<
Halit
Comments: 9
 
mIRC Snippet:  KipScript
Posted on Jul 29, 2009 4:43 pm
mirc script code http://www.dostyakasi.net

Commenting Options

Register or Login to Hawkee.com or use your Facebook or Twitter account by clicking the corresponding button below.

  
Bottom