Untitled
Anonymous
plain_text
07/18/2024 4:08 PM
228 B
19
Indexable
import pyautogui # posição algo - use o mouseinfo # fazer algo com essa posição pyautogui.moveTo(4114,614,duration=2) for i in range(5000): pyautogui.click()
Editor is loading...
Leave a Comment