Skip to content

Latest commit

 

History

History
47 lines (26 loc) · 1.79 KB

README.md

File metadata and controls

47 lines (26 loc) · 1.79 KB

universal-spammer

Download

Both files can be found on the Release page.

You can download the windows executable here: Spammer.exe

The python source code is found here Main.py

Requirements

The windows executable has no requirements. It can be used right after download.

If you are using the Python file, make sure to have the following modules installed: time, pynput.

Install them via pip install pynput and pip install time.

How-To

Windows EXE:

  1. Download the EXE file here

  2. Run the file and fill in the values you would like to use. (There will be a prompt asking you)

  3. Click into a text field. The script will automatically type your message and press enter.

Make sure you have your cursor in a active text box


Python

  1. Download the Pyton file here

  2. Make sure you have installed the requirements

  3. Run the file with python main.py

(Your python prefix might change. If you get a "Python not found" error, try replacing python with python3 or py)

  1. Fill in the values you would like to use.

  2. Click into a text field. The script will automatic type your message and press enter.

Make sure you have your cursor in a active text box

Support

Join my Discord or open a Github issue.