Have you ever wanted to prank a friend by sending them a burst of messages they won’t forget? With this automated spammer script, you can do just that!
This Python script leverages PyAutoGUI to send a customizable message repeatedly. Just enter the message you want to spam and how many times to send it—then watch the script take over!
⚠️ Disclaimer: Please use this responsibly! Spamming without permission can be annoying and may be against the rules of certain platforms.
- Enter Your Message: Type in the message you want to spam.
- Set Spam Count: Specify how many times the message should be sent.
- Choose Your Target Window: You’ll have a 5-second countdown to move your cursor to the desired input box.
- Let the Games Begin: Once the timer ends, the script will start sending your message for the specified count. ヾ( ・`⌓´・)ノ゙
- Python 3.x
- PyAutoGUI: Install it with the following command:
pip install pyautogui
To run the script, you have two options:
- Run the Executable:
- If you’ve converted the script to an executable, just double-click to start.
- Run from Script:
- If you’d like to edit or customize the script, open
script.py
and run it with:python script.py
- If you’d like to edit or customize the script, open
- Preparation: After entering the message and spam count, you’ll have 5 seconds to place the cursor where you want the spam to go.
- Enjoy and Use Responsibly: This tool is for fun, so be considerate of others and avoid spamming unnecessarily.