Teamfight Tactics champion hot keys
© 2019–2020 T.D. Stoneheart. All rights reserved. Source code available under GPLv3 license.
Important: The script is no longer in active development and no longer supported by the author. Either use the software at your own risk or find an alternative.
The author does not assume any responsibility when you use this script, as it is not related to, endorsed by, or affiliated with Riot Games by any way.
As the name implies, this script lets you buy champions in Teamfight Tactics using the keyboard in the similar fashion as Dota Underlords.
A demonstration video can be found here.
To buy a champion, press a number key from 1 to 5, i.e. 1 buys the first champion in the pool, 2 buys the second champion, &c. To lock or unlock the champion pool, press ` (grave accent) key.
To stop the script, use the system tray icon and select Exit.
When the game window is not active, number keys retain their original role.
Number keys will intercept in-game chat messages with those numbers, so you can use numpad keys for chatting without buying champions.
Technically, this script creates a keyboard hook that watches user key input and invoke the "buy champion" function when one of the expected correct number keys is pressed. Hot keys created using AutoIt's built-in HotKeySet()
function won't work in the game window, so a WinAPI keyboard hook must be used.
None yet. Yay!