Nexons / bdnitrosniper

A simple nitro sniper for betterdiscord
3 stars 11 forks source link

You accidentially made it just a token logger that doesn't snipe nitro links #3

Open dreggsome opened 2 years ago

LarchyEverything commented 2 years ago

Such a shame.

Ardougne commented 2 years ago

I looked at the code and can't find anything that would make you think it's a token logger. If you could reply with the part that is a token logger that would be great.

MaiSan9999 commented 1 year ago

It's just getting the token to check the validity

cooleybyte commented 1 year ago

dont fanboy maisan. the fact is this doesnt even work even IF you install it. shame on you for defending this crap

MaiSan9999 commented 1 year ago

dont fanboy maisan. the fact is this doesnt even work even IF you install it. shame on you for defending this crap

I never used the plugin in fact i had powercord and never installed bdcompact afaik (my sma knowledge) it doesn't post any token to webhook i never said to trust the guy and give bank account to him or shit like that

Ardougne commented 1 year ago

stop being poor just buy nitro

cooleybyte commented 1 year ago

Liar. It doesn't work

On Sat, Nov 19, 2022, 4:30 PM MaiSan9999 @.***> wrote:

dont fanboy maisan. the fact is this doesnt even work even IF you install it. shame on you for defending this crap

I never used the plugin in fact i had powercord and never installed bdcompact afaik (my sma knowledge) it doesn't post any token to webhook i never said to trust the guy and give bank account to him or shit like that

— Reply to this email directly, view it on GitHub https://github.com/Nexons/bdnitrosniper/issues/3#issuecomment-1320983305, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASHAEWK6MWBKLDALYUQD3RDWJFIHDANCNFSM5KX7PIUQ . You are receiving this because you commented.Message ID: @.***>

Woosh9129 commented 1 year ago

dont fanboy maisan. the fact is this doesnt even work even IF you install it. shame on you for defending this crap

I never used the plugin in fact i had powercord and never installed bdcompact afaik (my sma knowledge) it doesn't post any token to webhook i never said to trust the guy and give bank account to him or shit like that

as a coder, i agree. this does not post your token

AwesomePotatoCodes commented 1 year ago

dont fanboy maisan. the fact is this doesnt even work even IF you install it. shame on you for defending this crap

I never used the plugin in fact i had powercord and never installed bdcompact afaik (my sma knowledge) it doesn't post any token to webhook i never said to trust the guy and give bank account to him or shit like that

as a coder, i agree. this does not post your token

true! the only POST request made using the token is to actually validate a session on the discord api. other than that, there's no POST requests made to third-party shady websites that are token grabbers.

it's safe, but the odds of this working are somewhat low from what i understand?

cooleybyte commented 1 year ago

How bout kill yourself bitch

On Sat, Nov 19, 2022, 6:42 PM Loli Johnson @.***> wrote:

stop being poor just buy nitro

— Reply to this email directly, view it on GitHub https://github.com/Nexons/bdnitrosniper/issues/3#issuecomment-1321002008, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASHAEWK5NEN2M5IGYAGKNYDWJFXV3ANCNFSM5KX7PIUQ . You are receiving this because you commented.Message ID: @.***>

Ardougne commented 1 year ago

lol

cooleybyte commented 1 year ago

no really. die in a fire

On Wed, May 3, 2023 at 10:08 AM Loli Johnson @.***> wrote:

lol

— Reply to this email directly, view it on GitHub https://github.com/Nexons/bdnitrosniper/issues/3#issuecomment-1533318180, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASHAEWKJ52MIJDMKA4RCARTXEJ7ITANCNFSM5KX7PIUQ . You are receiving this because you commented.Message ID: @.***>

cooleybyte commented 1 year ago

ie irl and choke. kill yourself dickhead

On Wed, May 3, 2023 at 4:19 PM cooleyYT @.***> wrote:

no really. die in a fire

On Wed, May 3, 2023 at 10:08 AM Loli Johnson @.***> wrote:

lol

— Reply to this email directly, view it on GitHub https://github.com/Nexons/bdnitrosniper/issues/3#issuecomment-1533318180, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASHAEWKJ52MIJDMKA4RCARTXEJ7ITANCNFSM5KX7PIUQ . You are receiving this because you commented.Message ID: @.***>

DarkTurns14 commented 3 months ago

Not entirely correct, the code does not directly log your Discord token to any external source. However, it does store the Discord tokens temporarily in the tokens array while searching for a valid token to use for authentication with Discord's API. The tokens are retrieved from the user's local storage directory where Discord stores authentication tokens. Once a valid token is found and used for authentication, it is not logged anywhere in the code.

It defines a class named NitroSniper and exports it as a module. The class has methods to retrieve information like name, description, version, and author of the bot. The start() method is an asynchronous function that initializes the bot. It reads Discord tokens from the user's Discord local storage. It iterates over the files in the local storage directory to extract tokens. It sends requests to Discord's API to check if the tokens are valid. If a valid token is found, it logs in the bot and patches the dispatch function to listen for new messages. The dispatch() function is called whenever a new message is received. It checks if the message contains a Discord nitro gift code. If a gift code is found, it attempts to redeem it using the stored token. Depending on the response from Discord's API, it displays success or error messages.

In conclusion this is not a token logger, its a poorly made nitro sniper.