Untitled

 avatar
unknown
plain_text
a year ago
170 B
5
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