Giter Site home page Giter Site logo

nitrosniper's Introduction

NitroSniper

Views
Discord Nitro sniper and Giveaway joiner

⚠️ I made a better and faster sniper that you should use instead https://github.com/Vedza/NitroSniperGo

Screenshot

USE :

python3.8 -m pip install httpx discord.py colorama
python3.8 sniper.py

How to obtain your token

https://github.com/Tyrrrz/DiscordChatExporter/wiki/Obtaining-Token-and-Channel-IDs#how-to-get-a-user-token

Disclaimer

This can get your account banned if you run multiple instance at the same time and/or claim too much Nitros in a too short amount of time. Use it at your own risks.

nitrosniper's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

nitrosniper's Issues

Using requests with an async library is a bad idea.

You should use an async library like aiohttp, or just use discord.py’s internal http library to make the request. Using a sync library with an async library is a bad idea. The other way to do it is to just not use discord.py and just connect to the gateway manually.

Error

Traceback (most recent call last):
  File "C:\Users\space\Desktop\NitroSniper-master\sniper.py", line 116, in <module>
    bot.run(token, bot=False)
  File "C:\Python38\lib\site-packages\discord\client.py", line 640, in run
    return future.result()
  File "C:\Python38\lib\site-packages\discord\client.py", line 621, in runner
    await self.start(*args, **kwargs)
  File "C:\Python38\lib\site-packages\discord\client.py", line 585, in start
    await self.connect(reconnect=reconnect)
  File "C:\Python38\lib\site-packages\discord\client.py", line 499, in connect
    await self._connect()
  File "C:\Python38\lib\site-packages\discord\client.py", line 463, in _connect
    await self.ws.poll_event()
  File "C:\Python38\lib\site-packages\discord\gateway.py", line 471, in poll_event
    await self.received_message(msg)
  File "C:\Python38\lib\site-packages\discord\gateway.py", line 425, in received_message
    func(data)
  File "C:\Python38\lib\site-packages\discord\state.py", line 394, in parse_ready
    guild = self._add_guild_from_data(guild_data)
  File "C:\Python38\lib\site-packages\discord\state.py", line 274, in _add_guild_from_data
    guild = Guild(data=guild, state=self)
  File "C:\Python38\lib\site-packages\discord\guild.py", line 177, in __init__
    self._from_data(data)
  File "C:\Python38\lib\site-packages\discord\guild.py", line 297, in _from_data
    self._sync(guild)
  File "C:\Python38\lib\site-packages\discord\guild.py", line 328, in _sync
    self._add_channel(CategoryChannel(guild=self, data=c, state=self._state))
  File "C:\Python38\lib\site-packages\discord\channel.py", line 726, in __init__
    self._update(guild, data)
  File "C:\Python38\lib\site-packages\discord\channel.py", line 737, in _update
    self._fill_overwrites(data)
  File "C:\Python38\lib\site-packages\discord\abc.py", line 294, in _fill_overwrites
    self._overwrites.append(_Overwrites(id=overridden_id, **overridden))
TypeError: __new__() got an unexpected keyword argument 'deny_new'

This is what i get even though the token is correct and it always worked until today i have this error please help.
Discord User: ! Me » braindead#4444

[Issue] Auto-Detect fake code

Looks like the latest update with regex make all "discord.gift/" link are detected as fake code even if they are real
83243240-eb6dcb00-a19d-11ea-8b2d-bcef34736aba

Nothing wrong with the code but...

Just a disclaimer, this got my 2 year old account banned. I ran it over night, got 6 nitros then a couple hours later I got banned and an email from discord saying I was banned for using selfbots.

Hosting

And how can i host it 24/7 without keeping it self-hosted on my device?

Invalid token

Looking over the code I saw it to be standard asyncio discord.py, I made a bot user and it gives me "discord.errors.LoginFailure: Improper token has been passed". Where do I get this token from if not a bot user?

hi everyone

i dont understand how the program works and how to use it. Can someone explain it or help me?
Thanks, Tomi

Starting error?

Hello, I put the user token into the json file and run the sniper.py, but the program get stuck in the red letters, it doesent move nor show any error after that. Could you help me, please?

help

it insta closes python, what do i need to be able to open it

update request

Is there any chance for you to add auto giveaway join?

I have a Question

Hello! I recently worked on a project called NitroSniperGUI which allows you to easily run, manage, update, use and configure the Nitro Snipers.

Currently I include your Go and Python Nitro Snipers and the following Nitro Sniper, as well as credited you and linked your Nitro Snipers:
https://github.com/Melonai/rust-nitro-sniper/

So, I am here to ask if it is ok with you, for me to bundle your Nitro Sniper, or if you want me to stop bundling your Nitro Snipers.

Thanks!

Peter Strick

No module named 'discord'

Whenever I run sniper.py I get the folowing error;

NitroSniper-master>sniper.py
Traceback (most recent call last):
File "D:\Downloads\NitroSniper-master\NitroSniper-master\sniper.py", line 7, in
from discord.ext import commands
ModuleNotFoundError: No module named 'discord'

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.