Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #SingleInstance Force
- #MaxThreadsPerHotkey 1
- SendMode Input
- SetTitleMatchMode 2
- SetTimer, OosLoop, 3000 ;Set Timer for /oos in milisecond
- ~F9::Reload ;Reload the script
- ~F10::Exitapp ;Exit the script
- OosLoop:
- {
- If WinActive, Path of Exile
- {
- Sendinput {ENTER}/oos{Enter}
- }
- Return
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement