Register for your free account! | Forgot your password?

Go Back   elitepvpers > Popular Games > League of Legends
You last visited: Today at 16:48

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Incomplete AutoIt Login Script for Multiple Accounts

Discussion on Incomplete AutoIt Login Script for Multiple Accounts within the League of Legends forum part of the Popular Games category.

Reply
 
Old   #1
 
Horus19's Avatar
 
elite*gold: 65
Join Date: May 2010
Posts: 2,265
Received Thanks: 128
Incomplete AutoIt Login Script for Multiple Accounts

Hello guys,
got quite bored today and wrote a little AutoIt Script, because I was ****** to change my account name and write the password all the time.
When you start it, you can Choose your account Name, press Log In and it automatically starts the launcher and logs in.
Bad thing is, I have no clue about Auto It Programming so it's needed to add all things manually. Also all accounts must have the same password and the "Remember Username" should not be checked.

Code:
#cs ----------------------------------------------------------------------------
	Author: Strugus
#ce ----------------------------------------------------------------------------


GUICreate("Strugus Login Bot", 350, 100)
$startbutton = GUICtrlCreateButton("Log In", 250, 10, 80)
$exitbutton = GUICtrlCreateButton("Exit", 250, 60, 80)
$dropdown = GUICtrlCreateCombo("", 40, 50, 100)
GUICtrlSetData( -1, "ACC1|ACC2|ACC3", "Defaul Account")
GUICtrlCreateLabel("Choose Account Name", 40, 20)


GUISetState(@SW_SHOW)

	while 1
		$msg = GUIGetMsg()
		Select
			case $msg = $startbutton
				Run("F:\League of Legends\League of Legends\lol.launcher.admin.exe") ;Path to lol launcher.exe
				WinWaitActive ("PVP.net Patcher","")
				Sleep(500)
				MouseClick("left",1260,780,1) ;Position of Play Button on LoL Launcher for 1920x1080 Resolution
				WinWaitActive ("PVP.net Client")
				Sleep(1000)
				Send(GUICtrlRead($dropdown))
				Sleep(500)
				Send("{Tab}")
				Send("***") ;Password for all accounts
				Sleep(500)
				Send("{Enter}")
				Exit
			case $msg = $exitbutton
				Exit
		EndSelect
	WEnd
All needed things are explained.
Maybe someone here got time to improve it because I like the idea but miss the skills to do it :/
If you edit and release it, a little credit would be nice
Horus19 is offline  
Reply


Similar Threads Similar Threads
Register/Login Script [AutoIt]
05/15/2013 - AutoIt - 8 Replies
Hallöchen, ich zeige euch meinen selbst geschriebenen AutoIt Register/Login Script vor. Erklärung: Wenn man sich registriert speichert er in den Ordner Spieler 2 Textdateien, ein mal Username und Passwort. Natürlich verschlüsselt es auch den Passwort damit es sicherer ist. Wenn man sich einloggt, fragt es ab ob eine Datei existiert mit den Username, und wenn ja fragt es ab ob alles genau gleich ist. Wenn ihr den Script nicht downloaded sondern einfach kopiert, müsst ihr einen Ordner...
[S]uche Login Script für Epvp.. ( AutoIt )
02/17/2012 - elite*gold Trading - 12 Replies
Topic. ;) Bitte Art von AutoIt und Preis sagen. Für alle die mein Überschrift nicht lesen kann.. Ich kaufe nur die Source. :D Aber mit WinHttp würde ich schon gerne haben. ^^
[HOW-TO]Script/-e mit AutoIt login öffnen
10/15/2010 - Tutorials - 1 Replies
Halloa Mir war langweilig, wollte metin2 spielen... doch ich habe mein passwort vergessen... da bekam ich die idee dass ich bei autoit auch benutzername und passwort machen könnte... HABS AUCH GEMACHT :D also wenn man sich registriert macht er 2 dateien und in denen schribt er daten einen für pw und einen für id.... beim login fragt er sie ab und falls richtig kommt ne msg box.... mann kann ja auch in den ordner ein anderes script reinmachen und anstadt die msg box (oder darunter)...
[AutoIT]Login Script
10/10/2010 - AutoIt - 9 Replies
Hay Leuts Hatt Jemand Eventl Ein Login Script Das Mit Meiner DB Verbindet Und Dan Die Login Daten Überprüft?
Help with autoit login script
03/16/2008 - Cabal Online - 7 Replies
I was wondering if there was a script to do the image verification when you login or to somehow bypass this screen.



All times are GMT +2. The time now is 16:48.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.