Untitled

 avatar
user_9745599
python
10 months ago
135 B
5
Indexable
import pyautogui
from time import sleep
pyautogui.moveTo(994,254,duration=1.5)
for i in range(500)
    sleep(0.1)
    pyautogui.click()
Editor is loading...
Leave a Comment