Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 901 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 901 Bytes

Chat-spam-master

Python bot of control able loop to spam in chats. Works on all kinds of chat systems. Please make sure to consult the victim before using this.

To get this project work -

  1. Fork this repo and clone it to your local device.

  2. Check if your created environment has pynput library installed.

    To check for the correct installation of the library, run check.py

    python check.py
    

    Although the venv folder for this repository already contains all the neccesary libraries. if not, use :

    pip install pynput
    
  3. Open the main.py file and do the changes as per your choice in the specified areas.

  4. Run the main.py file by :

    python main.py
    
  5. Click and open the chat site where you want to spam and wait for it to start.

Please consult the victim before using this script.