So, this piece of code:
import pyautogui pyautogui.PAUSE = 0 pyautogui.MINIMUM_SLEEP = 0 pyautogui.MINIMUM_DURATION = 0 pyautogui.moveTo(100,100,duration=1) <