dlecina

Path of Exile Commands

Feb 12th, 2015
355
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $F2::
  2. {
  3.         IfWinActive, Path of Exile
  4.                 SendOos()
  5.         else
  6.                 Send {F2}
  7.         return
  8. }
  9.  
  10. $F3::
  11. {
  12.         IfWinActive, Path of Exile
  13.                 SendRemaining()
  14.         else
  15.                 Send {F3}
  16.         return
  17. }
  18.  
  19. $F4::
  20. {
  21.         IfWinActive, Path of Exile
  22.                 CheckItemLevel()
  23.         else
  24.                 Send {F4}
  25.         return
  26. }
  27.  
  28. $F5::
  29. {
  30.         IfWinActive, Path of Exile
  31.                 Hideout()
  32.         else
  33.                 Send {F5}
  34.         return
  35. }
  36.  
  37. $F10::
  38. {
  39.         IfWinActive, Path of Exile
  40.                 FastLogOut()
  41.         else
  42.                 Send {F10}
  43.         return
  44. }
  45.  
  46. SendOos()
  47. {
  48.         BlockInput On
  49.         Send {Enter}
  50.         Sleep 2
  51.         Send /oos
  52.         Send {Enter}
  53.         BlockInput Off
  54. }
  55.  
  56.  
  57.  
  58. SendRemaining()
  59. {
  60.         BlockInput On
  61.         Send {Enter}
  62.         Sleep 2
  63.         Send /remaining
  64.         Send {Enter}
  65.         Sleep, 75
  66.         BlockInput Off
  67. }
  68.  
  69.  
  70.  
  71. CheckItemLevel()
  72. {
  73.         BlockInput On
  74.         Send {LButton}
  75.         Send {Enter}
  76.         Sleep 2
  77.         Send /itemlevel
  78.         Send {Enter}
  79.         Sleep, 75
  80.         Send {LButton}
  81.         BlockInput Off
  82. }
  83.  
  84. Hideout()
  85. {
  86.         BlockInput On
  87.         Send {Enter}
  88.         Sleep 2
  89.         Send /hideout
  90.         Send {Enter}
  91.         Sleep, 75
  92.         BlockInput Off
  93. }
  94.  
  95. FastLogOut(){
  96.         BlockInput On
  97.         sendinput {1}
  98.         SetDefaultMouseSpeed 0
  99.         sendinput {esc}
  100.         MouseClick, left, 675, 320, 1, 1
  101.         BlockInput Off
  102. }
  103.  
  104. Pause::Pause
Advertisement
Add Comment
Please, Sign In to add comment