Top

Comments

  (37)  RSS
G13AoUsTiS's
G13AoUsTiS
Comments: 37
 
mIRC Snippet:  Custom Whois Window & Mass Whois
Posted on Apr 17, 2008 6:57 am
hmm i think that the mwhois alias will get you exxess flood
G13AoUsTiS
Comments: 37
 
Profile:  eL^Topo
Posted on Mar 22, 2008 1:51 pm
woha telika oloi ellines edw:D
G13AoUsTiS
Comments: 37
 
mIRC Snippet:  Convert Characters to ASC codes
Posted on Mar 18, 2008 1:39 pm
thanks mountaindew:)
G13AoUsTiS
Comments: 37
 
mIRC Snippet:  SpellChecker
Posted on Mar 15, 2008 3:29 pm
oups remove var %x = $numtok(%sc.corr,32) for the alias. Sorry My Bad!
G13AoUsTiS
Comments: 37
 
mIRC Snippet:  SpellChecker
Posted on Mar 15, 2008 3:28 pm
Code:

alias toke {
  dialog -m core core
  tokenize 32 %sc.corr
  var %x = $numtok(%sc.corr,32)
  did -a core 1 $*
}

 
dialog core {
  title "Correction"
  size -1 -1 103 38
  option dbu
  combo 1, 10 3 85 50, size drop
  button "Correct it!", 2, 32 19 37 12
}

on *:dialog:core:sclick:2: //say $replacex($1-,sc.word,$did(1))


what about this? and add a "/toke %sc.corr" under %sc.msg Sorry, $qt(4 $+ %sc.word $+ ) is spelled 4incorrectly. Here's some suggestions: %sc.corr ???
G13AoUsTiS
Comments: 37
 
mIRC Snippet:  YouTube Video Searcher
Posted on Mar 15, 2008 3:05 pm
Added: "not working"
URL: "not working"

try it mountendew

if you fix this 11/10:)
G13AoUsTiS
Comments: 37
 
mIRC Snippet:  Mp3 Player again
Posted on Mar 15, 2008 2:44 pm
thank you RCA:) i also added the menu channel thingy:)
G13AoUsTiS
Comments: 37
 
mIRC Snippet:  Broken Identd
Posted on Mar 14, 2008 10:22 am
RCA: nice:)
G13AoUsTiS
Comments: 37
 
mIRC Snippet:  Mass Modes
Posted on Mar 14, 2008 10:20 am
Lindrian Thanks!
napa %a is set to 0 so while will not work. *think*
G13AoUsTiS
Comments: 37
 
mIRC Snippet:  YouTube Video Searcher
Posted on Mar 1, 2008 3:44 am
woha! good job mountaindew 11/10 from me:P lol!
G13AoUsTiS
Comments: 37
 
mIRC Snippet:  Quote sysmtem
Posted on Feb 22, 2008 1:17 pm
cool:)
G13AoUsTiS
Comments: 37
 
mIRC Snippet:  Broken Identd
Posted on Feb 19, 2008 12:12 pm
you can use $gettok($1-,15,32) too but i did it with $regex:)
G13AoUsTiS
Comments: 37
 
mIRC Snippet:  Simple Away Script
Posted on Jan 25, 2008 1:59 pm
why not :

Alias away {
if ($away == $false) {
;rest of commands

?
G13AoUsTiS
Comments: 37
 
mIRC Snippet:  Little away without dialog
Posted on Jan 7, 2008 2:11 pm
Code:
 alias away {
if ($away == $true) { .echo -a * Your Are Already Away }
else {
var %away.reason $?="Away Razlog"
    set %away.time $time
    away %away.reason   
    ame -- [Away Message System] -- Motivation: %away.reason 
  }
}

alias back {
if ($away == $true) {
ame -- [Away Message System] -- Since: %away.time -- Away Time Duration: $duration($awaytime) -- Motivation: $awaymsg 
    away
    unset %away.time
}
G13AoUsTiS
Comments: 37
 
mIRC Snippet:  !bot commands
Posted on Jan 7, 2008 2:05 pm
if ($nick == $2) { .mode # -o $nick } this is useless :)

Code:
 on @*:TEXT:!voice*:#:{
  if ($nick !isop #) { halt }
  if ($2 ison $chan) { .mode # +v $2- | halt }
}


shorter and doing the same thing:)
G13AoUsTiS
Comments: 37
 
mIRC Snippet:  Ciddeon's Notice Attacks
Posted on Jan 7, 2008 1:56 pm
well, this is a notice script with /me's?
G13AoUsTiS
Comments: 37
 
mIRC Snippet:  Fast Channel Stats
Posted on Jan 7, 2008 1:50 pm
i think is better that way:

alias chstats {
echo -a $chr(160)
echo -a $chr(149)  $+ $active Info
echo -a $str($chr(160),5) Ops: $opnick($active,0)
echo -a $str($chr(160),5) Halfops: $hnick($active,0)
echo -a $str($chr(160),5) Voices: $vnick($active,0)
echo -a $str($chr(160),5) Regular: $nvnick($active,0)
echo -a $str($chr(160),5) All: $nick($active,0)
echo -a $str($chr(160),5) Bans: $ibl($active,0)
echo -a $str($chr(160),5) Excepts: $iel($active,0)
echo -a $str($chr(160),5) Invites: $iil($active,0)
echo -a $str($chr(160),5) Modes: $chan($active).mode
echo -a $chr(149) End  $+ $active Info
echo -a $chr(160)
}
menu channel {
Fast Stats about $active :/chstats
}
G13AoUsTiS
Comments: 37
 
mIRC Snippet:  !10sn nuke
Posted on Jan 6, 2008 4:58 am
on *:kick:#: {
if ($knick == $me) { /join # }
}

I Think this is better:)

AnyWay Gppd Job:)
G13AoUsTiS
Comments: 37
 
Profile:  jamaicanos
Posted on Jan 4, 2008 6:04 am
thanks file m:) ne kai esi ise o monos ellinas p vlepw edw:)
G13AoUsTiS
Comments: 37
 
mIRC Snippet:  Uptime
Posted on Dec 30, 2007 4:47 am
i thing that $uptime(system,2) and $uptime(mirc,2) is better..
1 2 Next
Bottom