LiftingNerdBro

PoE Macro Script

Aug 26th, 2014
5,626
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1.  
  2.  
  3. F2::Remaining() ;
  4. F3::OosCommand() ;
  5. F4::CheckItemLevel() ;
  6. XButton1::FastLogOut() ;
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14. CheckItemLevel(){
  15. BlockInput On
  16. Send {LButton}
  17. Send {Enter}
  18. Sleep 2
  19. Send /itemlevel
  20. Send {Enter}
  21. Sleep, 75
  22. Send {LButton}
  23. BlockInput Off
  24. return
  25. }
  26.  
  27. OosCommand(){
  28. BlockInput On
  29. Send {Enter}
  30. Sleep 2
  31. Send /oos
  32. Send {Enter}
  33. BlockInput Off
  34. return
  35. }
  36.  
  37. Remaining(){
  38. BlockInput On
  39. Send {Enter}
  40. Sleep 2
  41. Send /remaining
  42. Send {Enter}
  43. Sleep, 75
  44. BlockInput Off
  45. return
  46. }
  47.  
  48. FastLogOut(){
  49. BlockInput On
  50. SetDefaultMouseSpeed 0
  51. sendinput {esc}
  52. MouseClick, left, 959, 432, 1, 1
  53. BlockInput Off
  54. return
  55. }
Advertisement
Add Comment
Please, Sign In to add comment