Git Product home page Git Product logo

nitrsnip69's Introduction

nitrsnip

a discord nitrosniper which actualy tries to be fast instead of mindlessly using packages

it does one thing and one only, snipe nitros, hopefully fast, no other BS (like fancy output and ascii art)

features

Uses it's own HTTP and discord client

multi-token sniping support

uses minimal ammount of packages (uses 3 packages, 2 of which are native modules, and has total of 6 dependencies)

functional push notifications !!

setup

download the repo as zip (green "Code" button, then click "Download ZIP"), extract it somewhere

or you can also clone the repo

get node, run npm install in the root directory (you must have a c/c++ compiler, easiest way is to do it through node setup), configure

then to run it do node . in the root directory

config

create directory files, and in there create new file named config.json, which is the main config file

for webhook, enter only the path

ex. https://discord.com/api/webhooks/11111111/xx-xx becomes /api/webhooks/11111111/xx-xx

example main config:

{
    "d_token": "",
    "d_gateway": "wss://gateway.discord.gg/?encoding=etf&v=9&compress=zlib-stream",
    "d_webhook": "/api/webhooks/11111111/xx-xx",
    "d_err_webhook": "/api/webhooks/222222/yy-yy",
    "read_messages_on_redeem_account": true,
    "use_multiple_tokens": true,
    "tokens_file": "files/tokens.txt",
    "show_messages": true
}

the token file supports comments (';'), tokens are seperated by new line ex.

xxxx.xxxx ;1 comment
yyyy.yyyy; 2

each option explanation

"d_token" main discord token
"d_gateway" discord gateway, copy the value from example there
"d_webhook" webhook to send notifications about snipe attempts to
"d_err_webhook" webhook to send errors to
"read_messages_on_redeem_account" snipe nitros from your main discord token
"use_multiple_tokens" use multiple tokens, if set to true, it will load tokens from "tokens_file"
"tokens_file" path to file with tokens, can be empty if "use_multiple_tokens" is set to false
"show_messages" if set to true, will log messages to the console
"tokens" used if "tokens_file" is not specified, tokens seperated by ; (no comment support)
"cache_codes" when true, codes are only temporarily cached till the application is restarted, when false they are saved on exit and loaded upon startup
"improve_latency" improves latency on first request after HTTP connect by attempting to claim a random code, might be a risky thing to enable

all config can also be specified using env vars, env vars are only used if the directory files does not exist

latency vs total time

basicaly, latency is what you care about, for full explanation refer to this issue

yafyz#4 (comment)

heroku

heroku deploying and auto-updater was moved to yafyz/nitrsnip_deploy

TBA

make it so it does not make such a big fingerprint (tbh not like others snipers even try to)

other

snipe at your own risk as its against discord ToS, probably

the speed heavily depends on your latency to discord servers (or cloudflare servers, idk, discord website is behind cloudflare proxy), on AWS you often get sub 55ms response times (lowest 33ms)

idk rewrite in future maybe but idk anymore

if you got speed improvements ideas, contact me, pull request, whatever floats your boat

you can donate me BTC bc1qpxh9vkx4w2r2vcu3ynz7aukfds6szuaut9553z or ETH 0x77fA812c6AbAbf2bE50Aae5Bf499551F57b57932, any donation is appreciated

or you can also star the repo, i don't like asking for it but everyone else does it and has way more stars

contact

discord: fyz#0300

do not contact me about setting this up, you are leeching anyway so do atleast one thing and set it up your fucking self

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.