Top

Monkey Bordered Text


mIRC Code
+ 1 likes
Please Register to submit score.
Bookmark and Share
Average Score  3.0 (of 2 scores)
Date Added  Oct 31, 2007
Last Updated  Nov 25, 2007
Tags  monkey  text 

Introduction

After I Posted This It Wasnt Working Right But After Messing With It For A LOOONNG Time I Finally Figured Out What Was Wrong So Now I KNOW It Works!*!

1ST:
Copy From Here.

2ND:
Paste In Remotes. ( Press ALT+R If You Dont Know How To Get There )

3RD:
Right Click Anywere In The Channel.

4TH:
Select ~Monkey Text~ | ~On~

5TH ( Optional ):
Select ~Monkey Text~ | ~Off~ When Your Done Using It.

This Took A Very Long Time So PLZ Dont Rip It

Grab the Code

#MonkeyTxt on
on *:input:*:{ 
  if ($left($1-,1) != /) && ($active != Status Window) { 
    msg $active 5,1@(4°12¬4°5)@12,1 $1- 5@(4°12¬4°5)@ | halt
  }
}
#MonkeyTxt end
menu nicklist,query,channel { 
  $iif($group(#MonkeyTxt).status == on, ~Monkey Text~ On, ~Monkey Text~ Off)
  .~On~: enable #MonkeyTxt
  .~Off~:disable #MonkeyTxt
}

Comments

  (6)  RSS
misty
Comments: 3
 
mIRC Snippet:  Monkey Bordered Text
Posted on Feb 22, 2009 5:42 pm
why does it keep sayin no groups need to be changed??
Kirbeh_Pr0nz
Comments: 144
 
mIRC Snippet:  Monkey Bordered Text
Posted on Feb 22, 2009 6:18 pm
it took a very long time? lol
misty
Comments: 3
 
mIRC Snippet:  Monkey Bordered Text
Posted on Feb 22, 2009 6:32 pm
can anyone help
Kirby
Comments: 475
 
mIRC Snippet:  Monkey Bordered Text
Posted on Feb 22, 2009 7:19 pm
I like this. XD
You can also do:
Code:
#MonkeyTxt on
on *:input:*:{
  if ($left($1-,1) != /) && (c !isincs $chan($chan).mode) {
    msg $active 5,1@(4�12�4�5)@12,1 $1- 5@(4�12�4�5)@ | halt
  }
}
#MonkeyTxt end

menu * {
  $iif($group(#MonkeyTxt).status == on,~Monkey Text~ Off,~Monkey Text~ On!): $iif($group(#MonkeyTxt).status == on,.disable #MonkeyTxt,.enable #MonkeyTxt)
}


The . in front of /enable and /disable silences it so you don't have things like:
Quote:
* No groups needed to be changed
or
Quote:
* Group(s) disabled

The $chan($chan).mode checks to see if mode +c is or isn't set for the active channel.

+1 like from me for the idea
dashh
Comments: 22
 
mIRC Snippet:  Monkey Bordered Text
Posted on Feb 23, 2009 11:56 am
so..
Code:

msg $active $iif($poscs($chan($chan).mode,c),test,4test) xD!


and groups

Code:

alias set_monkey {
  %MonkeyTxt = $iif(%MonkeyTxt = 0,1,0)
  $iif(%MonkeyTxt = 0,.disable,.enable) #MonkeyTxt
}
Kirby
Comments: 475
 
mIRC Snippet:  Monkey Bordered Text
Posted on Feb 23, 2009 2:58 pm

Commenting Options

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

  
Bottom