Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- F2::Remaining() ;
- F3::OosCommand() ;
- F4::CheckItemLevel() ;
- XButton1::FastLogOut() ;
- 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
- }
- Remaining(){
- BlockInput On
- Send {Enter}
- Sleep 2
- Send /remaining
- Send {Enter}
- Sleep, 75
- BlockInput Off
- return
- }
- FastLogOut(){
- WinActivate
- BlockInput On
- SendInput, {Esc}
- WinGetPos,,,Width,Height,A
- X := (Width / 2)
- Y := Height * .44
- MouseClick, Left, 959, 432, 1, 1
- Sleep, 20
- WinGetPos,,,Width,Height,A
- X := (Width / 2)
- Y := Height * .44
- MouseClick, Left, 959, 432, 1, 1
- BlockInput Off
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement