L(eague) o(f) L(egends) F(ast) A(ccount) S(witching) S(cript)
AutoHotkey script to switch between multiple League of Legends accounts quickly (including dodging games).
- Download the latest release from the releases page and extract the archive somewhere
- Open the
settings.ini
in a text editor (Notepad is fine) and edit the[Accounts]
section to contain your account details - If you installed League of Legends in a different path than
C:\Riot Games
, adjust the path (it's the path to theRiot Games
folder containing theRiot Client
folder); do not include a trailing slash - Launch
fass.exe
every time you want to switch accounts
Note that as of version 0.2.0, you can also add and remove accounts via the GUI.
Launch fass.exe
and double-click on the account you want to login to.
If the League Client is currently open, this script will attempt to exit the client gracefully first (so your game is dodged properly if you are currently in champ select (that is, if the client works properly)).
WARNING: This script emulates keyboard and mouse inputs. Using your keyboard or mouse during this process may result in the process failing and/or unintentional inputs into other software (mouse movement is okay).
The script is done (and automatically exits) when the League Client (not the Riot Client) opens with the selected account logged in.
Having trouble? Try these steps first:
- Do not make any keyboard or mouse inputs during the account switching process.
- If you run League of Legends as an administrator, try running it with normal privileges instead
- Switch your client language to English as button positioning might be different for different languages
- Make sure that "Stay signed in" is not checked in the Riot Client
Keep in mind that this is a very early pre-release and I only tested it on my own setup so far.