This is an autotyper made in python designed for spamming purposes.
- Install the latest version of python3 and tkinter by
sudo apt-get install python3-tk python3-dev
- Install the following packages using pip3
pip3 install pyautogui
pip3 install time
-
Run the script using the command
python3 script.py
-
Enter the message to spam or auto-type and the number of times you want the message to be spammed.
-
Enter the time allotted to type each letter (in seconds) and then, the time after which the spam should start.
-
Now move the mouse to the text-box and click on it and then wait for the typing to start.
-
Sit back and enjoy.
- Open the file scr.py
- In the source code, change the message, number of times you want the message to be spammed, time allotted to type each letter and the time after which the spam should start. Remember to add a \n after the message.
- Run the script using the command
python3 scr.py
- Copy the required message into the clipboard
- Run the script using the command
python3 scr2.py
- Enter the number of times you want the message to be spammed.
- Enter the time allotted for each message (in seconds) and then, the time after which the spam should start.
- Now move the mouse to the text-box and click on it and then wait for the typing to start.
- Sit back and enjoy.
For the non-interactive version, run the script scr2.py