Guest User

Untitled

a guest
Nov 23rd, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 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.  
  5.  
  6. 0::
  7. Loop
  8. {
  9. Send, {TAB}
  10. Send, {TAB}
  11. Send, {TAB}
  12. Send, {TAB}
  13. Send, {Enter}
  14. Sleep, 1000
  15. Send, {F5}
  16. }
  17. return
  18.  
  19. 2::Pause
Add Comment
Please, Sign In to add comment