Top

Mass Modes


mIRC Code
+ 0 likes
Please Register to submit score.
Bookmark and Share
Average Score  0.0 (of 0 scores)
Date Added  Oct 29, 2008
Last Updated  Oct 29, 2008
Tags  dialog  irc  mass  mirc  mode  modes  script 

Introduction

Pick a Nick on the list then click Mass and its sets users more ,ect +a-a \/


Grab the Code

;;;;;;;;;;;;;;;;;;;;;;;;;;;
;                         ;
;       Mass Modes        ;
;       By Dj 801         ;
;                         ;
;   irc.wubnet.org:6667   ;
;      #dj801,#mIRC       ;
;                         ;
;;;;;;;;;;;;;;;;;;;;;;;;;;;
Menu * {
  Mass Modes:massmodes
}
alias massmodes {
  /dialog -md massmodes massmodes
}
dialog massmodes {
  title "Mass Modes"
  size -1 -1 69 112
  option dbu
  combo 1, 0 8 70 94, sort size vsbar
  button "Mass", 2, -1 101 37 12
  button "Exit", 3, 36 101 37 12
  text "Pick A Nick", 4, 7 1 51 8, center
}
on *:DIALOG:massmodes:sclick:*:{
  if ($did == 2) {
    .timer 1 0 /mode $active +o-o $did(1).seltext $did(1).seltext
    .timer 1 1 /mode $active +a-a $did(1).seltext $did(1).seltext
    .timer 1 2 /mode $active +q-q $did(1).seltext $did(1).seltext
    .timer 1 3 /mode $active +v-v $did(1).seltext $did(1).seltext
    .timer 1 4 /mode $active +h-h $did(1).seltext $did(1).seltext
    .timer 1 5 /mode $active +b-b $did(1).seltext $did(1).seltext
  }
  if ($did == 3) {
    /dialog -x massmodes massmodes
  }
}
on *:dialog:massmodes:init:0:{
  var %^ = $nick($active,0)
  while (%^) {
    did -a $dname 1 $nick($active,%^)
    dec %^
  }
}

Comments

  (22)  RSS
Blitzjager
Comments: 193
 
mIRC Snippet:  Mass Modes
Posted on Oct 29, 2008 8:09 pm
Don't really see the point of this. o.o
I think it would be better if you added o,a,q,v,h,b buttons and then it would do that 1 mode on all the selected nicks.
Dj_801
Comments: 102
 
mIRC Snippet:  Mass Modes
Posted on Oct 29, 2008 11:46 pm
i tryed that it freez my mIRC
Dj_801
Comments: 102
 
mIRC Snippet:  Mass Modes
Posted on Oct 29, 2008 11:46 pm
:|
Blitzjager
Comments: 193
 
mIRC Snippet:  Mass Modes
Posted on Oct 30, 2008 12:58 am
.
Dj_801
Comments: 102
 
mIRC Snippet:  Mass Modes
Posted on Oct 30, 2008 4:25 pm
:|
Blitzjager
Comments: 193
 
mIRC Snippet:  Mass Modes
Posted on Oct 30, 2008 4:51 pm
If you don't want to change it don't but
Code:
;;;;;;;;;;;;;;;;;;;;;;;;;;;
;                         ;
;       Mass Modes        ;
;       By Dj 801         ;
;                         ;
;   irc.wubnet.org:6667   ;
;      #dj801,#mIRC       ;
;                         ;
;;;;;;;;;;;;;;;;;;;;;;;;;;;
Menu * {
  Mass Modes:massmodes
}
alias massmodes {
  /dialog -md massmodes massmodes
}
dialog massmodes {
  title "Mass Modes"
  size -1 -1 69 112
  option dbu
  list 1, 0 8 70 94, multsel vsbar
  button "Mass", 2, -1 101 37 12
  button "Exit", 3, 36 101 37 12
  text "Pick A Nick", 4, 7 1 51 8, center
}
on *:DIALOG:massmodes:sclick:*:{
  if ($did == 2) {
    var %selnicks 1
    while (%selnicks <= $did(massmodes,1,0).sel) {
      set %nicks $addtok(%nicks, [ $did(massmodes,1,$did(massmodes,1,%selnicks).sel)).text ] ,32)
      inc %selnicks
      if ($numtok(%nicks,32) == $modespl) {
        mode $active + $+ $str(o,$modespl) %nicks
        unset %nicks
      }
    }
    mode $active + $+ $str(o,$modespl) %nicks
    unset %nicks
  }
  if ($did == 3) {
    /dialog -x massmodes massmodes
  }
}
on *:dialog:massmodes:init:0:{
  did -r massmodes 1
  var %nicklist 1
  while (%nicklist <= $nick($active,0)) {
    didtok massmodes 1 32 $nick($active,%nicklist)
    inc %nicklist
  }
}

was working. It only +o's but I'm sure you could figure out how to change that.
Dj_801
Comments: 102
 
mIRC Snippet:  Mass Modes
Posted on Oct 30, 2008 5:28 pm
i'll try
jakobLUVSpizza
Comments: 37
 
mIRC Snippet:  Mass Modes
Posted on Oct 30, 2008 5:33 pm
lol when did you test on me?
Dj_801
Comments: 102
 
mIRC Snippet:  Mass Modes
Posted on Oct 30, 2008 5:37 pm
its says 12am :|
Relurk_
Comments: 15
 
mIRC Snippet:  Mass Modes
Posted on Oct 30, 2008 5:38 pm
Dj new account
Dj_801
Comments: 102
 
mIRC Snippet:  Mass Modes
Posted on Oct 30, 2008 5:39 pm
why?
Relurk_
Comments: 15
 
mIRC Snippet:  Mass Modes
Posted on Oct 30, 2008 5:40 pm
cuz my other one was CRAP!
Dj_801
Comments: 102
 
mIRC Snippet:  Mass Modes
Posted on Oct 30, 2008 5:41 pm
>.>
Relurk_
Comments: 15
 
mIRC Snippet:  Mass Modes
Posted on Oct 30, 2008 5:41 pm
???????????????
Relurk_
Comments: 15
 
mIRC Snippet:  Mass Modes
Posted on Oct 30, 2008 5:42 pm
un zline me from WubNet
Dj_801
Comments: 102
 
mIRC Snippet:  Mass Modes
Posted on Oct 30, 2008 5:47 pm
wtf? well it was olny set to 2mins...i can't connect to the server did andy ping?
Relurk_
Comments: 15
 
mIRC Snippet:  Mass Modes
Posted on Oct 30, 2008 5:49 pm
idk, i cant connect either but it was way more thatn 2 minutes i sat there for like over an hour watching it try to connect and say i was zlined
Dj_801
Comments: 102
 
mIRC Snippet:  Mass Modes
Posted on Oct 30, 2008 5:52 pm
0.o well i'll unzline you when the server is back up
Dj_801
Comments: 102
 
mIRC Snippet:  Mass Modes
Posted on Oct 30, 2008 5:53 pm
well intil then connect to irc.iPocalypse.net
Relurk_
Comments: 15
 
mIRC Snippet:  Mass Modes
Posted on Oct 30, 2008 5:53 pm
ok
napalm`
Comments: 182
 
mIRC Snippet:  Mass Modes
Posted on Oct 30, 2008 7:13 pm
Kiddies.
Neo_
Comments: 31
 
mIRC Snippet:  Mass Modes
Posted on Oct 30, 2008 7:25 pm
me laughs @ the kids not knowing anything about irc D;

Commenting Options

Register or Login to Hawkee.com or use your Facebook or Twitter account by clicking the corresponding button below.

  
Bottom