A Simple and easy way to be the most hated person in your friend group. Just spam the group chat using this bot until you get kicked and you'll be all set!
Basically, the bot takes the text you entered in the first input and takes the number you entered in the second input and uses it to know how many times you want to type the text you entered, and then it types it for you. Simple as that!
First, you need to install Python and make sure it's added to PATH, Then open the Command Prompt and type this command:
pip install pyautogui customtkinter
That's it. you're done!
-
Text Spam mode:
This mode will spam the text you entered the amount of times you want.
- Open
main.py
. - Type whatever you want to spam.
- Enter how many times you want to spam it.
- press
Start
. - Quickly switch to the window that you want to spam in and click on the input field you want to type messages in.
- Open
-
Infinite Spam mode:
This mode will spam the text you entered and it will never stop until you stop it yourself or exit the app. (NOTE: it eats your memory if left on for prolonged periods of time (that applies to most modes tbh), which may result in crashing or some other problems. Be careful!)
- Open
main.py
. - Type whatever you want to spam.
- press
Start
. - Quickly switch to the window that you want to spam in and click on the input field you want to type messages in.
- Open
-
File Spam mode:
This mode will spam the content of any text file you want.
- Open
main.py
. - Click
Select File
. - Navigate to the file you want to spam it's content and select it (or just type the path youself. You can use either the full path or the relative path).
- Enter how many times you want to spam it.
- press
Start
. - Quickly switch to the window that you want to spam in and click on the input field you want to type messages in.
- Open
This code is available under the MIT license. See the LICENSE.md file or click this link for more info.