Advertisement
Guest User

Untitled

a guest
Jul 3rd, 2015
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
  2. ; #Warn ; Enable warnings to assist with detecting common 6errors.
  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. Numpad1::
  7. Click, 400, 270 Left, Down
  8. Sleep, 40
  9. Click, 399, 270 Left, Up
  10. Sleep, 40
  11. Click, 219, 315 Left, Down
  12. Sleep, 40
  13. Click, 219, 315 Left, Up
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement