X Auto Login

By Premier*uekk on Jun 20, 2008

Right Click On Channel And Find X Login ;)
Image

################
# X Login      #
# By           #
# PremierUekk #
################

dialog Xlogin {
  title "X Auto Login"
  size -1 -1 146 48
  option dbu
  edit "Username", 1, 7 5 49 12
  edit "Password", 2, 62 5 50 12, pass
  button "Login", 3, 96 19 34 11, ok cancel
  radio "Auto Login On", 4, 6 24 50 10
  radio "Auto Login Off", 5, 6 34 50 10
}
on *:DIALOG:Xlogin:edit:*: {
  if ($did == 1) { /set %username $did(1) }
  if ($did == 2) { /set %Password $did(2) }
}
on *:DIALOG:xlogin:Sclick:*: {
  if ($did == 3) { /msg x@channels.undernet.org login %username %password | /mode $me +iwx }
  if ($did == 4) { /set %autologin On | /echo -a Auto Login [On] }
  if ($did == 5) { /set %autologin Off | /echo -a Auto Login [Off] }
}
On 1:Connect: { if (%autologin == On) { /msg X@channels.undernet.org login %username %password | /mode $me +iwx | .timer 1 3 /echo -a [Logged In Sucsesfully] }
}
menu channel,nicklist {
  X Login:/dialog -m xlogin xlogin

Comments

Sign in to comment.
Joshuaxiong1   -  Nov 29, 2008

I got taught by a 7 year old?

 Respond  
Eugenio   -  Sep 02, 2008

rofl
I got taught that in like year 2 (7 years old)

 Respond  
^Neptune   -  Sep 02, 2008

Well its obvious the author of this script didnt >:O

 Respond  
guest598594   -  Sep 02, 2008

Hint: ALT + Printscreen only copies the active window. :)
oh my god, I never knew that!

 Respond  
Eugenio   -  Aug 31, 2008

I swear Ive seen this before.......

 Respond  
^Neptune   -  Aug 31, 2008

Hint: ALT + Printscreen only copies the active window. :)

 Respond  
Choco   -  Aug 31, 2008

Well I took away the username part so basiclly I use this as my auto identifier very nice 8/10

 Respond  
BlueThen   -  Jun 21, 2008

I don\'t like the alignment. :(

 Respond  
Viper01   -  Jun 21, 2008

good script nonetheless.
/me takes and mods to include a server box

 Respond  
vaseline28   -  Jun 20, 2008

Might be a good idea to inclue a box for server, in case the user does not use undernet.org

 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.