Created
May 10, 2022 00:10
-
-
Save Magoninho/930280ad075188a8835495c0b516fc37 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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