I made a script in python that detects color on the screen and clicks
import pyautogui def get_pixel_colour(i_x, i_y): import PIL.ImageGrab return PIL.I