Monkey Bordered Text
mIRC Code
+ 1 likes
Please Register to submit score.
| Average Score | 3.0 (of 2 scores) |
| Date Added | Oct 31, 2007 |
| Last Updated | Nov 25, 2007 |
| Tags | monkey text |
Introduction
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
mIRC Snippet:
Monkey Bordered Text
Posted on Feb 22, 2009 5:42 pm
Posted on Feb 22, 2009 5:42 pm
why does it keep sayin no groups need to be changed??
mIRC Snippet:
Monkey Bordered Text
Posted on Feb 22, 2009 6:18 pm
Posted on Feb 22, 2009 6:18 pm
it took a very long time? lol
mIRC Snippet:
Monkey Bordered Text
Posted on Feb 22, 2009 7:19 pm
Posted on Feb 22, 2009 7:19 pm
I like this. XD
You can also do:
The . in front of /enable and /disable silences it so you don't have things like:
or
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
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 |
| 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
mIRC Snippet:
Monkey Bordered Text
Posted on Feb 23, 2009 11:56 am
Posted on Feb 23, 2009 11:56 am
so..
and groups
| 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 } |










