Top

Comments

  (74)  RSS
Disturbed's
Kinight
Comments: 10
 
mIRC Snippet:  Mode Script
Posted on Feb 9, 2008 9:26 am
Erm, does this script work fo other people in a channel?
Cheiron
Comments: 239
 
mIRC Snippet:  Ban Protection
Posted on Jan 19, 2008 5:05 pm
the answer to that onw is nice and simple Levy.. in order to prevent being banned from channel you need to either be (A) an AOP and been banned by either an AOP or a HOP... or (B) an SOP and been banned by an SOP, AOP, HOP.
so basically you must have equal or higher status than the banner for the script to work... prefrebly higher. the bot or yourself should have SOP or Owner status
Levy
Comments: 5
 
mIRC Snippet:  Ban Protection
Posted on Jan 18, 2008 11:35 pm
hi, does the bot i put this script in need more access then the user its banning?
Lindrian
Comments: 727
 
mIRC Snippet:  Mode Script
Posted on Dec 22, 2007 6:21 pm
Eh... This is horrible!
I made this example script on the spot, but I guess you get the idea of it...
Code:

on *:INPUT:#: {
  if ($regex($1,/(:?[+|-])(:?(\\w+))/S)) {
    if ($regml(2) isincs $remove($chanmodes,$chr(44))) {
      mode # $regml(1) $+ $v1 $2-
    }
  }
}
napa182
Comments: 950
 
mIRC Snippet:  Mode Script
Posted on Dec 22, 2007 6:14 pm
ugh AdrianF please use the code tags when posting a code
Code:
[code][/code]

Rath
Comments: 11
 
mIRC Snippet:  Mode Script
Posted on Dec 22, 2007 6:11 pm
You should add a kick, a kick/ban, an akick, and perm rank to your mode script

like..
Code:

if ($1 == .kb) {
mode # +b fulladdress
kick # $2-
}

or
Code:

if ($1 == .permop) {
chanserv aop # add $2
mode $ +o $2
}
AdrianF
Comments: 36
 
mIRC Snippet:  Mode Script
Posted on Dec 22, 2007 6:02 pm
I Modified It A little!
On Servers That dont know wat cs is.. i just put ChanServ
AdrianF
Comments: 36
 
mIRC Snippet:  Mode Script
Posted on Dec 22, 2007 6:01 pm
on *:input:*: {
if ($$1 === +I) { /mode # +I $me }
if ($$1 === +e) { /mode # +e $me }
if ($$1 === +v) { chanserv voice # $nick }
if ($$1 === +h) { chanserv halfop # $nick }
if ($$1 === +o) { chanserv op # $nick }
if ($$1 === +a) { chanserv protect # $nick }
if ($$1 === +q) { chanserv owner # $nick }
if ($$1 === +b) { mode # +b $$2!*@* | inc %bans 1 }
if ($$1 === +c) { mode # +c }
if ($$1 === +e) { mode # +e $$2!*@* }
if ($$1 === +I) { mode # +I $$2!*@* }
if ($$1 === +i) { mode # +i }
if ($$1 === +k) { mode # +k $$2 }
if ($$1 === +l) { mode # +l $$2 }
if ($$1 === +m) { mode # +m }
if ($$1 === +n) { mode # +n }
if ($$1 === +p) { mode # +p }
if ($$1 === +s) { mode # +s }
if ($$1 === +t) { mode # +t }
if ($$1 === +z) { mode # +z }
if ($$1 === +C) { mode # +C }
if ($$1 === +G) { mode # +G }
if ($$1 === +M) { mode # +M }
if ($$1 === +K) { mode # +K }
if ($$1 === +L) { mode # +L $$2 }
if ($$1 === +N) { mode # +N }
if ($$1 === +Q) { mode # +Q }
if ($$1 === +R) { mode # +R }
if ($$1 === +S) { mode # +S }
if ($$1 === +T) { mode # +T }
if ($$1 === +V) { mode # +V }
if ($$1 === +u) { mode # +u }
if ($$1 === -v) { chanserv devoice # $nick }
if ($$1 === -h) { chanserv dehalfop # $nick }
if ($$1 === -o) { chanserv deop # $nick }
if ($$1 === -a) { chanserv deprotect # $nick }
if ($$1 === -q) { chanserv deowner # $nick }
if ($$1 === -b) { mode # -b $$2!*@* }
if ($$1 === -c) { mode # -c }
if ($$1 === -e) { mode # -e $$2!*@* }
if ($$1 === -I) { mode # -I $$2!*@* }
if ($$1 === -i) { mode # -i }
if ($$1 === -k) { mode # -k }
if ($$1 === -l) { mode # -l }
if ($$1 === -m) { mode # -m }
if ($$1 === -n) { mode # -n }
if ($$1 === -p) { mode # -p }
if ($$1 === -s) { mode # -s }
if ($$1 === -t) { mode # -t }
if ($$1 === -z) { mode # -z }
if ($$1 === -C) { mode # -C }
if ($$1 === -G) { mode # -G }
if ($$1 === -M) { mode # -M }
if ($$1 === -K) { mode # -K }
if ($$1 === -L) { mode # -L }
if ($$1 === -N) { mode # -N }
if ($$1 === -Q) { mode # -Q }
if ($$1 === -R) { mode # -R }
if ($$1 === -S) { mode # -S }
if ($$1 === -T) { mode # -T }
if ($$1 === -V) { mode # -V }
if ($$1 === -u) { mode # -u }
if ($$1 === Die,) { chanserv akick # add $$2 [ %akicks ] | inc %akicks 1 }
if ($$1 === Remove,) { chanserv akick # del $$2 [ %akicks ] | inc %akicks 1 }
if ($$1 === Nick) { nick YourNickHere }
if ($$1 === -) { kick # $$2 [ %kicks ] | inc %kicks 1 }
if ($$1 === +vhoaq) { mode # +vhoaq $me $me $me $me $me }
if ($$1 === +vhoa) { mode # +vhoa $me $me $me $me }
if ($$1 === +vho) { mode # +vho $me $me $me }
if ($$1 === +vh) { mode # +vh $me $me }
if ($$1 === -vhoaq) { mode # -vhoaq $me $me $me $me $me }
if ($$1 === -vhoa) { mode # -vhoa $me $me $me $me }
if ($$1 === -vho) { mode # -vho $me $me $me }
if ($$1 === -vh) { mode # -vh $me $me }
if ($$1 === qop) {
chanserv voice # $me
chanserv halfop # $me
chanserv op # $me
chanserv protect # $me
chanserv owner # $me
}
if ($$1 === sop) {
chanserv voice # $me
chanserv halfop # $me
chanserv op # $me
chanserv protect # $me
}
if ($$1 === aop) {
chanserv voice # $me
chanserv halfop # $me
chanserv op # $me
}
}
|Chris|
Comments: 11
 
mIRC Snippet:  Mode Script
Posted on Dec 7, 2007 12:25 am
It could be made easier. by far.
but good job. There is no real use for it unless you are using a bot.
Unless you are too lazy to type /mode #(room) +/-(mode) (nick)
Or just to lazy to right click
mountaindew
Comments: 1,518
 
mIRC Snippet:  Simple RawMode
Posted on Oct 5, 2007 9:30 pm
u could use a while loop to do all of those modes

also, make it
Code:

if ($1 == -e) {
mountaindew
Comments: 1,518
 
mIRC Snippet:  Mode Script
Posted on Oct 5, 2007 9:26 pm
could be a LOT simpler

like on if $left($1,1) is +, mode $chan + $+ $left($1,2) $2
Anti
Comments: 305
 
mIRC Snippet:  Battle Script Part Two
Posted on Jul 9, 2007 6:12 pm
Hahahaha! Nice Job Dood Nice Job! :D I love it !
Shadow Clash
Comments: 40
 
mIRC Snippet:  Battle Script By Disturbed
Posted on May 21, 2007 11:09 pm
Someone else is the onwer of this script.. this is a copy i bet `-`
Shadow Clash
Comments: 40
 
mIRC Snippet:  Battle Script By Disturbed
Posted on May 21, 2007 11:08 pm
on *:text:!characters:%chan: {

This will not work unless.. you change the %chan to #

You have to do this for many ones.
A*1*T*E*A*M
Comments: 59
 
mIRC Snippet:  SlapKicker
Posted on Feb 11, 2007 10:33 am
thats too simple
BALTAZAR666
Comments: 7
 
mIRC Snippet:  SlapKicker
Posted on Feb 11, 2007 10:29 am
But If Noth Have Op How You Kick :DD
APinis
Comments: 33
 
mIRC Snippet:  Battle Script Part Two
Posted on Jan 21, 2007 8:55 am
sry
APinis
Comments: 33
 
mIRC Snippet:  Battle Script Part Two
Posted on Jan 21, 2007 8:54 am
It doesnt work! Every time i want to make an acc it says i alrdy have one!
APinis
Comments: 33
 
mIRC Snippet:  Battle Script Part Two
Posted on Jan 21, 2007 8:54 am
It doesnt work! Every time i want to make an acc it says i alrdy have one!
APinis
Comments: 33
 
mIRC Snippet:  Battle Script Part Two
Posted on Jan 21, 2007 8:54 am
It doesnt work! Every time i want to make an acc it says i alrdy have on!
1 2 3 4 Next
Bottom