Auto NickServ Identify with Dialog

By pwnisher3 on Dec 11, 2008

Image

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 :)

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

Sign in to comment.
pwnisher3   -  Dec 18, 2008

thank you. to get the windows skin search "peppored 3 xp theme" and you should be able to find it

 Respond  
irchainscriptz   -  Dec 17, 2008

(¬¿¬) Nice little dialog there pwnisher3

 Respond  
Yilena   -  Dec 17, 2008

What mirc (+skin) are u using? i like the view of the dialog

 Respond  
pwnisher3   -  Dec 12, 2008

i got it from my GAYlist snippet that napa helped with. i'm working on scripting now :) i'm getting somewhere

 Respond  
TheImrac   -  Dec 12, 2008

Wow, got in influx in snippets today. lol

 Respond  
napa182   -  Dec 11, 2008

pwnisher3 why not say where you got that chunk of code from. there is no shame init.

 Respond  
Kirby   -  Dec 11, 2008

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...

 Respond  
Kirby   -  Dec 11, 2008
 Respond  
napa182   -  Dec 11, 2008

pwnisher3 said:

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.... =/

 Respond  
pwnisher3   -  Dec 11, 2008

thank you :)

 Respond  
sunslayer   -  Dec 11, 2008

works nice like the dialog too :D

 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.