Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cipherwithadot/simple-2-message-spammer

Very Simple 2 Message Spammer!
https://github.com/cipherwithadot/simple-2-message-spammer

abuse app discord fun hehe py python python3 slack spammer troll trolling zoom

Last synced: 1 day ago
JSON representation

Very Simple 2 Message Spammer!

Awesome Lists containing this project

README

        

# Very Simple 2 Message Spammer!

Code:

import pyautogui
import time

msg1 = input("Enter the message: ")
msg2 = input("Enter the Second message: ")
n = input("How many times ?: ")
delay = int(input("How much delay do you want bettween messages ?: "))
print()
print("T Minus")

count = 5
while(count != 0):
print(count)
time.sleep(1)
count -= 1
print()
print("Fire in the hole!!!")

for i in range(0,int(n)):
pyautogui.typewrite(msg1 + '\n')
pyautogui.typewrite(msg2 + '\n')
time.sleep(delay)

I found this code and made it better :)

# You need `pyautogui` for this!

To install:

pip install pyautogui

### Made by me, Hope it helps! :)