Skip to content

Instantly share code, notes, and snippets.

@pdr-tuche
Last active July 23, 2022 21:27
Show Gist options
  • Save pdr-tuche/2c358083963ce366c976c81d6bdc1c8a to your computer and use it in GitHub Desktop.
Save pdr-tuche/2c358083963ce366c976c81d6bdc1c8a to your computer and use it in GitHub Desktop.
flood
import pyautogui as auto
from time import sleep
contador =0
while contador < 100:
auto.write('te amo <3') #aqui voce coloca o texto a ser enviado
auto.press('enter')
sleep(0.4)
contador+=1
@pdr-tuche
Copy link
Author

não utilize esse código caso não saiba o que ele faça =)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment