Skip to content

Instantly share code, notes, and snippets.

@Magoninho
Created May 10, 2022 00:10
Show Gist options
  • Save Magoninho/930280ad075188a8835495c0b516fc37 to your computer and use it in GitHub Desktop.
Save Magoninho/930280ad075188a8835495c0b516fc37 to your computer and use it in GitHub Desktop.
import pyautogui, time
# tempo pra respirar antes de começar a clicar tlg
time.sleep(3)
# clicador automático by magoninho gamer, todos os direitos reservados (MIT license)
while True: # pra sempre
time.sleep(0.8) # espera um tempinho
pyautogui.click() # clica
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment