austinyen56 / League-of-Legends-Multiple-Account-Auto-Login-Tool

Allows you to quickly login using multiple accounts
https://www.youtube.com/watch?v=EcbEzoVseSI&ab_channel=Austin56
MIT License
2 stars 1 forks source link
league leagueclient login-system vbs

League of Legends Multiple Account Auto Login Tool

GitHub GitHub ytlink

Allows you to quickly login using multiple accounts in League of Legends

How to use this file

  1. Download the vbs file
  2. Right click and edit the file
  3. At the line set oExec = script.Exec("Your League directory\LeagueClient.exe") replace and change it to your directory for LeagueClient.exe Ex: C:\League of Legends\LeagueClient.exe
  4. For lines that have script.sendkeys "Put your username here" replace it with your username
  5. For lines that have script.sendkeys "Put your password here" replace it with your password
  6. If you have additional accounts, change it below as well.
  7. Optional: For those who have slower client boot times, change WScript.Sleep 10 to a different value Ex: WScript.Sleep 1000 (Number in milliseconds)

After running the vbs file, you should be able to select which account you want to log into.