Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 859
» Latest member: makabaka
» Forum threads: 11,194
» Forum posts: 73,585

Full Statistics

Online Users
There are currently 59 online users.
» 0 Member(s) | 57 Guest(s)
Bing, Google

Latest Threads
Slope Unblocked: The Ulti...
Forum: General Discussions
Last Post: Semhar Girmay
24-08-2026, 02:43 AM
» Replies: 0
» Views: 39
Hello
Forum: Introduce yourself
Last Post: D3f4ult
04-03-2026, 10:20 AM
» Replies: 71
» Views: 86,501
intro to myself
Forum: Introduce yourself
Last Post: Donaldbiz
16-04-2025, 02:42 AM
» Replies: 1
» Views: 3,443
The Importance of Getting...
Forum: Linux Stuff
Last Post: Chano
19-10-2024, 11:02 PM
» Replies: 1
» Views: 7,034
Hey there...
Forum: Introduce yourself
Last Post: Knight_Errant
19-10-2024, 03:12 PM
» Replies: 6
» Views: 7,784
How to compile Irssi from...
Forum: Linux Stuff
Last Post: FrankCaurn
12-10-2024, 04:40 AM
» Replies: 1
» Views: 10,666
Witam z Krakowa
Forum: Introduce yourself
Last Post: Chopper
24-11-2023, 12:59 AM
» Replies: 1
» Views: 2,467
Merry Christmas !!!
Forum: Network News
Last Post: Hooter_Tooter
17-12-2021, 11:34 PM
» Replies: 11
» Views: 26,816
Hello
Forum: Introduce yourself
Last Post: immortal
27-06-2021, 09:05 AM
» Replies: 1
» Views: 2,883
guide lines
Forum: General Discussions
Last Post: wildcard
11-01-2021, 06:31 AM
» Replies: 0
» Views: 2,489

 
  KVIrc Clone Scanner
Posted by: immortal - 07-11-2011, 12:37 PM - Forum: KVIrc - Replies (1)

Here is a clone scanner.
How to use:

1-) The alias /scan nick - optional
2-) The alias /scan #channel  - optional
3-) The popup at right click in the channel "Clone Scanner" (Does scan whole channel as above)
4-) It will show the clones as well when someone join your channel.

How to install: Download the file called CloneScanner.kvs from this post, and follow "Scripting,  Execute Script,  Find the  CloneScanner.kvs file, Double click" thats it  Smile

Or Copy the code and paste in a .kvs file Smile

Code:
addon.register("CloneScanner","1.0","CloneScanner","Erkan","4.0.1"){ event(OnJoin,clonescan){} alias(clones){} alias(scan){} delpopupitem -d -q channeltextview CloneScanner echo CloneScanner has been uninstalled succesfully. } alias(clones) { foreach (%user, $chan.users) { if ($iswellknown(%user) && $hostname(%user) == $hostname($0) && %user != $0) { %clones <+ $link(%user, nick); } } if (!$isempty(%clones)) { timer -s ($rand, 1, $0, %clones) { echo -i=$msgtype(genericstatus) $k(4)Clones for $b$link($0, nick)$b\: $str.join(", ", $1); } } } alias(scan) foreach (%nick, $chan.users) { clones %nick; } event(OnJoin,clonescan) { clones $0; } defpopup -m (channeltextview) { separator item(Clone Scanner,125,CloneScanner) { scan $chan.name } } # CloneScanner :) echo CloneScanner has been installed succesfuly :)



Attached Files
.kvs   CloneScanner.kvs (Size: 858 bytes / Downloads: 952)
Print this item

  Show Clones On Join
Posted by: Omar - 27-10-2011, 05:30 PM - Forum: mIRC - No Replies

    • This addon will let you see the other clones from the users when one of them join the room you are already on it.
    Example: (18:17:53) * Alicia17 has joined #Personals(18:17:53) [ Clones Nicks:  Alicia17 Emily_ ]How to load the addon on your mIRC script (choose either 1 or 2)1- Go on Tools on the MenuBar - Script Editor - Remote - File - New then copy the code down and paste it there then press Ok.2- Download the Clones on join.mrc down, Put it on the mirc folder and go on Tools on the MenuBar - Script Editor --- > Remote - File  - Load and then choose the place of the Clones on join.mrc and then press Open then Ok. Code
Code:
on *:Join:#: {   var %host_to_search_for = $address($nick,2)   var %number_from_that_host = $ialchan(%host_to_search_for,$chan,0)   if (%number_from_that_host > 1) {     ;we have clones!     ;first set up our vars and loop     var %count = 0     unset %clones     :loop     inc %count     ;loop through every nick, adding the nicks to %clones     var %clones = %clones $ialchan(%host_to_search_for,$chan,%count).nick     if (%count < %number_from_that_host) { goto loop }     echo -t $chan 3[ 3Clones Nicks: 3 %clones 3]   } }


Hope i was clear to everyone if you got any questions you can just make a reply and i will be happy to answer you Big Grin



Attached Files
.mrc   clone scan.mrc (Size: 1.85 KB / Downloads: 405)
Print this item

  Channel Modes
Posted by: Omar - 27-10-2011, 03:45 AM - Forum: Services and IRCd Help - Replies (1)

Access List:


[ v ] [nick] Gives voice to [nick]. Voiced users have no real power, the only thing special about being voiced is being able to speak when mode +m is set.

Code:
/mode #<channel> +v <nickname>


[ h ] [nick] Gives halfop status to the user (+o and above only).

Code:
/mode #<channel> +h <nickname>


[ o ] [nick] Gives operator status to the user.

Code:
/mode #<channel> +o <nickname>


[ a ] [nick]Gives protect status to the user, preventing them from being kicked (+q only).

Code:
/mode #<channel> +a <nickname>


[ q ] [nick] Gives owner status to the user, preventing them from being kicked (Services only).

Code:
/mode #<channel> +q <nickname>


List Modes:


[ b ][n!u@h] Bans matching hostmask = nick!ident@host from joining the channel. Also, be sure to check out the extbans.

Code:
/mode #<channel> +b <hostmask>


[ e ][n!u@h] Excepts hostmask = nick!ident@host from bans.

Code:
/mode #<channel> +e <hostmask>


[ I ][n!u@h] Excepts hostmask = nick!ident@host from chmode +i, allowing matching users to join while the channel is invite-only (chan mode +i).

Code:
/mode #<channel> +I <hostmask>


[ g ][keyword] Blocks messages matching the given keyword. eg: (/mode +g *key*word*)

Code:
/mode #<channel> +g [keyword]


Other Modes:


[ c ] Blocks messages containing mIRC colour codes.

Code:
/mode #<channel> +c


[ d ][sec]Disallows a user from talking in the channel unless they've been joined for [num] seconds.

Code:
/mode #<channel> +d [sec]


[ f ]{*}[num]:[sec] Allows only [num] messages from a user every [sec] seconds. Exceeding this will enact a KICK on the offending user (or ban if the * is included.)

Code:
/mode #<channel> +f {*}[line]:[sec]


[ i ] Makes the channel invite-only. Users can only join if an operator uses /INVITE to invite them.

Code:
/mode #<channel> +i


[ j ][num]:[sec] Allows only [num] users to join the channel in [sec] seconds.

Code:
/mode #<channel> +j [num]:[sec]


[ k ][key] Sets a key on the channel (password).

Code:
/mode #<channel> +k [key]


[ l ][number] Sets the channel limit to [number]. Once the limit is reached, no more users can join.

Code:
/mode #<channel> +l [number]



[ m ]Enable moderation. Only users with +v or higher can speak.

Code:
/mode #<channel> +m


[ n ] Blocks users who are not members of the channel from messaging it.

Code:
/mode #<channel> +n


[ p ] Make channel private, hiding it in user's whoises and replacing it with * in /LIST, but WILL still show up in your WHOIS.

Code:
/mode #<channel> +p


[ r ] Marks the channel as registered with Services (Services only).

Code:
/mode #<channel> +r


[ s ] Make channel secret, hiding it in user's whoises and /LIST.

Code:
/mode #<channel> +s


[ t ] Only users with +h or higher can change the topic.

Code:
/mode #<channel> +t


[ A ] Allows all users in the channel to use /INVITE, even if they don't have half-op or above.

Code:
/mode #<channel> +A


[ B ] Blocks messages with too many capital letters, as determined by the network configuration.

Code:
/mode #<channel> +B


[ C ] Blocks any CTCPs to the channel. (CTCPs are Client to Client Protocols its a set of rules thats are  between one client and another it work for the commands that are direct and doesnt need an accept or refuse like ping finger time version and DCC. etc)

Code:
/mode #<channel> +C


[ F ][num]:[sec] Allows only [num] nick changes every [sec] seconds in a channel.

Code:
/mode #<channel> +F [numb]:[sec]


[ G ] Censors messages to the channel based on the network configuration.

