Help W/ My Youtube Bot

Franke123

Junior Member
Joined
Mar 27, 2013
Messages
111
Reaction score
41
Hi, I've been developing a free utube viewer bot in vb net. But (and I know this is newbie but I cant find out how to do it) I need to close a program, NOT THE PROGRAM ITSELF. Like for example closing firefox or chrome! Im assuming its something like
System.Process.Close(hello.exe)
But I really need your help! Thanx
 
why not just use the IE of .net, you also will be able to run a heck more; for example every browser separate thread. for those open browsers give them a different proxy; let browser add 300 views. then open up a new proxy and do the same thing! If you need some help with multithreading I'm willing to help you out.
 
I can't do that youtube will not count those views it can tell its extremely annoying. But if you know how to fix that than that would be great!
 
I can't do that youtube will not count those views it can tell its extremely annoying. But if you know how to fix that than that would be great!
how you mean you can't do that? if you run every browser separately on a different proxy they will still count as a view! correct me if I'm wrong.
 
Wait, you mean using the webbrowser componenet in VBNET so just drag that in? I should test that....
 
WTF, I've used the webbrowser component but it says this program cannot display the webpage
 
Although it does work if I do this:
webbrowser1.Navigate("(They wont let me post the utube url)")
but not:
webbrowser1.Navigate(textbox2.text)
 
Back
Top