#NoEnv
#Warn
#IfWinActive, Path of Exile
SetTitleMatchMode, 3
waitTime := 10
return
~*RButton::
while GetKeyState("RButton", "P")
if (A_TimeSinceThisHotkey > waitTime){
send {SC012}
sleep, 200
send {SC012}
sleep, 200
send {SC012}
sleep, 420
send {SC012}
}
return