Hello im completetly new to VB.net , i watched 47 tutorials of a guy called TeachMeComputer in Youtube.
But still have lots of problems
I want my Bot to Visit the Targeted URL , using Proxies , so it counts as unique visit.
Program:
http://www.freeimagehosting.net/image.php?9262a54a96.jpg
thats how it looks like .
so now what i want to do is make the start button to change from proxys to proxy every 100 views.
So
im new so idk the code but i guess it would be.
if textbox1.text () = "http://" then
webbrowser.navigate
timer1.start ()
if textbox1.text ()= " " then
messagebox.show ("You Have to Enter a Valid URL")
or something like that idk D:
stop button:
timer1.stop ()
timer:
webbrowser.refresh
i guess thats all... i want to get a sht load of fake views to my website.
But still have lots of problems
I want my Bot to Visit the Targeted URL , using Proxies , so it counts as unique visit.
Program:
http://www.freeimagehosting.net/image.php?9262a54a96.jpg
thats how it looks like .
so now what i want to do is make the start button to change from proxys to proxy every 100 views.
So
im new so idk the code but i guess it would be.
if textbox1.text () = "http://" then
webbrowser.navigate
timer1.start ()
if textbox1.text ()= " " then
messagebox.show ("You Have to Enter a Valid URL")
or something like that idk D:
stop button:
timer1.stop ()
timer:
webbrowser.refresh
i guess thats all... i want to get a sht load of fake views to my website.
Last edited:
