


#NoEnv
#SingleInstance, Force
SetBatchLines, -1
SetKeyDelay, -1
SetMouseDelay, -1
; Allow for any edit to the script to be quickly reloaded
F3::
reload
return
; Generic script for looping any inputs relatively safely, replace inputs as needed
F1::
Loop {
Send qwert
}