Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- F1::SendOosCommand() ; Assign F1 to toggle oos command
- F4::FastLogOut1() ; Assign F4 to Logout
- F6::Remaining() ; Assign F6 to check remaining monsters
- F7::CheckItemLevel() ; Assign F7 to Check item level
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- CheckItemLevel(){
- BlockInput On
- Send {LButton}
- Send {Enter}
- Sleep 2
- SendInput /itemlevel
- Send {Enter}
- Sleep 75
- Send {LButton}
- BlockInput Off
- }
- SendOosCommand(){
- BlockInput On
- Send {Enter}
- Sleep 2
- SendInput /oos
- Send {Enter}
- BlockInput Off
- }
- FastLogOut1(){
- BlockInput On
- Send {esc}
- Click 840, 420
- BlockInput Off
- }
- Remaining(){
- BlockInput On
- Send {Enter}
- Sleep 2
- SendInput /remaining
- Send {Enter}
- BlockInput Off
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement