In: , , ,
On: 2001 / 12 / 10 Viewed: 41691 times

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.

CODE:
  1. ;// KIKOO Mega l33t script
  2. ;// (c) Ozh, ozh@planetozh.com
  3. ;// Usage : clic droit sur un nick puis kikoo around a bit with a large kikoo
  4. ;// Use : right click on a nick, then kikoo him around a bit with a large kikoo
  5. ;// or /kikoo  (/kikoo yuo faggot !!!1)
  6. ;// KIKOOOO OZH !!! :o)))))
  7.  
  8. menu nicklist {
  9.   -
  10.   KIKOOO ! { kikoo $1 }
  11.   -
  12. }
  13.  
  14.  
  15. alias kikoo {
  16.   var %code 
  17.   var %c1 = $rand(1,15)
  18.   :loop
  19.     var %c2 = $rand(1,15)
  20.     if ( %c1 == %c2 ) goto loop
  21.  
  22.   var %l = $rand(1,10)
  23.   var %count 0
  24.   var %oo OO
  25.   :zou
  26.     %oo = %oo $+ O
  27.     inc %count
  28.     ; me %count
  29.     if ( %count <%l ) goto zou
  30.  
  31.   var %l = $rand(1,10)
  32.   var %count 0
  33.   var %excla !!!!
  34.   :pouet
  35.     %excla = %excla $+ !
  36.     inc %count
  37.     ; me %count
  38.     if ( %count <%l ) goto pouet
  39.  
  40.   var %l = $rand(1,10)
  41.   var %count 0
  42.   var %parent )
  43.   :gni
  44.     %parent = %parent $+ )
  45.     inc %count
  46.     ; me %count
  47.     if ( %count <%l ) goto gni
  48.  
  49.   msg # %code $+ %c1 $+ , $+ %c2 $+  KIKOO $+ %oo $upper($1-) %excla :o) $+ %parent %code
  50. }

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

Related posts

Metastuff

This entry "Zi KIKOO script" was posted on 10/12/2001 at 11:32 am and is tagged with , , ,
Watch this discussion : Comments RSS 2.0. You can trackback this post from your own site

One Reply

  1. 1
    tharlatt Russia »
    replied, on 25/Jan/05 at 10:10 am # :

    download

Leave a Reply

Comment Guidelines or Die

  • HTML: You can use these tags: <a href=""> <em> <i> <b> <strong> <blockquote>
  • Posting code: Post raw code (no <> &lt; etc) within appropriate tags : [php][/php], [css][/css], [html][/html], [js][/js], [sql][/sql], [xml][/xml], or generic [code][code]
  • Gravatars: Curious about the little images next to each commenter's name ? Go to Gravatar.
  • Spam: Various spam plugins on patrol. I'll put pins in a Voodoo doll if you spam me.
  • I will mark as Spam test comments, all comments with SEO names (ie "My Cool Online Shop" instead of "Joe") or containing forum-like signatures.

Read more ?

 « Quake aux JO 
 * sure * » 
Close
E-mail It