Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $F2::
- {
- IfWinActive, Path of Exile
- SendOos()
- else
- Send {F2}
- return
- }
- $F3::
- {
- IfWinActive, Path of Exile
- SendRemaining()
- else
- Send {F3}
- return
- }
- $F4::
- {
- IfWinActive, Path of Exile
- CheckItemLevel()
- else
- Send {F4}
- return
- }
- $F5::
- {
- IfWinActive, Path of Exile
- Hideout()
- else
- Send {F5}
- return
- }
- $F10::
- {
- IfWinActive, Path of Exile
- FastLogOut()
- else
- Send {F10}
- return
- }
- SendOos()
- {
- BlockInput On
- Send {Enter}
- Sleep 2
- Send /oos
- Send {Enter}
- BlockInput Off
- }
- SendRemaining()
- {
- BlockInput On
- Send {Enter}
- Sleep 2
- Send /remaining
- Send {Enter}
- Sleep, 75
- BlockInput Off
- }
- CheckItemLevel()
- {
- BlockInput On
- Send {LButton}
- Send {Enter}
- Sleep 2
- Send /itemlevel
- Send {Enter}
- Sleep, 75
- Send {LButton}
- BlockInput Off
- }
- Hideout()
- {
- BlockInput On
- Send {Enter}
- Sleep 2
- Send /hideout
- Send {Enter}
- Sleep, 75
- BlockInput Off
- }
- FastLogOut(){
- BlockInput On
- sendinput {1}
- SetDefaultMouseSpeed 0
- sendinput {esc}
- MouseClick, left, 675, 320, 1, 1
- BlockInput Off
- }
- Pause::Pause
Advertisement
Add Comment
Please, Sign In to add comment