This script is designed to spam Google Forms with submissions. It should be noted that this script is intended for educational purposes only and should not be used for malicious intent.
This script utilizes multiple threads to submit form responses to a specified Google Form URL. It randomly selects responses for each form field from predefined options to simulate human input.
- Python 3.x
- Requests library (install via
pip install requests
)
- Ensure you have Python 3.x installed on your system.
- Install the Requests library by running:
pip install requests
- Customize the script by providing the Google Form URL and form data.
- Run the script:
python main.py
- Wait for the script to complete its execution.
GoogleURL
: URL of the Google Form page.form_data
: Dictionary containing form field IDs as keys and lists of possible responses as values.
- Use this script responsibly and ethically. Do not use it to spam legitimate forms or engage in malicious activities.
- Be aware that using this script may violate terms of service of the platform hosting the form.
- Use at your own risk.
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Make your changes.
- Commit your changes (
git commit -m 'Add some feature'
). - Push to the branch (
git push origin feature-branch
). - Open a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
This script is for educational purposes only. The author is not responsible for any misuse of this script.