Code:
/mode #<channel> +G


[ H ][numConfusedec] Displays the last [num] lines of chat to a user joining a channel; [sec] is the maximum time to keep lines in the history buffer. Designed so that the

new user knows what the current topic of conversation is when joining the channel.

Code:
/mode #<channel> +H [numb]:[sec]


[ J ][sec] Disallows a user from joining [sec] seconds after being kicked.

Code:
/mode #<channel> +J [sec]


[ K ] Blocks /KNOCK on the channel. (/KNOCK is used when the channel is +i as it sends notice at the room while u cant join it)

Code:
/mode #<channel> +K


[ L ][channel] If the channel reaches its limit set by +l, users will be redirected to [channel] .

Code:
/mode #<channel> +L #[channel]


[ M ] Blocks unregistered users from speaking.

Code:
/mode #<channel> +M


[ N ] Prevents users on the channel from changing nickname.

Code:
/mode #<channel> +N


[ O ] Channel is IRCops only (IRCops only).

Code:
/mode #<channel> +O


[ P ] Makes the channel permanent; Bans, invites, the topic, modes, and such will not be lost when it empties (IRCops only)..

Code:
/mode #<channel> +P


[ Q ] Only ulined servers and their users can kick other users. (ulined servers like chanserv, ircops etc)

Code:
/mode #<channel> +Q


[ R ] Blocks unregistered users from joining.

Code:
/mode #<channel> +R


[ S ] Strips mIRC colour codes from messages to the channel.

Code:
/mode #<channel> +S


[ T ] Blocks /NOTICEs to the channel from users who are not at least halfop.

Code:
/mode #<channel> +T


[ X ][Permission]:[Mode] It allows channel-operators (or other users) to override certain channel modes.

Permission: blockcaps (+B), blockcolor (+c), filter (+g), flood (+f), nickflood (+F), noctcp (+C), nonick (+N), nonotice (+T), regmoderated (+M), stripcolor (+S) and topiclock (+t).

Modes: (q, a, o, h or v) = (owner, protect, fullop, halfop, voice).

Code:
/mode #<channel> +X topiclock:o

Print this item

  Flood Protection
Posted by: Omar - 27-10-2011, 12:15 AM - Forum: mIRC - No Replies

I got this flood protection and try it and it works fine with me it will help against any flood u got from text/notice/repeat/join.. etc

How to get the addon on your mIRC script

1- Download the Flood Protection.rar down, Put it on the mirc folder.

2- Extract all in the folder of the mIRC and make sure they all in same folder then and go on Tools on the MenuBar - Script Editor --- > Remote - File  - Load and then choose the place of the flood.mrc and then press Open then Ok



Attached Files
.rar   Flood Protection.rar (Size: 57.03 KB / Downloads: 163)
Print this item

  GOM Player
Posted by: Omar - 26-10-2011, 09:15 PM - Forum: Computer and Tech - No Replies

[youtube=550,350]qcP3XzY2xMk[/youtube]

1- About GOM Player

  • With 15 million unique users and two million daily users, GOM Player ranks among the most popular media player in Asia.


  • GOM Player is a video/audio player with additional multimedia functions. This is a player of the new generation, which allows you to quickly and conveniently use the advantages of digital technologies.


  • GOM uses low CPU utilization while giving you the best possible image and subtitle quality and plays incomplete files without buffering. You can play any media files with GOM’s built-in codec and Codec Finder service:


  • GOM’s built-in Codec supports the following codec: AC3, OGG, XVID, DIV1, DIV2, DIV3, DIV4, DIV5, DIV6, DIVX, DX50, MP41, MP42, MP43, H263, AP41, MPG4, MP4S, M4S2, MP4V, BLZO, MJPG, RMP4, DXGM, H264.


  • In addition, Codec Finder service helps codec installation; this service will tell you exactly which codec you should install and where you can download the codec. This service is powerful, easy to use, and highly interactive. With it’s help, you can watch any media files of various formats.
   
System Requirements:
  • 300 MHz processor, such as a Pentium II or AMD
         
  • Up to 16MB of available RAM space
         
  • Up to 20MB of available hard-disk space
         
  • Microsoft® Windows 98/ME/2000/XP/NT


2-Overview of Features

Main functions:
  • Configuration Wizard

    Configuration Wizard gives you an ability to make quickly necessary operation, simplifying the usage of complex system of video processing.


  • Damaged/Incomplete files playback

    Normally, you can't play AVI files when the files are damaged or incomplete. GOM developed a unique technology in itself which can make to play the damaged or incomplete files which downloaded from P2P programs.


  • Subtitle finder

    Subtitle Finder is a unique service that allows you to search and download subtitles directly from GOM’s subtitle database.


  • Logos and skins

    You can personalize your GOM with various logos and program skins, and visit our web site to download your favorite logos and skins.


  • Advanced screen capture

    Advanced Screen Capture helps you change the saved file’s directory, and capture up to 10 burst images in a row.


GOM Media Player Features

Codec Finder

GOM Media Player comes equipped with all of the most popular video codecs (XviD, DivX, FLV1, OGG, MP4, H263 and more) by default, so downloading and installing extras is rarely necessary. For those videos that do require a separate codec, GOM Media Player will find one and direct you to a place where you can download an open source version. That way, you won't get stuck with unnecessary codecs on your system.


Play Broken AVI Files

AVI files can't be played if the index is broken, or if the file isn't completely downloaded. This is because the index is located at the end of the file. GOM Media Player's advanced technology enables users to view files with broken indexes or that are still being downloaded.


Powerful Subtitle Support

GOM Media Player supports SMI, SRT, RT, and SUB(with IDX) subtitle formats. You can specify margin, location, size, resolution, font and others. You can also enable shadow, view ASF files with subtitle, karaoke subtitle mode. You can even synchronize subtitle and video if there's any mismatch.


Convenient Playlist

It's easy to create and edit your own multimedia playlist with GOM Media Player. If there are multiple videos with similar names in a given directory (i.e. "Sample Episode 1", "Sample Episode 2", etc) they will all be automatically added to your playlist when you choose to playback one of them. Furthermore, because GOM Media Player uses a playlist format that is similar to M3U, PLS, and ASX, playlists that are saved in any of those formats can be opened and edited as well.
Support Different Media Types

GOM Media Player can play all the most popular video formats by default, including AVI, MP4, MKV, FLV, WMV, and more.


Screen Capture

Screen capture allows you to take a screenshot of your video directly from GOM Media Player. Using the Burst Capture feature, you can take continuous screenshots up to 999 shots.


Advanced Features

There are an extensive number of advanced features included in GOM Media Player. You can customize brightness, contrast and saturation, sharpen and add noise to your video, adjust audio output using the audio equalizer, repeat a section of your video with our A-B Repeat feature, make use of loads of keyboard shortcuts, and much more!

http://www.gomlab.com/eng/GMP_download.html

Print this item

  JDownloader
Posted by: Omar - 26-10-2011, 08:20 PM - Forum: Computer and Tech - Replies (4)

[youtube=550,350]_VVMraMhRRs[/youtube]


JDownloader is open source, platform independent, and written completely in Java. It simplifies downloading files from One-Click-Hosters like Rapidshare.com or Megaupload.com - not only for users with a premium account but also for users who don't pay. It offers downloading in multiple parallel streams, captcha recognition, automated file extraction, and much more. Of course, JDownloader is absolutely free of charge. Additionally, many "link encryption" sites are supported - so you just paste the "encrypted" links and JD does the rest. JDownloader can import CCF, RSDF and the new DLC files.



[Image: 50296_102562869788282_7045_q.jpg]

Download: http://jdownloader.org/download/index

Print this item

  Track User
Posted by: Omar - 24-10-2011, 10:20 PM - Forum: mIRC - Replies (17)

  • This addon will let you see the other nicks from the users they used when they join and also when u make right click on any nick on the nicklist and choose  Track Users --- > View Other Nicknames

How to load the addon on your mIRC script (choose either 1 or 2)

1- Go on Tools on the MenuBar - Script Editor - Remote - File - New then copy the code down and paste it there then press Ok.

2- Download the Track User.mrc down, Put it on the mirc folder and go on Tools on the MenuBar - Script Editor --- > Remote - File  - Load and then choose the place of the Track User.mrc and then press Open then Ok.

Code

Code:
ON *:START: {   ; Create a hash table and load the saved user data   hmake trackusers 10   if ($isfile(trackusers.dat)) {     hload trackusers trackusers.dat   } } on *:JOIN:#: {   ; Check if there are any nicknames for this mask   if ($hget(trackusers,$address($nick,2))) {     var %n = $ifmatch     ; Delete the current nickname from the list of used nicknames     if ($istok(%n,$nick,32)) { var %d = $deltok(%n,$findtok(%n,$nick,1,32),32) }     else { var %d = %n }     ; If there are no nicknames left in the list then stop     if (!%d) { return }     ; Display the nicknames     echo $colour(info) -ti2 $chan * $nick has also used the nickname $+ $iif($numtok(%d,32) > 1,s:,:) %d     if (!$istok(%n,$nick,32)) {       ; Add the current nickname to the list       hadd trackusers $address($nick,2) %n $nick     }   }   else {     ; Create a new entry for this mask     hadd trackusers $address($nick,2) $nick   } } on *:NICK: {   if ($hget(trackusers,$address($newnick,2))) {     var %n = $ifmatch     if (!$istok(%n,$newnick,32)) {       ; Append the new nickname to the list for this mask       hadd trackusers $address($newnick,2) %n $newnick     }   }   else {     ; Create a new entry for this mask     hadd trackusers $address($nick,2) $newnick   } } - menu nicklist,query {   -   Track Users   .View Other Nicknames:{     if (!$address($$1,2)) { echo $colour(info) -ti2 # * IAL not updated for $$1 $+ , performing userhost lookup | userhost $$1 | return }     if ($hget(trackusers,$address($$1,2))) {       var %n = $ifmatch       if ($istok(%n,$$1,32)) { var %d = $deltok(%n,$findtok(%n,$$1,1,32),32) }       else { var %d = %n }       if (!%d) { goto notknown }       echo $colour(info) -ti2 # * $$1 has also used the nickname $+ $iif($numtok(%d,32) > 1,s:,:) %d     }     else {       :notknown       echo $colour(info) -ti2 # * $$1 has not been known by any other nickname     }   }   ; This resets the data for this nick's mask only   .Reset:hdel trackusers $address($$1,2) } ON *:EXIT: {   ; Save data on exit   if ($hget(trackusers)) { hsave -o trackusers trackusers.dat }

How to use
  • Normally it will work auto some people will load it and say it doesnt appear the other nicknames or its not working ... i will say it working fine just load it and wait couple days so that he can recognize and save the other nicks




Attached Files
.mrc   Track User.mrc (Size: 2.1 KB / Downloads: 1,085)
Print this item

  User Modes
Posted by: Omar - 24-10-2011, 02:05 AM - Forum: Services and IRCd Help - Replies (1)

Command:

Code:
/mode <yournick> ±<letter>
  • Note: You can only change your own user modes ONLY.




  [ c ] = Blocks private messages and notices from users who do not share a common channel with you.

Code:
/mode <yournick> ±c



  [ d ] = Deaf mode. User will not recieve any messages or notices from channels they are in.

Code:
/mode <yournick> ±d



  [ g ] = Provides control over who can private-message a user via /ACCEPT lists.

Code:
/mode <yournick> ±g



  [ h ] = Marks as 'available for help' in WHOIS (IRCop only).

Code:
/mode <yournick> ±h



  [ i ] = Makes invisible to /WHO if the user using /WHO is not in a common channel.

Code:
/mode <yournick> ±i



  [ k ] = Prevents the user from being kicked from channels, or having op modes removed from them (services only).

Code:
/mode <yournick> ±k



  [ o ] = Marks as a IRC operator.

Code:
/mode <yournick> ±o


  [ r ] = Marks as having a registered nickname (services only).

Code:
/mode <yournick> ±r



  [ s ] = Receives server notices specified by [mask] (IRCop only).

Code:
/mode <yournick> ±s



  [ w ] = Receives wallops messages.

Code:
/mode <yournick> ±w



  [ x ] = Gives a cloaked hostname.

Code:
/mode <yournick> ±x



  [ B ] = Marks as a bot.

Code:
/mode <yournick> ±B



  [ G ] = Censors messages sent to the user based on filters configured for the network.

Code:
/mode <yournick> ±G



  [ H ] = Hides an oper's oper status from WHOIS (IRCop only).

Code:
/mode <yournick> ±H



  [ I ] = Hides a user's entire channel list in WHOIS from non-IRCops (IRCop only).

Code:
/mode <yournick> ±I



  [ Q ] = Makes an operator invisible, preventing users from seeing their presence, including in channel user lists (IRCop only).

Code:
/mode <yournick> ±Q



  [ R ] = Blocks private messages from unregistered users.

Code:
/mode <yournick> ±R



  [ S ] = Strips mIRC colour/bold/underline codes out of private messages to the user.

Code:
/mode <yournick> ±S



  [ T ] = Prevents you from receiving CTCPs. (CTCPs are Client to Client Protocols its a set of rules thats are  between one client and another it work for the commands that are direct and doesnt need an accept or refuse like ping finger time version and DCC. etc)


Code:
/mode <yournick> ±T



  [ W ] = Receives notification when a user uses WHOIS on them (IRCop only).

Code:
/mode <yournick> ±W

Print this item

  Wildcards
Posted by: Omar - 23-10-2011, 09:16 PM - Forum: Services and IRCd Help - Replies (4)

What are they:

  • Wildcards are a replace for characters to help you for fast operations like bans so its really useful.


Types of it
  • The wildcards got only 2 type of using it:
  • 1- The question mark (?) replaces one character.
  • 2- The asterisk (*) replaces a string of characters (a sequence of characters).

[*]Some of you gone say i didnt understand anything .. just keep going and u will get it Big Grin

What you need to know before using it:
  • 1- Its must be used only when really necessary, as its purpose is to widen the ban.
    2- When you are using it you must be focus and wise to not get risk of banning innocent chatters.
    3- The (*) wildcard can very effective and can also be potentially very dangerous.


How its used

Note: A ban always contains five parts: nick!ident@IPaddress = *!*@* so lets say we will have a hostmask 

            Johnny!whatever@FB6346.B8C837.423B54.CEE52F

   
Code:
/mode #channel +b nick!ident@IPaddress


1- Nick

  • Johnny!*@* = This will ban the nickname Johnny only and will not affect other users with nicknames.

           
  • Johnny?!*@* = This means all Johnny nicks with one character after it are banned (Johnny1, Johnny2, JohnnyH).

           
  • Johnny*!*@* = This means all Johnny nicks with one or more characters after it are banned (Johnny4, Johnny10, johnnytheman).

           
  • *Johnny*!*@* = lock" the nickname on the left side too with a * in front of the nick as well after the nick (lemoJohnnyin, likeJohnnyutler).


2- Ident

  • *!whatever@* = This bans only the users using the ident "whatever".
                 
           
  • *!whatever???@* = This bans all users using the ident "whatever" with 3 characters after it (whatever1sa, whatever156, whateveryou).
               
           
  • *!whatever*@* = This bans users using the ident "whatever" with (a string of) characters after it (whatever4, whatever10, whatevertheman)..
                       
           
  • *!*whatever*@* = This bans all users using an ident with the word "whatever" in it(whateveryouwant, likewhateverthing, whateverneed.


3- IP

 
  • Note:This ban is only used on the ban jump if you keep ban the user and he keep changing his IP

  • *!*@FB6346.B8C837.423B54.CEE52F = This bans Johnny's cloaked IP

           
  • *!*@*.423B54.CEE52F = This bans the two last parts of Johnny's cloaked IP

           
  • *!*@FB6346.B8C837.* = This bans the two first parts of Johnny's cloaked IP (domain)

           
  • *!*@FB6346.* = This bans the first part of Johnny's cloaked IP (wide domain)

  Note: Always be carefull with (domain/wide domain) bans, lots of users use the same domain, a ban like this could be too broad!.

Print this item

  Change your color font on mIRC
Posted by: Omar - 23-10-2011, 05:54 PM - Forum: mIRC - Replies (10)

  • This addon is helpful to change your color font using the color codes like you want and this addon work on mIRC or any script based on it.
How to load the addon on your mIRC script (choose either 1 or 2)

1- Go on Tools on the MenuBar - Script Editor - Remote - File - New then copy the code down and paste it there then press Ok.

2- Download the Color.mrc down, Put it on the mirc folder and go on Tools on the MenuBar - Script Editor --- > Remote - File  - Load and then choose the place of the Color.mrc and then press Ok.

Code

Code:
alias coloron { set -n %color $1 } alias coloroff { unset %color } on *:input:*:{   if (%color) && ($left($1,1) !isin /!) && (c !isincs $chan(#).mode) {     haltdef     say $chr(3) $+ %color $+ $chr(2) $+ $chr(2) $+ $1-   } }

How to use
  • Use it is very simple you need to know the color codes first .. to know them press Ctrl + K and it will give u a small list of the colors code to choose anyone.
  • To make it work and change the color of the font u need to type /coloron <color code> as for example if you want to chose blue press /coloron then ctrl +k and then choose the color then press enter.
  • To make the color font back as black (Off) just press /coloroff.
Please Note:

That there few addons which conflict the color and u might see 2 outputs showing like acronmys or themes etc, so make sure u dont have any



Attached Files
.mrc   Color.mrc (Size: 234 bytes / Downloads: 1,337)
Print this item