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
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
.
Windows EXE:
-
Download the EXE file here
-
Run the file and fill in the values you would like to use. (There will be a prompt asking you)
-
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
-
Download the Pyton file here
-
Make sure you have installed the requirements
-
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
)
-
Fill in the values you would like to use.
-
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
Join my Discord or open a Github issue.