Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- End::Pause
- Delete::
- CoordMode, Mouse, Window
- WinGetActiveStats, Title, Width, Height, X, Y
- send {Tab}
- MouseClick, , Width*0.322, Height*0.846,1,4
- return
- Up::
- CoordMode, Mouse, Window
- WinGetActiveStats, Title, Width, Height, X, Y
- MouseGetPos, MouseX, MouseY
- clipboard =
- PixelGetColor, colorcheck, Width*0.874, Height*0.788
- clipboard=%colorcheck%
- return
- Home::
- CoordMode, Mouse, Window
- WinGetActiveStats, Title, Width, Height, X, Y
- Loop
- {
- MouseClick, , Width*0.974, Height*0.788,1,4
- PixelGetColor, color, Width*0.874, Height*0.788
- if color=%colorcheck%
- {
- send ]
- sleep 100
- PixelGetColor, color, Width*0.874, Height*0.788
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment