Skip to content

Instantly share code, notes, and snippets.

View Michael-Evergreen's full-sized avatar

Michael-Evergreen

View GitHub Profile
def Scan(self):
try:
dota = gw.getWindowsWithTitle("Dota 2")[0]
dota.activate()
except IndexError as error:
pass
time.sleep(0.2)
pyautogui.click(x=347, y=798)
pyautogui.click(x=348, y=798)
pyautogui.click(x=349, y=798)