Athanatos

cleanjobs.ahk

Jan 30th, 2019
497
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. End::Pause
  2.  
  3. Delete::
  4.     CoordMode, Mouse, Window
  5.     WinGetActiveStats, Title, Width, Height, X, Y
  6.     send {Tab}
  7.     MouseClick, , Width*0.322,  Height*0.846,1,4
  8. return
  9.  
  10. Up::
  11.     CoordMode, Mouse, Window
  12.     WinGetActiveStats, Title, Width, Height, X, Y
  13.     MouseGetPos, MouseX, MouseY
  14.     clipboard =
  15.     PixelGetColor, colorcheck, Width*0.874, Height*0.788
  16.     clipboard=%colorcheck%
  17. return
  18.  
  19. Home::
  20. CoordMode, Mouse, Window
  21. WinGetActiveStats, Title, Width, Height, X, Y
  22. Loop
  23. {
  24.     MouseClick, , Width*0.974,  Height*0.788,1,4
  25.     PixelGetColor, color, Width*0.874, Height*0.788
  26.    
  27.     if color=%colorcheck%  
  28.     {              
  29.         send ]
  30.         sleep 100
  31.         PixelGetColor, color, Width*0.874, Height*0.788
  32.     }
  33. }
Advertisement
Add Comment
Please, Sign In to add comment