Advertisement
Guest User

Untitled

a guest
Apr 12th, 2013
22,538
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. ; Visit Youtube.com/PoEHelper for Path of Exile Tips&Trics and Guides
  2. ; Stream: http://twitch.tv/rg_panko
  3.  
  4.  
  5. F8::FastLogOut() ; Assign F8 to Logout
  6. F9::OosCommand() ; Assign F9 to execute the oos command
  7. F10::CheckItemLevel() ; Assign F10 to Check item level
  8.  
  9.  
  10. CheckItemLevel(){
  11. BlockInput On
  12. Send {LButton}
  13. Send {Enter}
  14. Sleep 2
  15. Send /itemlevel
  16. Send {Enter}
  17. Sleep, 75
  18. Send {LButton}
  19. BlockInput Off
  20. return
  21. }
  22.  
  23. OosCommand(){
  24. BlockInput On
  25. Send {Enter}
  26. Sleep 2
  27. Send /oos
  28. Send {Enter}
  29. BlockInput Off
  30. return
  31. }
  32.  
  33. FastLogOut(){
  34. BlockInput On
  35. SetDefaultMouseSpeed 0
  36. sendinput {esc}
  37. MouseClick, left, 959, 432, 1, 1
  38. BlockInput Off
  39. return
  40. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement