Untitled
unknown
plain_text
5 months ago
179 B
4
Indexable
import pyautogui as pg from time import sleep pg.hotkey('alt', 'tab') pg.click(x=938,y=563, button='right') sleep(1) pg.click(x=992,y=388) sleep(1) pg.click(x=1294,y=386)
Editor is loading...
Leave a Comment