Advertisement
hamncheese

Simple /oos

Jul 20th, 2014
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #SingleInstance Force
  2. #MaxThreadsPerHotkey 1
  3. SendMode Input
  4. SetTitleMatchMode 2
  5.  
  6. SetTimer, OosLoop, 3000 ;Set Timer for /oos in milisecond
  7.  
  8. ~F9::Reload ;Reload the script
  9. ~F10::Exitapp   ;Exit the script
  10.  
  11. OosLoop:
  12. {
  13.         If WinActive, Path of Exile
  14.         {
  15.                 Sendinput {ENTER}/oos{Enter}
  16.         }
  17. Return      
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement