Untitled
unknown
plain_text
2 years ago
170 B
13
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