Custom

By BlueThen on Mar 15, 2008

This is a handy script, imo. Basically, after installing, you select any number of nicks in the nicklist, right click, click custom, and put in the command before the nickname, and additional stuff after the nickname, and the script would execute that command for each selected nickname.
To install, paste this script in your Remotes Scripts (Alt+R), and
to use, select any users you want in any channel, right click, click custom,
then put in the command you want it to do on each nick.

http://www.hawkee.com/profile/img/1393/

;Custom made by BlueThen on Febuary 12, 2008.
;Last updated March 15, 2008.
;Please do not copy, distribute, or publish this script without my permission.
;To install, paste this script in your Remotes Scripts (Alt+R), and
;to use, select any users you want in any channel, right click, click custom,
;then put in the command you want it to do on each nick.
dialog cust {
  title "Custom"
  size -1 -1 305 89
  option pixels notheme
  edit "/invite", 1, 21 26 100 20
  text "Nick", 2, 138 26 22 17
  edit "#Channel", 3, 183 26 100 20
  button "Go!", 4, 218 60 65 25
  button "Cancel", 5, 21 60 65 25, cancel
  text "Made By", 6, 98 4 41 17
  button "BlueThen", 7, 142 4 65 17
}
on *:dialog:cust:sclick:7: {
run http://bluethen.the-brotherhood.org/
}
on *:dialog:cust:sclick:4: {
  set %bef $did(1)
  set %aft $did(3)
  set %x 1
  while (%nick_ [ $+ [ %x ] ] != $null) {
    %bef %nick_ [ $+ [ %x ] ] %aft 
    unset %nick_ [ $+ [ %x ] ]
    if (%x < 50 ) {
      inc %x
    }
    else {
      halt
    }
  }
  dialog -x cust
}
menu nicklist {
  Custom: {
    set %x 1
    dialog -m cust cust
    while ($ [ $+ [ %x ] ] != $Null) {
      set %nick_ [ $+ [ %x ] ] $ [ $+ [ %x ] ]
      if (%x < 50 ) {
        inc %x
      }
      else {
        halt
      }
    }
  }
}

Comments

Sign in to comment.
biase   -  Aug 13, 2010

"Please do not copy", distribute, or publish this script without my permission.

then how can i use this snippet, the author didnt give permission to copy it
too sad

 Respond  
PuNkTuReD   -  Apr 01, 2010

lol i know ya didnt, just had to ask anyways.

 Respond  
BlueThen   -  Apr 01, 2010

I didn't mean the traditional computer's copy+paste functions, PunkTuReD.

At this point, I don't really care if people dissect this snippet.

 Respond  
PuNkTuReD   -  Apr 01, 2010

he is talking about your domain expiring over a year ago. rofl.

also, just a question for a laugh....

";Please do not copy, distribute, or publish this script without my permission."

how many people asked if they could "copy" your script from here to their mirc?

 Respond  
BlueThen   -  Mar 31, 2010

"dunno if it's to late... but http://www.freedomain.co.nr/ the only thing they want is that you have 1 tiny button linking to them... Besides that there's no ads from them at all"

What are you talking about?

 Respond  
Ayon   -  Mar 31, 2010

dunno if it's to late... but http://www.freedomain.co.nr/ the only thing they want is that you have 1 tiny button linking to them... Besides that there's no ads from them at all

 Respond  
Bluepower10   -  Jan 23, 2009

Lol, ok then. Just don't ask me to pay. :p I got my own site to take care of. :D

 Respond  
BlueThen   -  Jan 23, 2009

No way! I'm not letting dot.tk and other sites like that pour a bunch of advertisements into my website.

 Respond  
Bluepower10   -  Jan 23, 2009

What about a free domain like .tk or co.cc or something?

 Respond  
BlueThen   -  Jan 23, 2009

I have all the free space I need. I just need my domain to not expire.

 Respond  
irchainscriptz   -  Jan 23, 2009

blue do you neeed free space ? I'll see what i can do and hook ur domain for u :P

 Respond  
sercan386   -  Jan 23, 2009

:( im sorry for u
hope u find someone to pay it!

 Respond  
BlueThen   -  Jan 22, 2009

Neither will www.bluethen.com... it's expiring. ;( Unless I can find someone else who's willing to pay, but I doubt it.

 Respond  
sercan386   -  Jan 22, 2009

Blue, plz update the script, i saw this! :o

on *:dialog:cust:sclick:7: {
run http://bluethen.the-brotherhood.org/
}

it doesnt exist, imo.

 Respond  
Bluepower10   -  Jan 21, 2009

I have been looking for this forever! Well, not that long, but since I started mIRC. I can't install it now, but I will tomorrow. :D Thanks.

 Respond  
sadri   -  Jan 21, 2009

really cool script thanks bluethen

 Respond  
BlueThen   -  Sep 26, 2008

I have several snippets that I submitted when I joined. That was a big mistake, I should've released one per day, just so people would notice them.

 Respond  
^Neptune   -  Sep 26, 2008

Where the heck did this script come from? Never saw it before. :O

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.