[NEED HELP] Coding a bot [PLEASE HELP]

remmaz

Newbie
Joined
Jun 9, 2012
Messages
38
Reaction score
3
Hey everyone here at BHW

Im new to this website but seems like a great website :)

Currently im coding a youtube bot, so far all I have got is a youtube viewer so it gives you youtube views basically :P
Only problem is that so far it is only made so that it only goes to the one youtube url you put in the web browser while coding the program, which sucks so you can't type in a URL in a text box and it to go to whatever you want :(

I was wondering though if anyone could either help me with making it so you could just type in the URL in a text box and it will automatically go to that link or something. Or as well help me adding in extra stuff like auto like, dislike, comment and stuff like that. I have been searching all over the web to do that stuff but couldn't find anything use full

Thanks in advance for anyone who helps XD
 
hey , first of all welcome here

just search for "tubenoia bot source code"
 
Thanks for the warm welcome :)

im using vb net btw

And I'll check out that tubenoia thing now :)

Thanks for replying
 
Erm cant you just add a textbox to your bot form and grab the link from there?
 
Code:
[LEFT][COLOR=#000000][FONT=Consolas]WebBrowser1.Navigate(TextBox1.Text)[/FONT][/COLOR][/LEFT]
put it in a button
 
Why not use a richtextbox and fill that box with links and 1 button to use the first link to browse after loaded/viewed 1st line will be removed and you will browse URL #2 (first one in the list)
 
Hi Im Devilmaycry if you add me in skype "anazarmohd" well will decide the project xD

Edit : i can make it with with webrequest method
 
Last edited:
Back
Top