Top

X Auto Login


mIRC Code
+ 1 likes
Please Register to submit score.
Bookmark and Share
Average Score  3.0 (of 3 scores)
Date Added  Jun 20, 2008
Last Updated  Jun 20, 2008
Tags  login  x 

Introduction

Right Click On Channel And Find X Login ;)


Grab the Code

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

  (10)  RSS
vaseline28
Comments: 160
 
mIRC Snippet:  X Auto Login
Posted on Jun 20, 2008 10:52 am
Might be a good idea to inclue a box for server, in case the user does not use undernet.org
Viper01
Comments: 94
 
mIRC Snippet:  X Auto Login
Posted on Jun 21, 2008 9:07 pm
good script nonetheless.
/me takes and mods to include a server box
BlueThen
Comments: 390
 
mIRC Snippet:  X Auto Login
Posted on Jun 21, 2008 9:15 pm
I don't like the alignment. :(
Choco
Comments: 6
 
mIRC Snippet:  X Auto Login
Posted on Aug 31, 2008 3:52 am
Well I took away the username part so basiclly I use this as my auto identifier very nice 8/10
^Neptune
Comments: 597
 
mIRC Snippet:  X Auto Login
Posted on Aug 31, 2008 6:33 am
Hint: ALT + Printscreen only copies the active window. :)
Eugenio
Comments: 1,193
 
mIRC Snippet:  X Auto Login
Posted on Aug 31, 2008 10:19 am
I swear Ive seen this before.......
mountaindew
Comments: 1,826
 
mIRC Snippet:  X Auto Login
Posted on Sep 2, 2008 12:27 pm
Quote:
Hint: ALT + Printscreen only copies the active window. :)

oh my god, I never knew that!
^Neptune
Comments: 597
 
mIRC Snippet:  X Auto Login
Posted on Sep 2, 2008 12:29 pm
Well its obvious the author of this script didnt >:O
Eugenio
Comments: 1,193
 
mIRC Snippet:  X Auto Login
Posted on Sep 2, 2008 12:30 pm
rofl
I got taught that in like year 2 (7 years old)
Joshuaxiong1
Comments: 114
 
mIRC Snippet:  X Auto Login
Posted on Nov 29, 2008 2:20 am
I got taught by a 7 year old?

Commenting Options

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

  
Bottom