Advertisement
Guest User

Untitled

a guest
Jul 21st, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. ;rage
  2. WinName = Legends of Aria
  3. SendMode Input
  4. F4::Pause
  5. F3::
  6. Loop,
  7. {
  8. SendHotkey(WinName, 3)
  9. Sleep, 100
  10. Sleep, 7000
  11. }
  12.  
  13. SendHotkey(Window,Hotkey)
  14. {
  15. ControlFocus, , %Window%
  16. ControlSend, , {%Hotkey% down}{%Hotkey% up}, %Window%
  17. return
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement