Created
December 1, 2023 18:08
-
-
Save joejag/18e748e6a4faec80a71ec0a7e2be6f04 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HotKeySet("!a", "Main") ;wait for ALT-a keystroke, then go to Main() | |
While 1 | |
Sleep(100) | |
WEnd | |
Func Main() | |
AutoItSetOption( "MouseCoordMode", 0 ) | |
WinWait( "@Alexander - Discord" ) | |
WinActivate( "@Alexander - Discord" ) | |
Send( "My foot says hello" ) | |
Send( "{ENTER}" ) | |
EndFunc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Install ElfKey -> set alt+a to be start
Install Autoit and run script