import pyautogui as spam
import time
limit = input("Enter no. of messages")
msg = input("Message you want to send")
i = 0
time.sleep(5)
while i<int(limit):
spam.typewrite(msg)
spam.press('Enter')
i+=1
import pyautogui as spam
import time
limit = input("Enter no. of messages")
msg = input("Message you want to send")
i = 0
time.sleep(5)
while i<int(limit):
spam.typewrite(msg)
spam.press('Enter')
i+=1
For further actions, you may consider blocking this person and/or reporting abuse
Mike Young -
Meesmsik -
Andrew Elans -
Zorian -
Top comments (1)
Maybe you want to join a community such as discord.gg/python to find someone to help you :) I'm there too.