Advertisement
RShtraff

Untitled

Jun 20th, 2021
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. F2:: Reload ; перезагрузить скрипт
  2.  
  3. F3:: ExitApp ; закрыть скрипт
  4.  
  5. F4:: ; Старт
  6. Loop{
  7. PixelGetColor, color_up1, 960, 840, RGB
  8. PixelGetColor, color_up2, 964, 825, RGB
  9. PixelGetColor, color_up3, 956, 825, RGB
  10. if ( color_up1 = "0x000000" and color_up2 = "0x000000" and color_up3 = "0x000000" ) {
  11. Send, {vk26}
  12. sleep, 100
  13. }
  14. else
  15. PixelGetColor, color_down1, 960, 825, RGB
  16. PixelGetColor, color_down2, 965, 837, RGB
  17. PixelGetColor, color_down3, 955, 837, RGB
  18. if ( color_down1 = "0x000000" and color_down2 = "0x000000" and color_down3 = "0x000000" ) {
  19. Send, {vk28}
  20. sleep, 100
  21. }
  22. else
  23. PixelGetColor, color_right1, 953, 832, RGB
  24. PixelGetColor, color_right2, 966, 827, RGB
  25. PixelGetColor, color_right3, 965, 837, RGB
  26. if ( color_right1 = "0x000000" and color_right2 = "0x000000" and color_right3 = "0x000000" ) {
  27. Send, {vk27}
  28. sleep, 100
  29. }
  30. else
  31. PixelGetColor, color_left1, 968, 833, RGB
  32. PixelGetColor, color_left2, 954, 828, RGB
  33. PixelGetColor, color_left3, 954, 836, RGB
  34. if ( color_left1 = "0x000000" and color_left2 = "0x000000" and color_left3 = "0x000000" ) {
  35. Send, {vk25}
  36. sleep, 100
  37. }
  38. else
  39. Send, {vk45}
  40. color_down1 := " "
  41. color_down2 := " "
  42. color_down3 := " "
  43. color_left1 := " "
  44. color_left2 := " "
  45. color_left3 := " "
  46. color_up1 := " "
  47. color_up2 := " "
  48. color_up3 := " "
  49. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement