autohotkeyで攻撃範囲常時表示捗る

Loop
{
if WinActive("ahk_class RiotWindowClass")
{
Send {c up}
Send {c down}
}
Sleep, 20000 ; 20sec
}