Advertisement
cleartonic

dq9-ahk

Apr 29th, 2017
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. CoordMode, Pixel, Screen
  2. CoordMode, Mouse, Screen
  3.  
  4.  
  5. F12::
  6. Loop
  7. {
  8. PixelGetColor, color, 537, 805
  9.  
  10. if (color == 0x3061AA) {
  11. WinActivate, OBS 17.0.2 (windows) - Profile: Main - Scenes: DQRTA
  12. SendInput, {F9}
  13. Sleep, 1500
  14.  
  15. }
  16. else
  17. {
  18. WinActivate, OBS 17.0.2 (windows) - Profile: Main - Scenes: DQRTA
  19. SendInput, {F10}
  20. Sleep, 1500
  21. }
  22. }
  23.  
  24. #p::Pause
  25. F11::Pause
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement