You are on page 1of 1

; Visit Youtube.

com/PoEHelper for Path of Exile Tips&Trics and Guides


; Stream: http://twitch.tv/rg_panko
F3::FastLogOut() ; Assign F3 to Logout
F5::OosCommand() ; Assign F5 to execute the oos command
F10::CheckItemLevel() ; Assign F10 to Check item level
CheckItemLevel(){
BlockInput On
Send {LButton}
Send {Enter}
Sleep 2
Send /itemlevel
Send {Enter}
Sleep, 75
Send {LButton}
BlockInput Off
return
}
OosCommand(){
BlockInput On
Send {Enter}
Sleep 2
Send /oos
Send {Enter}
BlockInput Off
return
}
FastLogOut(){
BlockInput On
SetDefaultMouseSpeed 0
sendinput {esc}
MouseClick, left, 959, 432, 1, 1
BlockInput Off
return
}

You might also like