Advertisement
Guest User

Untitled

a guest
Dec 15th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 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. SetTitleMatchMode 2
  5.  
  6. F3::goHard()
  7. F5:: reload
  8.  
  9. goHard(){
  10. while(true){
  11. click
  12. sleep 250
  13. }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement