Advertisement
Guest User

Untitled

a guest
Nov 27th, 2013
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. F2::Oos() ;
  2. F3::Remaining() ;
  3. F4::LogOut() ;
  4. F5::ItemLevel() ;
  5.  
  6. ItemLevel(){
  7. BlockInput On
  8. Send {LButton}
  9. Send {Enter}
  10. Sleep 2
  11. Send /itemlevel
  12. Send {Enter}
  13. Sleep, 75
  14. Send {LButton}
  15. BlockInput Off
  16. return
  17. }
  18.  
  19. Oos(){
  20. BlockInput On
  21. Send {Enter}
  22. Sleep 2
  23. Send /oos
  24. Send {Enter}
  25. BlockInput Off
  26. return
  27. }
  28.  
  29. LogOut(){
  30. BlockInput On
  31. SetDefaultMouseSpeed 0
  32. sendinput {esc}
  33. MouseClick, left, 960, 470, 1, 1
  34. BlockInput Off
  35. return
  36. }
  37.  
  38. Remaining(){
  39. BlockInput On
  40. Send {Enter}
  41. Sleep 2
  42. Send /remaining
  43. Send {Enter}
  44. BlockInput Off
  45. return
  46. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement