Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/cipherwithadot/simple-2-message-spammer
- Owner: cipherwithadot
- Archived: true
- Created: 2021-12-08T06:43:45.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-14T06:52:06.000Z (almost 3 years ago)
- Last Synced: 2024-09-29T17:01:43.392Z (4 months ago)
- Topics: abuse, app, discord, fun, hehe, py, python, python3, slack, spammer, troll, trolling, zoom
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 6
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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! :)