Advertisement
Guest User

Untitled

a guest
Mar 19th, 2013
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #NoEnv  ; Recommended for performance and compatibility with future AutoHotkey releases.
  2. #Warn  ; Recommended for catching 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. #IfWinActive Diablo III
  7.  
  8. !c:: ; Alt-C hotkey
  9. Loop, 50 ; amount of clicks
  10. {
  11.     Click 350, 780 ; set for 1080p resolution
  12.     Sleep 3350
  13. }
  14. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement