![]() |
|
[C#] Creating a Pastebin bot - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Coding (https://sinister.ly/Forum-Coding) +--- Forum: Visual Basic & .NET Framework (https://sinister.ly/Forum-Visual-Basic-NET-Framework) +--- Thread: [C#] Creating a Pastebin bot (/Thread-C-Creating-a-Pastebin-bot) |
[C#] Creating a Pastebin bot - XFL - 09-09-2015 As the title explains, I've been wanting to do this for a long time now but never seemed to get around to it. I've worked with Xpath before and tend to use that combined with the default webbrowser component inside of VS. I have a few questions before I really start to put more work into it other than just a GUI shell. 1) Have you seen or heard of someone else making a pastebin bot? 2) Do you know of a better browser component? 3) Is it possible to block ads rather than editing the user's host file? (Within the browser component itself so the program is using a separate host file) 4) Anyone wish to help? I feel as if the obvious question as to why would I want to make a bot that goes through pastebin will pop up soon enough so ill just save people's time. Passwords, emails, accounts, IP addresses, source codes, and much, much more great things come from browsing pastebin for hours on end. I do not have all the time in the world, and small text files do not take up an enormous amount of space. Therefore, this seems straight forward enough and can have a large payoff. If you also snoop around on pastebin, you'll probably find some weird ass fanfiction shit. no, just no. Questions are welcomed and support is even more welcome. RE: [C#] Creating a Pastebin bot - 0xDEAD10CC - 09-13-2015 1. It obviously exists, this isn't an original idea. 2. Why would you even use one? What for? All you need are sockets and the ability to make HTTP POST/GET requests 3. Again, what's the point of using a web browser control here? 4. Not me personally RE: [C#] Creating a Pastebin bot - XFL - 09-13-2015 (09-13-2015, 06:39 AM)0xDEAD10CC Wrote: 1. It obviously exists, this isn't an original idea.Find me a working pastebin bot that downloads, not pastes. (09-13-2015, 06:39 AM)0xDEAD10CC Wrote: 2. Why would you even use one? What for? All you need are sockets and the ability to make HTTP POST/GET requests Quote:Passwords, emails, accounts, IP addresses, source codes, and much, much more great things come from browsing pastebin (09-13-2015, 06:39 AM)0xDEAD10CC Wrote: 3. Again, what's the point of using a web browser control here? So you can see exactly what the bot is doing and not just have it print statements that says its working. RE: [C#] Creating a Pastebin bot - 0xDEAD10CC - 09-13-2015 I don't think you understood what I was saying in #2 -- that is clear by your reply. As for #3, you don't need to visually *see* anything, and you probably won't anyways if your bot is fast enough, which is the way any bot should be. What is the point in slowing it down so the person can see what it's doing. All you need are the results, who cares how you get there? RE: [C#] Creating a Pastebin bot - XFL - 09-13-2015 (09-13-2015, 08:16 AM)0xDEAD10CC Wrote: I don't think you understood what I was saying in #2 -- that is clear by your reply. I must not, try to elaborate if I didn't answer your question well enough. (09-13-2015, 08:16 AM)0xDEAD10CC Wrote: As for #3, you don't need to visually *see* anything, and you probably won't anyways if your bot is fast enough, which is the way any bot should be. What is the point in slowing it down so the person can see what it's doing. All you need are the results, who cares how you get there? Just like with any bot I've ran or have created, I like to see its progress, not just the results. RE: [C#] Creating a Pastebin bot - Eclipse - 09-13-2015 (09-13-2015, 08:23 AM)XFL Wrote: I must not, try to elaborate if I didn't answer your question well enough. There's really no point of a bot if it's as slow as a human. RE: [C#] Creating a Pastebin bot - Sikom - 09-13-2015 Not sure but maybe this is technicly what you are thinking off? RE: [C#] Creating a Pastebin bot - Sikom - 09-13-2015 (09-09-2015, 06:24 AM)XFL Wrote: As the title explains, I've been wanting to do this for a long time now but never seemed to get around to it. I've worked with Xpath before and tend to use that combined with the default webbrowser component inside of VS. I have a few questions before I really start to put more work into it other than just a GUI shell. But maybe you should just start on Github and people that want to help can help RE: [C#] Creating a Pastebin bot - Dyme - 09-13-2015 (09-13-2015, 10:37 AM)Eclipse Wrote: There's really no point of a bot if it's as slow as a human. Eclipse you are officially speaking out of the inner-depths of your large intestine... please never say something that retarded again. RE: [C#] Creating a Pastebin bot - Eclipse - 09-13-2015 (09-13-2015, 01:12 PM)Dyme Wrote: Eclipse you are officially speaking out of the inner-depths of your large intestine... please never say something that retarded again. Err, okay. Care to explain? |