Skip to content

yak6/ngl.link-spam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 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.

Idk if it works on Windows.

Installation

Clone repository

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

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

sudo make install

This will compile the program and add it to the /usr/local/bin path.

Check if it's working properly:

ngl --help

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 config.json by running --create argument

Sample config:

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

Getting useragents file

(it's also stored in config/ directory in the repo)

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.

Screenshots

drawing

obraz

Created with nlohmann's json, curl