Youtube Bot Viewer

1288006310_mali-the-baby-elephant.gif
 
A very simple bot sample, would be a webbrowser control and a button. On the button, when clicked, it would read a text file with a list of youtube urls that will be set on the webbroser control to navigate.

From there you set timers etc between visits, this is ofc a really basic one.
 
Last edited:
This is a very general question in a very specific topic but i will do my best to answer with what i feel are some important aspects to creating a simple vb.net bot
To create a youtube bot you are going to want a webbrowser control and some textboxes to start.
use webbrowser1.document.getelementbyid(fieldid).setattribute("value", variable) to set the form fields.

Set a webbrowser1.document completed event handler to detect page

After you work your way through the automation loop with the fewest lines of code you can then you can start adding in arays to store multiple user input. I would start with listboxes before you move to arrays. Then proxy handling etc.

Msgbox("Good Luck")
 
Spend time learning the http rfc, and javascript: they say studying is overrated, don't trust'em ;) -> WebControl -> fresh IPs -> moniezzzzzz -> MOAR threads -> lotz of moneiz! See it's super simple! :D
 
Spend time learning the http rfc, and javascript: they say studying is overrated, don't trust'em ;) -> WebControl -> fresh IPs -> moniezzzzzz -> MOAR threads -> lotz of moneiz! See it's super simple! :D

hehehe :P dont push http rfc on starters their eyes will pop out.
 
Back
Top