Advertisement
Guest User

Untitled

a guest
Jan 24th, 2020
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. F2::
  2. MouseGetPos, xpos, ypos
  3. PixelGetColor, color, xpos, ypos, alt
  4. MsgBox, 68, ,Координаты курсора: X%xpos% Y%ypos%`nЕбучий цвет: %color%`nСохранить ебаные корды и цвет?
  5. IfMsgBox Yes
  6. {
  7. clipboard := " X " xpos " Y " ypos " COLOR " color
  8. }
  9. else
  10. {
  11. MsgBox Ты нажал нет
  12. }
  13. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement