Top

Auto NickServ Identify with Dialog


mIRC Code
+ 0 likes
Please Register to submit score.
Bookmark and Share
Average Score  4.0 (of 1 scores)
Date Added  Dec 11, 2008
Last Updated  Dec 19, 2008
Tags  cool  indetify  needs  nickserv  ns  some  work 

Introduction




i have updated the auto ns identify on connect dialog. it is fully functiona and works great. if you find a bug please point it out and i shall fix it. i made this all on my own so i'm proud :)



Grab the Code

dialog AID {
  title "Auto-Identify"
  size -1 -1 104 64
  option dbu
  tab "Auto-Identify", 6, -1 -2 109 128
  edit "", 8, 3 14 97 10, tab 6 center
  button "ADD", 9, 5 28 43 12, tab 6 flat
  button "REMOVE", 10, 52 28 44 12, tab 6 flat
  edit "", 11, 3 44 97 10, tab 6 read center
  tab "Other NS stuff", 7
  edit "", 12, 41 15 59 10, tab 7 read
  button "Change Nick", 13, 2 14 37 12, tab 7 flat
  button "Change Pass", 14, 2 36 37 12, tab 7 flat
  text "Made By : Pwnisher3", 15, 4 53 96 8, tab 7 center
  edit "", 16, 41 37 59 10, tab 7 read
}  
on *:dialog:aid:init:*:{
  did -ra aid 12 $me
  did -ra aid 16 %passw
  did -ra aid 11 %a-id
}
on *:dialog:aid:sclick:13:{
  set %nick $$?=" change you nick to?"
  nick %nick
}
on *:dialog:aid:sclick:14:{
  set %passw $$?=" change your password to?"
  ns set password %passw
}
on *:dialog:aid:sclick:*:{
  if (did == 9) {
    if (!$did(8).text || set %a-id $did(8).text) 
  }
  else {
    set %a-id $did(8).text
    did -ra aid 11 %a-id
  }
}    
on *:dialog:aid:sclick:10:{
  unset %a-id
}
on *:dialog:aid:init:*:{
  did -ra aid 11 %a-id
}
on *:connect:{
  ns identify %a-id
  close -mm
}
menu * {
  .A-ID: dialog -m aid aid
}

Comments

  (11)  RSS
sunslayer
Comments: 242
 
mIRC Snippet:  Auto NickServ Identify with Dialog
Posted on Dec 11, 2008 8:00 pm
works nice like the dialog too :D
pwnisher3
Comments: 191
 
mIRC Snippet:  Auto NickServ Identify with Dialog
Posted on Dec 11, 2008 8:13 pm
thank you :)
napa182
Comments: 1,453
 
mIRC Snippet:  Auto NickServ Identify with Dialog
Posted on Dec 11, 2008 9:01 pm
pwnisher3 said:

Quote:
if you can fix the script and make it to were it only takes one password, i would greatly appreciate it.


um then why did you make it with $addtok then. unless you took that chunk of code from someone else's code....

hmmm now that i look at ur code it looks really familiar.... =/
Kirby
Comments: 473
 
mIRC Snippet:  Auto NickServ Identify with Dialog
Posted on Dec 11, 2008 9:28 pm

Kirby
Comments: 473
 
mIRC Snippet:  Auto NickServ Identify with Dialog
Posted on Dec 11, 2008 9:32 pm
pwnisher3: I have a high doubt you made this script on your own.
Based on your previous scripts, the scores have been substantially low, and this script is written in a much more advanced way than your other snippets...
napa182
Comments: 1,453
 
mIRC Snippet:  Auto NickServ Identify with Dialog
Posted on Dec 11, 2008 9:49 pm
pwnisher3 why not say where you got that chunk of code from. there is no shame init.
TheImrac
Comments: 64
 
mIRC Snippet:  Auto NickServ Identify with Dialog
Posted on Dec 12, 2008 12:00 am
Wow, got in influx in snippets today. lol
pwnisher3
Comments: 191
 
mIRC Snippet:  Auto NickServ Identify with Dialog
Posted on Dec 12, 2008 7:30 pm
i got it from my GAYlist snippet that napa helped with. i'm working on scripting now :) i'm getting somewhere
Yilena
Comments: 13
 
mIRC Snippet:  Auto NickServ Identify with Dialog
Posted on Dec 17, 2008 3:11 pm
What mirc (+skin) are u using? i like the view of the dialog
irchainscriptz
Comments: 125
 
mIRC Snippet:  Auto NickServ Identify with Dialog
Posted on Dec 17, 2008 3:27 pm
(¬¿¬) Nice little dialog there pwnisher3
pwnisher3
Comments: 191
 
mIRC Snippet:  Auto NickServ Identify with Dialog
Posted on Dec 18, 2008 3:50 pm
thank you. to get the windows skin search "peppored 3 xp theme" and you should be able to find it

Commenting Options

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

  
Bottom