MPC Forums
BattleApps


Go Back   MPC Forums > ..:: Games ::.. > Strategy Games / MMORPGs / MMOFPS's > Lineage 2

Lineage 2 Lineage II hacking and slashing its way to a forum near you... Well, hacking anyway!

Reply
 
Thread Tools
Old 1st August 2004, 00:55   #1
Infinitie
Dragon
 
Infinitie's Avatar
 
Exclamation Auto Login Macro

Copy and Paste this into AC Tools.

Code:
//How To Use: Just Start Lineage 2 Alt-Tab out and start the macro! 

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
__________________


infinituslacuna
: [ EX-MODERATOR - FOREVER MPC.DE | "If you aren't remembered, then you never existed." ]

Infinitie is offline   Reply With Quote
Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump



All times are GMT +2. The time now is 08:11.

Powered by vBulletin® Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Style Provided By: Wrestling Clique - Wrestling Forums


Page generated in 0.11253 seconds with 11 queries