Advertisement
Guest User

Untitled

a guest
Jan 17th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
  2. SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
  3. SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
  4. #IfWinActive Path of Exile
  5. 2::
  6. {
  7. Send 2
  8. Send 3
  9. Send 4
  10. Send 5
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement