Welcome to the NGL Spammer! This is a simple script that used to spamming a certain NGL Account. Let’s dive in!
- ⚡ Fast Questions: Sends spam questions to the NGL API at regular intervals.
- 📊 Real-Time Logs: Instantly logs successful and failed requests.
- ✅ Success Counts: Displays the counts of successful and failed requests.
- 🛠️ Easy Customization: Customize the questions and settings easily.
Make sure you have Node.js and npm installed on your computer.
-
Clone the repo:
git clone https://github.com/JrDevProgect/NGL-Spammer.git cd NGL-Spammer
-
Install the packages:
npm install
-
Edit the config:
- Open
config.json
and set your username and questions.
- Open
-
Run the script:
node index.js
- Open your web browser and go to
http://localhost:3000
. - Watch the logs update in real-time as questions are sent.
- Check how many requests succeeded and how many failed.
Change the settings in config.json
:
{
"interval": 2, // Time in seconds between requests
"username": "your_username", // Your username for NGL
"questions": [
"What’s up?",
"How are you?",
"Tell me something funny!"
]
}
-
Create a Render Account:
- Go to Render and sign up for a free account.
-
Create a New Web Service:
- Click on the "New" button and select "Web Service."
- Connect your GitHub account and select the repository you just created.
-
Configure Your Service:
- Set the Name for your service.
- Choose the Region (e.g., US).
- For the Environment, select Node.
- Set the Build Command to:
npm install
- Set the Start Command to:
node index.js
-
Deploy:
- Click on "Create Web Service" to deploy your script. Wait for the process to finish.
-
Access Your Script:
- Once deployed, Render will provide you with a URL to access your script.
-
Create an Uptime Robot Account:
- Go to Uptime Robot and sign up for a free account.
-
Add a New Monitor:
- Click on "Add New Monitor."
- Select the Monitor Type as "HTTP(s)."
-
Configure Your Monitor:
- Enter a Friendly Name for your monitor (e.g., NGL Spammer).
- In the URL field, enter your Render script's URL.
- Set the Monitoring Interval to your preference (e.g., 5 minutes).
-
Save the Monitor:
- Click "Create Monitor." Uptime Robot will now check your script at the interval you set.
This project is under the MIT License. Check the LICENSE file for more info.
This project is maintained by JrDev06. Feel free to reach out!
We hope you enjoy using this script! If you have any questions, feel free to contact the owner.