This Python script is used to automatically send messages to ngl.link service. It sends a specified message to a given username a certain number of times.
- Python 3.x
- download this code:
git clone https://github.com/0MeMo07/NGL-Spammer.git
- Go to NGL-Spammer file:
cd NGL-Spammer
- Install the required libraries by running the following command:
pip install -r requirements.txt
- NGLSpamer.py Run:
python NGLSpamer.py
- Enter your NGL username.
- Enter the message you want to send.
- Specify the number of messages to be sent.
- Enter the delay between requests (in seconds). If you want the fastest possible requests, enter 0.
- Choose whether to use a proxy (y/n).
- If yes, ensure
proxies.txt
contains valid proxies.
- If yes, ensure
The script will automatically start sending the specified message to the given username. Successful submissions will be marked with [+] while unsuccessful submissions will be marked with [-].
If there are 4 consecutive unsuccessful submissions, the script will change the device ID and user agent. If using proxies, it will also select a new proxy from proxies.txt
.
- If a bad proxy is encountered, the script will select a new proxy and retry.