Guest User

Untitled

a guest
May 22nd, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 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. #InstallKeybdHook
  5. #IfWinActive Star Wars: The Old Republic
  6. F5::Suspend
  7. 2::
  8. Send {4 Down}
  9. Sleep 20
  10. Send {4 Up}
  11. Sleep 20
  12. Send {2 Down}
  13. Sleep 20
  14. Send {2 Up}
Add Comment
Please, Sign In to add comment