Top

mIRC Code Snippets by Scakk

  (40)  
Sort by 
This dialog allows you to merge the data of two items in the same hash table together. Once you merge the two items into one it will delete the second item. Example: First Item: Pins Steve 25 Second..
Tags: data  dialog  hash  item  table 
+ 0 likes
2 comment(s)   |   Score: 6.8   |   Language: mIRC   |   Posted by Scakk on Sep 20, 2008
The alias $fltok will return either the first token or last token. Usage: $fltok(TEXT,C) = last token Usage: $fltok(TEXT,C).f = first token The alias $rmtok will return either a random token or..
Tags: first  isid  last  middle  prop  random 
+ 2 likes
4 comment(s)   |   Score: 5.7   |   Language: mIRC   |   Posted by Scakk on Sep 17, 2008
This alias will return the text in random color per letter or random color per letter with a random color back ground per letter. Background color is optional. Usage: $mcolor(TEXT) = text in random..
Tags: alias  background  color  isid  mcolor  prop  random 
+ 1 likes
8 comment(s)   |   Score: 6.5   |   Language: mIRC   |   Posted by Scakk on Sep 17, 2008
This identifier will return a group of words in a list fashion. Usage: $lists(TEXT,C) Ex: //echo -ag $lists(red tree grows,32) ----> red, tree, grows Ex: //echo -ag $lists(red tree grows,32).a..
Tags: identifier  isid  list  porp  token 
+ 0 likes
3 comment(s)   |   Score: 6.0   |   Language: mIRC   |   Posted by Scakk on Sep 17, 2008
This allows you to remotely control your #group you have on your bot or other client as needed. /* Usage: !groups list = List all the groups you have to choose from. !groups all on/off = Turns..
Tags: group  groups 
+ 0 likes
1 comment(s)   |   Score: 7.0   |   Language: mIRC   |   Posted by Scakk on Sep 13, 2008
This dialog allows you turn on/off your groups ( #group ) as you need via the dialog. If you turn one off a second dialog appears allowing you turn off the variables/timers associated with the #group as..
Tags: .txt  dialog  groups  var  variables 
+ 1 likes
5 comment(s)   |   Score: 7.4   |   Language: mIRC   |   Posted by Scakk on Sep 13, 2008
Simple alias that allows you to add 1 color ( or back ground color ) with the ability to bold , underline or both to it. /* Usage: -- $coloring(TEXT,X,Y) = Text in color X ( 0-15 ) with background..
Tags: alias  color  prop 
+ 1 likes
10 comment(s)   |   Score: 7.5   |   Language: mIRC   |   Posted by Scakk on Aug 26, 2008
This is a reverse version of $strip ( minus the color part ) Usage: -- $unstrip(TEXT) = Text in default status. -- $unstrip(TEXT).b -- Bold -- $unstrip(TEXT).u -- Underline -- $unstrip(TEXT).r..
Tags: alias  bold  prop  reveres  underline 
+ 1 likes
4 comment(s)   |   Score: 7.5   |   Language: mIRC   |   Posted by Scakk on Aug 26, 2008
http://www.hawkee.com/snippet/730/ Original base script and idea from ch1zra. With this dialog you can hide ( or show if hidden ) Channels , @Windows and Query windows. You can hide/show one at..
Tags: channel  dialog  query  window 
+ 0 likes
13 comment(s)   |   Score: 7.0   |   Language: mIRC   |   Posted by Scakk on Aug 13, 2008
Ths dialog will let you open a log file for a channel , PM or @Window without having to go through Tools. Edit box #1 Log file you are looking for. Edit box #2 Defaults to current network if one is..
Tags: dialog  log  logs 
+ 0 likes
0 comment(s)   |   Score: 6.0   |   Language: mIRC   |   Posted by Scakk on Jul 14, 2008
This dialog will allow you to get the $chr(#) for anything you enter into the edit box. It will also allow you to add it to the clipboard for ease of use. *Other version ( limit of 5 and no clipboard..
Tags: chr  dialog 
+ 0 likes
4 comment(s)   |   Score: 6.5   |   Language: mIRC   |   Posted by Scakk on Jul 07, 2008
This little dialog will search for the $chr() for up to 5 characters at one time.
Tags: ascii  chr  dialog 
+ 0 likes
9 comment(s)   |   Score: 8.3   |   Language: mIRC   |   Posted by Scakk on Jul 05, 2008
The below snippet with tell you the percentage of capital letters , lowercase letters or both. It will only take into account letters in the string being checked. Update: Removed variables and placed..
Tags: capital  iscaps  isid  lowercase  percent  prop  regex 
+ 0 likes
8 comment(s)   |   Score: 6.0   |   Language: mIRC   |   Posted by Scakk on Jun 07, 2008
This script has the ability to add new tables , items and data. It can also be used to delete tables , items or data. It can also be used to delete multiple items from a hash table at one time. Update:..
Tags: dialog  hash  hashtable  table 
+ 0 likes
12 comment(s)   |   Score: 7.6   |   Language: mIRC   |   Posted by Scakk on May 18, 2008
This dialog allows you to use various nicks while roleplaying. It stores the nicks you wish to use , the channels you want to use them in and can easily be turned on and off. To choose or change nicks..
Tags: dialog  play  role  roleplay 
+ 0 likes
5 comment(s)   |   Score: 8.0   |   Language: mIRC   |   Posted by Scakk on Apr 17, 2008
1 2 3 Next
Bottom