Zi KIKOO script

The KIKOO script is teh ubber lame (hence extremely l33t) script that will "kikoo" (sort of "hello", but lamer :) your target with random colors and letters. Turned out to be quite popular on Quakenet. This is also a good example of a loop in (poor) mIRC scripting language.

;// KIKOO Mega l33t script
;// (c) Ozh, ozh@planetozh.com
;// Usage : clic droit sur un nick puis kikoo around a bit with a large kikoo
;// Use : right click on a nick, then kikoo him around a bit with a large kikoo
;// or /kikoo  (/kikoo yuo faggot !!!1)
;// KIKOOOO OZH !!! :o)))))

menu nicklist {
  -
  KIKOOO ! { kikoo $1 }
  -
}


alias kikoo {
  var %code 
  var %c1 = $rand(1,15)
  :loop 
    var %c2 = $rand(1,15)
    if ( %c1 == %c2 ) goto loop

  var %l = $rand(1,10)
  var %count 0
  var %oo OO
  :zou
    %oo = %oo $+ O
    inc %count
    ; me %count
    if ( %count < %l ) goto zou

  var %l = $rand(1,10)
  var %count 0
  var %excla !!!!
  :pouet
    %excla = %excla $+ !
    inc %count
    ; me %count
    if ( %count < %l ) goto pouet
  
  var %l = $rand(1,10)
  var %count 0
  var %parent )
  :gni
    %parent = %parent $+ )
    inc %count
    ; me %count
    if ( %count < %l ) goto gni

  msg # %code $+ %c1 $+ , $+ %c2 $+  KIKOO $+ %oo $upper($1-) %excla :o) $+ %parent %code
}

You can also download the script, put it in your mIRC folder, and type "/load -rs kikoo.mrc" once it's done : kikoo script for mIRC

1 comment

  1. tharlatt

    download

Comments are closed.