taultunleashed logoMacro:autologin : Lineage 2 Submissions
newtopic  postreply
 [ 2 posts ] 
blue large dot

Macro:autologin : Lineage 2 Submissions

Posted: June 9th, 2006, 2:38 am
 
dasefx
dasefx's Reps:
User avatar
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


Reply with quote
Posted: June 11th, 2006, 12:34 am
 
SE

Total Posts: 364
Location: Burnaby, BC (Canada)
Joined: July 10th, 2005, 2:58 pm
SE's Reps: 0
User avatar
Moderator
premium
This another actool script?

If not, what program does this cooperate with?

_________________
IG eL2Walker: Install, Edit, Scripts.


Reply with quote
Want Advertisements After The Last Post Removed? Create A Free Account!

blue large dot Who is online
Users browsing this forum: No registered users and 29 guests

Popular Sections
SWTOR Cheats
Guild Wars 2 Cheats
Guild Wars 2 Hacks
Guild Wars 2 Bots
Diablo 3 Cheats
Guild Wars 2 Mods

Popular Sections
WoW Cataclysm Cheats & Exploits
WoW Cataclysm Hacks & Bots
Star Wars The Old Republic Cheats
SWTOR Mods
Torchlight 2 Cheats
SWTOR Space Mission Bots
Site Nav and RSS
RSS Feed of Lineage 2 Submissions RSS Feed 
Sitemap of Lineage 2 Submissions Sitemap 
SitemapIndex SitemapIndex
RSS Feed RSS Feed
Channel list Channel list
left bottom corner Site and Contents Copyright 2001-2012 All Rights Reserved TaultUnleashed.com bottom corner
top left
top right
createaccount
Username:   Password:   Remember Me?