Skip to content

yak6/ngl.link-spam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

This tool allows you to spam on ngl.link service. It's very fast and effective due to the use of multithreading!

Installation

Clone repository

git clone https://github.com/yak6/ngl-spam

After cloning, cd into it's directory and install it using:

sudo make install

Or if you didn't like it:

sudo make uninstall

Usage

You can run it with different arguments:

--help - Shows help message

--create - Create a sample .json config file.

--load - Run using config file

--ask - Ask user a single question

--fuck - Send 50 messages really fast!

Running using config

You can create it by running --create argument

Sample config:

{
    "method": "thread", 
    "question": ["hey!", "what's up!"],
    "target": ["target1", "target2"],
    "times": 50,
    "useragents": "useragents.txt"
}

Getting useragents file

curl https://raw.githubusercontent.com/yak6/ngl-spam/refs/heads/main/config/useragents.txt > useragents.txt

Explanation of options

method - thread (fastest), normal (it's just normal).

question - array of questions, you can specify multiple or one, but it must be in an array.

target - array of targets, multiple or one, must be in the array.

times - how many messages should be sent per user.

useragents - path to user agents file.

This tool uses nlohmann's json header to work with .json files!