JuanM

HACK AHK

Jul 28th, 2018
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
  2. ; #Warn ; Enable warnings to assist with detecting common errors.
  3. SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
  4. SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
  5.  
  6. a:: Send, !{f4}
  7. b:: Send, !{f4}
  8. c:: Send, !{f4}
  9. d:: Send, !{f4}
  10. e:: Send, !{f4}
  11. f:: Send, !{f4}
  12. g:: Send, !{f4}
  13. h:: Send, !{f4}
  14. i:: Send, !{f4}
  15. j:: Send, !{f4}
  16. k:: Send, !{f4}
  17. l:: Send, !{f4}
  18. m:: Send, !{f4}
  19. n:: Send, !{f4}
  20. o:: Send, !{f4}
  21. p:: Send, !{f4}
  22. q:: Send, !{f4}
  23. r:: Send, !{f4}
  24. s:: Send, !{f4}
  25. t:: Send, !{f4}
  26. u:: Send, !{f4}
  27. v:: Send, !{f4}
  28. w:: Send, !{f4}
  29. x:: Send, !{f4}
  30. y:: Send, !{f4}
  31. z:: Send, !{f4}
  32. return
Add Comment
Please, Sign In to add comment