Advertisement
IamMeWasTaken

Auto reroll auto hotkey

May 19th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. #NoEnv
  2. SendMode Input
  3. SetWorkingDir %A_ScriptDir%
  4. WinGet, wowid, List, World of Warcraft
  5. F1::
  6. SendEactive := !SendEactive
  7. If SendEactive
  8. SetTimer Send5, 2200
  9. else
  10. SetTimer Send5, Off
  11. Return
  12. Send5:
  13. ControlSend,, 5, ahk_id %wowid1%
  14. ControlSend,, 5, ahk_id %wowid2%
  15. Return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement