Post Reply Home » Forums » MMO Forums » Lineage 2 » Lineage 2 Submissions

Macro:autologin : Lineage 2 Submissions

Posted: June 9th, 2006
dasefx
Just enter your username password and the number of your server, start the macro and walk away.



Start Lineage 2 Alt-Tab out and start the macro


code:
Constants
Username = YOURUSERNAME
Password = YOURPASSWORD
ServerNumber = 1 //Bartz
LoginDelay = 500 //1/2 Seccond
StartupDelay = 10000 //10 Secconds

//Ignore These 2
x = {null}
y = {null}
End


SetActiveWindow Lineage II
delay $StartupDelay

//Select Username Dialog
compute x = ( {WindowWidth} / 2 )
compute y = ( ( {WindowHeight} / 2 ) - 40 )
MousePos $x, $y

LeftMouseDown
LeftMouseUp
delay 150

//Enter Data Into Login
keys $Username
delay 150
keys {TAB}
delay 150
keys $Password

//Login With Username and Password
WHILE 1 = 1
compute x = ( {WindowWidth} / 2 )
compute y = ( {WindowHeight} / 2 - 75 )
LoadRGB $x, $y

IF {RGBRed} < 12 AND {RGBGreen} < 25 AND {RGBBlue} < 30
keys {RETURN}
delay $LoginDelay
ELSE
BREAK
END
End


//Get Past News Window
delay 550
compute x = ( {WindowWidth} / 2 )

compute y = ( {WindowHeight} / 2 + 170 )
MousePos $x, $y
LeftMouseDown
LeftMouseUp


//Select The Server
delay 550
compute x = ( ( {WindowWidth} - 300 ) / 2 ) + 50
compute y = ( ( {WindowHeight} - 410 ) / 2 ) + 35 + ( 15 * $ServerNumber )

MousePos $x, $y
DoubleClick
Bell OK
Stop
Posted: June 11th, 2006
User avatar
Total Posts:364 Joined:2005
This another actool script?

If not, what program does this cooperate with?

_________________
IG eL2Walker: Register to unlock hidden link, Register to unlock hidden link, Register to unlock hidden link.
Ready to join the community? Click here and see all of the benefits!
blue large dotWho is online
Users browsing this forum: Amazon [Bot] and 26 guests
Post Reply