Untitled

Anonymous
plain_text
07/15/2024 7:35 PM
312 B
29
Indexable
import pyautogui
from time import sleep 

'''
Abrir MouseInfo pelo CMD
python
from mouse info import mouseInfo
mouseInfo()
'''

pyautogui.moveTo(385,394,duration=2)
for i in range(50):
    sleep(0.1)
    pyautogui.click()
Editor is loading...
Leave a Comment