mIRC Snippet:
Scan for IP at network (server)
Posted on Sep 23, 2008 10:09 pm
Posted on Sep 23, 2008 10:09 pm
it's a clone scanner... for I_R_COPs
mIRC Snippet:
Stats script, Op, deop etc.
Posted on Jan 18, 2008 8:55 pm
Posted on Jan 18, 2008 8:55 pm
Tracks your ops, deops, halfops, halfdeops, voices, devoices, bans, kicks giving for one channel and for all channels
mIRC Snippet:
Stats script, Op, deop etc.
Posted on Jan 16, 2008 1:57 pm
Posted on Jan 16, 2008 1:57 pm
keeps track of channel statistics
mIRC Snippet:
Stats script, Op, deop etc.
Posted on Jan 16, 2008 6:41 am
Posted on Jan 16, 2008 6:41 am
I don't really want to copy and paste the script to find out what it does, why can't you just say here?
mIRC Snippet:
Little away without dialog
Posted on Jan 9, 2008 9:46 pm
Posted on Jan 9, 2008 9:46 pm
those are separated aliases ;)
but I think that's mine solution better and simplier
but I think that's mine solution better and simplier
mIRC Snippet:
Fast Channel Stats
Posted on Jan 9, 2008 9:42 pm
Posted on Jan 9, 2008 9:42 pm
well, both of them works ;)
but thanks
but thanks
mIRC Snippet:
Little away without dialog
Posted on Jan 7, 2008 2:11 pm
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 } |
mIRC Snippet:
Fast Channel Stats
Posted on Jan 7, 2008 1:50 pm
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
}
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
}
mIRC Snippet:
Some Events with Clone scan
Posted on Dec 30, 2007 8:59 pm
Posted on Dec 30, 2007 8:59 pm
OKAy thnx dude :)
mIRC Snippet:
Some Events with Clone scan
Posted on Dec 30, 2007 11:23 am
Posted on Dec 30, 2007 11:23 am
Try to use a while loop instead of goto's!
mIRC Snippet:
Simple Nick identify
Posted on Sep 24, 2007 7:20 pm
Posted on Sep 24, 2007 7:20 pm
are you sure lindrian?
anyway, make it "alias" not "aliases"
also, it would be a good idea to check if nickserv is on the server using ison (raw 303)
anyway, make it "alias" not "aliases"
also, it would be a good idea to check if nickserv is on the server using ison (raw 303)
mIRC Snippet:
Simple status notifier
Posted on Sep 24, 2007 7:10 pm
Posted on Sep 24, 2007 7:10 pm
(talking to marshtomp)
mIRC Snippet:
Simple status notifier
Posted on Sep 24, 2007 7:10 pm
Posted on Sep 24, 2007 7:10 pm
why would you want a window to pop up everytime ur opd or sumthin
mIRC Snippet:
Channel modes
Posted on Sep 24, 2007 7:08 pm
Posted on Sep 24, 2007 7:08 pm
you should have a drop down list that shows the channels ur on
then you can do
| Code: |
var %x = 1 while (%x <= $chan(0)) { did -a name <id of drop down> $chan(%x) inc %x } |
then you can do
| Code: |
mode $did(name,id).seltext +/-<mode> |
mIRC Snippet:
Op & Oper Dialog
Posted on Jun 14, 2007 3:46 pm
Posted on Jun 14, 2007 3:46 pm
nice. but instead of edit %tmp.var, 2, 26 54 202 20,center, disable
make it edit %tmp.var, 2, 26 54 202 20,center
make it edit %tmp.var, 2, 26 54 202 20,center
Profile:
[DX]
Posted on Feb 12, 2007 7:13 am
Posted on Feb 12, 2007 7:13 am
druze te "Add to Friends" ali oste ni si otisao accept ili si otisao decline :D
-------------------------------
I translate my comments on english for Hawkee :)
Mate I add you to be my friend .. do you accept or you decline :D
-------------------------------
I translate my comments on english for Hawkee :)
Mate I add you to be my friend .. do you accept or you decline :D
Profile:
[DX]
Posted on Feb 11, 2007 9:27 am
Posted on Feb 11, 2007 9:27 am
druze te "Add to Friends" ali oste ni si otisao accept ili si otisao decline :D
mIRC Snippet:
Simple status notifier
Posted on Jan 27, 2007 9:47 am
Posted on Jan 27, 2007 9:47 am
^
---
There is no point of this, you should use a @window.
---
There is no point of this, you should use a @window.









