Create a spambot in Python.
Answers
Answered by
2
Answer:
import pyautogui, time
time.sleep(5)
file = open('sorry','r')
for item in file:
pyautogui.typewrite(item)
pyautogui.press('Enter')
where, sorry is the file name.
Answered by
0
How to use
Open Main.py file.
Type whatever you want to spam.
Enter how many times do you want to spam.
press the Start Spamming button.
Quickly switch to the window that you want to spam in and click on the input.
Wait until the bot finishes spamming.
Similar questions