Very Simple Zoom Spam Pinger!

Overview

Very Simple Zoom Spam Pinger!

Code:

") 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("It's Troll TIme!!!") for i in range(0,int(n)): pyautogui.typewrite(msg1 + '\n') pyautogui.typewrite('\n') pyautogui.typewrite(msg2 + '\n') pyautogui.typewrite('\n') time.sleep(delay) ">
import pyautogui
import time

print("You Must First Ping The Person Then Copy Paste The Text Here !")
print("Example: '@PndaBoi!'")
print()
print("This Program Is Meant For Zoom, Not Tried Other Platforms !")
print()
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("It's Troll TIme!!!")

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

I found this code and made it better :)

You need pyautogui for this!

To install:

pip install pyautogui

Made by @PndaBoi, Hope it helps! :)

Not Sorry for the bad repo name :D

You might also like...
Very Simple 2 Message Spammer!

Very Simple 2 Message Spammer!

A very small (15 lines of code) and beautiful fetch script (exclusively for Arch Linux).

minifetch A very small (15 lines of code) and beautiful fetch script (exclusively for Arch Linux). There are many fetch scripts out there but I wanted

A very terrible python-based programming language that uses folders instead of text files

PYFolders by Lewis L. Foster PYFolders is a very terrible python-based programming language that uses folders instead of regular text files. In this r

A very basic ciphering/deciphering tool

ckrett-python-library This is an useful python library for people who care about privacy, this library is useful to cipher and decipher text using 4 s

Hopefully it'll become a very annoying desktop pet

AnnoyingPet Basic Tutorial: https://seebass22.github.io/python-desktop-pet-tutorial/ Handling Mouse Input: https://pythonhosted.org/pynput/mouse.html

Devil - Very Semple Auto Filter V1 Bot
Devil - Very Semple Auto Filter V1 Bot

Devil Very Semple Auto Filter V1 Bot

Expense Tracker is a very good tool to keep track of your expenseditures and the total money you saved.
Expense Tracker is a very good tool to keep track of your expenseditures and the total money you saved.

Expense Tracker is a very good tool to keep track of your expenseditures and the total money you saved.

Simple but maybe too simple config management through python data classes. We use it for machine learning.

👩‍✈️ Coqpit Simple, light-weight and no dependency config handling through python data classes with to/from JSON serialization/deserialization. Curre

A simple program to recolour simple png icon-like pictures with just one colour + transparent or white background. Resulting images all have transparent background and a new colour.

A simple program to recolour simple png icon-like pictures with just one colour + transparent or white background. Resulting images all have transparent background and a new colour.

Owner
Syntax.
Well Hello There....
Syntax.
A Python library to simulate a Zoom H6 recorder remote control

H6 A Python library to emulate a Zoom H6 recorder remote control Introduction This library allows you to control your Zoom H6 recorder from your compu

Matias Godoy 68 Nov 2, 2022
Python program to start your zoom meetings

zoomstarter Python programm to start your zoom meetings More about Initially this was a bash script for starting zoom meetings, but as i started devel

Viktor Cvetanovic 2 Nov 24, 2021
Herramienta para poder automatizar reuniones en Zoom.

Crear Reunión Zoom con Python Herramienta para poder automatizar reuniones en Zoom. Librerías Requeridas Nombre Comando PyAutoGui pip install pyautogu

JkDev 3 Nov 12, 2022
A python script that automatically joins a zoom meeting based on your timetable.

Zoom Automation A python script that automatically joins a zoom meeting based on your timetable. What does it do? It performs the following processes:

Shourya Gupta 3 Jan 1, 2022
Auto Join Zoom Meeting

Auto-Join-Zoom-Meeting Join a zoom meeting with out filling in meeting id's or passcodes, one button for it all! Setup See attached excel document. MA

JareBear 1 Jan 25, 2022
basic tool for NFT. let's spam, this is the easiest way to generate a hell lotta image

NFT generator this is the easiest way to generate a hell lotta image buckle up and follow me! how to first have your image in .png (transparent backgr

null 34 Nov 18, 2022
Headless chatbot that detects spam and posts links to it to chatrooms for quick deletion.

SmokeDetector Headless chatbot that detects spam and posts it to chatrooms. Uses ChatExchange, takes questions from the Stack Exchange realtime tab, a

Charcoal 421 Dec 21, 2022
This is a spamming selfbot that has custom spammed message and @everyone spam.

This is a spamming selfbot that has custom spammed message and @everyone spam.

astro1212 1 Jul 31, 2022
A very simple boarding app with DRF

CRUD project with DRF A very simple boarding app with DRF. About The Project 유저 정보를 갖고 게시판을 다루는 프로젝트 입니다. Version Python: 3.9 DB: PostgreSQL 13 Django

null 1 Nov 13, 2021
Very simple encoding scheme that will encode data as a series of OwOs or UwUs.

OwO Encoder Very simple encoding scheme that will encode data as a series of OwOs or UwUs. The encoder is a simple state machine. Still needs a decode

null 1 Nov 15, 2021