Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- F6::hideout()
- #IfWinActive Path of Exile
- F11:: ; window resize, good if you have multiple monitors
- {
- WinMove, Path of Exile,, 0, 0, 2560, 1200 ; numbers = Xoffset, Yoffset, Window width, Height
- }
- return
- WheelUp:: ;PlagueWalk
- {
- MouseClick, X2
- Sleep, 50
- Send {Mbutton}
- Sleep, 25
- Send {Q}
- }
- return
- 2:: ;Flasks
- {
- SendEvent {2}
- Sleep, 54 ; 1 second
- SendEvent {1}
- Sleep, 54 ; 1 second
- SendEvent {4}
- Sleep, 54 ; 1 second
- SendEvent {3}
- Sleep, 54 ; 1 second
- SendEvent {Space}
- Sleep, 54 ; 1 second
- }
- return
- remaining(){
- IfWinActive Path of Exile
- {
- BlockInput On
- SendInput, {Enter}
- Sleep 2
- SendInput, {/}remaining
- SendInput, {Enter}
- BlockInput Off
- }
- return
- }
- F5:: ;global
- IfWinActive Path of Exile
- {
- BlockInput On
- SendInput, {Enter}
- Sleep 2
- SendInput, {/}global 820
- SendInput, {Enter}
- BlockInput Off
- }
- return
- hideout(){
- IfWinActive Path of Exile
- {
- BlockInput On
- SendInput, {Enter}
- Sleep 2
- SendInput, {/}hideout
- SendInput, {Enter}
- BlockInput Off
- }
- return
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement