mIRC Snippet:
Hash Table Manager Dialog II
Posted on Sep 23, 2008 11:46 am
Posted on Sep 23, 2008 11:46 am
Looks good scakk man cant do my hash codes without it;p.`-.-´
mIRC Snippet:
Hash Table Manager Dialog II
Posted on Sep 23, 2008 8:21 am
Posted on Sep 23, 2008 8:21 am
Update: 23Sep08 Fixed a reoccuring bug with the multi delete dialog. Shortened the code a bit and resized the Multi Item Delete Dialog. Added a few more checks into the code also. Name of hash table being owrked on shows in the title of the Multi Item Delete Dialog.
mIRC Snippet:
Variable Viewer and Editor Dialog
Posted on Sep 22, 2008 12:17 pm
Posted on Sep 22, 2008 12:17 pm
Completely redid this one.
mIRC Snippet:
Text File Viewer and Manager Dialog
Posted on Sep 21, 2008 6:17 pm
Posted on Sep 21, 2008 6:17 pm
Update 5 21Sep08: Removed the 'List' button , changed the way it list the .txt in the list box, changed to where it loads all the .txt files in your $mircdir upon opening, made the 'View , New and Delete' buttons show when opening and cleaned the code up a bit here and there.
mIRC Snippet:
Hash Table Data Merger Dialog
Posted on Sep 20, 2008 10:32 pm
Posted on Sep 20, 2008 10:32 pm
nice , this could come in very handy
very useful
very useful
mIRC Snippet:
$fltok & $rmtok
Posted on Sep 20, 2008 9:17 pm
Posted on Sep 20, 2008 9:17 pm
My mistake on the code, and the alias, imo, is a waste, since you can get the same information with a few extra characters and using mIRC's built-in identifiers, rather than having all that extra code.
mIRC Snippet:
Hash Table Data Merger Dialog
Posted on Sep 20, 2008 7:06 pm
Posted on Sep 20, 2008 7:06 pm
Looks good Scakk mite have to put it to some use;p."Rate it or Hate it?"...7/10".`-.-´
mIRC Snippet:
$fltok & $rmtok
Posted on Sep 20, 2008 5:42 pm
Posted on Sep 20, 2008 5:42 pm
RusselB.. You have that backwards.
$fltok(text,c) = $gettok(text,-1,c)
$fltok(text,c).f = $gettok(text,1,c)
Which is the way it is done in the above alias.
$fltok(text,c) = $gettok(text,-1,c)
$fltok(text,c).f = $gettok(text,1,c)
Which is the way it is done in the above alias.
mIRC Snippet:
$fltok & $rmtok
Posted on Sep 20, 2008 5:08 pm
Posted on Sep 20, 2008 5:08 pm
$fltok(text,c) = $gettok(text,1,c)
$fltok(text,c).f = $gettok(text,-1,c)
$fltok(text,c).f = $gettok(text,-1,c)
mIRC Snippet:
$fltok & $rmtok
Posted on Sep 18, 2008 9:49 am
Posted on Sep 18, 2008 9:49 am
+Like
Works really nicely and is useful :)
Works really nicely and is useful :)
mIRC Snippet:
$mcolor - Text in random color
Posted on Sep 17, 2008 9:12 pm
Posted on Sep 17, 2008 9:12 pm
Update: 17Sep08 Issue where using numbers caused errors has been fixed.
mIRC Snippet:
$mcolor - Text in random color
Posted on Sep 17, 2008 9:01 pm
Posted on Sep 17, 2008 9:01 pm
hello again!!!
to me works but cannot contain numbers
Jah Bless´´
to me works but cannot contain numbers
Jah Bless´´
mIRC Snippet:
$mcolor - Text in random color
Posted on Sep 17, 2008 8:49 pm
Posted on Sep 17, 2008 8:49 pm
Update: 17Sep08 Will not use same text color and background color.
mIRC Snippet:
$mcolor - Text in random color
Posted on Sep 17, 2008 8:40 pm
Posted on Sep 17, 2008 8:40 pm
Fixed.
mIRC Snippet:
$mcolor - Text in random color
Posted on Sep 17, 2008 8:35 pm
Posted on Sep 17, 2008 8:35 pm
I will working on a way to fix that. Once I get it I will post.
napalm - Your version removes spaces between words.
napalm - Your version removes spaces between words.
mIRC Snippet:
$mcolor - Text in random color
Posted on Sep 17, 2008 8:07 pm
Posted on Sep 17, 2008 8:07 pm
| Code: |
| alias mcolor { var %w 1 , %x , %y , %z while (%w <= $len($1-)) { :redo %y = $r(2,15) | %z = $r(2,15) if (%y == %z) goto redo %x = %x $+ $iif($prop == b,$+($chr(15),$chr(3),%y,$chr(44),%z),$+($chr(3),%z)) $+ $mid($replace($1-,$chr(32),$chr(1)),%w,1) inc %w } return $replace(%x,$chr(1),$chr(32)) } |
mIRC Snippet:
$mcolor - Text in random color
Posted on Sep 17, 2008 7:46 pm
Posted on Sep 17, 2008 7:46 pm
Need to fix the problem with text being the same color as the background, thus making it invisible.
mIRC Snippet:
$mcolor - Text in random color
Posted on Sep 17, 2008 7:19 pm
Posted on Sep 17, 2008 7:19 pm
Very good man!! Nice work Scakk
and i like your $identifiers ideas
keep it up!!
Jah Bless´´
and i like your $identifiers ideas
keep it up!!
Jah Bless´´
mIRC Snippet:
$lists - Returns items in list fashion.
Posted on Sep 17, 2008 7:05 pm
Posted on Sep 17, 2008 7:05 pm
Update: 17Sep08 Fixed the issue if $2 is below 0 or above 256.
Thanks napalm.







