[code]#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn ; Enable warnings to assist with detecting common errors.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
F1::
loop 10 {
loop 10 {
Send, e
Sleep, 100
Send, h
Sleep, 100
Send, y
Sleep, 100
Send, {Enter}
Sleep, 100
Send, {Enter}
Sleep, 100
Send, h
Sleep, 500
}
loop 10 {
Send, l
Sleep, 500
}
Send, j
Sleep, 500
}[/code]
That’s how Urist finishes a 10x10 designation of rubble clearing.