Advertisement
Guest User

Untitled

a guest
Mar 21st, 2017
80
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  ; Enable warnings to assist with detecting common errors.
  3. SendMode Play  ; Recommended for new scripts due to its superior speed and reliability.
  4. SetWorkingDir %A_ScriptDir%  ; Ensures a consistent starting directory.
  5. #Persistent
  6. SetTimer, AnatMacro, 12000
  7. SetKeyDelay, 150, 150, Play
  8.  
  9. AnatMacro:
  10.    WinActivate, Shards Online
  11.     ToolTip, "Running Macro"
  12.     Send 8
  13.     sleep, 400
  14.     Send t
  15. return
  16.  
  17. Esc::ExitApp
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement