Guest User

Untitled

a guest
Jun 18th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
  2. SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
  3. #InstallKeybdHook ; Force install of keyboard hook
  4. ;SendMode Play ; Game-compatible input mode.
  5.  
  6. #IfWinActive, Warcraft III
  7. #UseHook On ; Force hotkeys to use keyboard hook
  8.  
  9. *F6::
  10. Loop
  11. {
  12. Send {Enter}-save{Enter}
  13. Sleep 5000
  14. }
  15. return
Add Comment
Please, Sign In to add comment