Autofire any key with Autohotkey?
//ads -- adsterra.com -- native banner
?>
This script "autofires" E while holding it down.
$e::
While GetKeyState("e","P")
{
Random, r, 50, 250
sleep r
Send e
}
return
Is there a way to globally use this script for any key?
For example: Holding A, will autofire A and Z will autofire Z, etc.
Without manually assigning every possible key on the script.
Pictures about "Autofire any key with Autohotkey?"



AutoHotKey Tutorial 1- Scripting Hotkeys/Macros
Sources: Stack Exchange - This article follows the attribution requirements of Stack Exchange and is licensed under CC BY-SA 3.0.
Images: KoolShooters, RODNAE Productions, Kindel Media, Pixabay
