YouTube View Increaser
Heres your chance to share your own tutorials with the community. Just post them on here. If your lucky they may even be posted on the main site.
create a youtube view increaser
whe need
1 webbrowser(you can add more)
1 timer
2 textboxes
2 buttons
first rename button 1 to start
and button 2 to stop
make textbox2 text http://www.google.com/
and make visible false
webbrowser(s) visble false
and know lets code
doubble click button1 and type in this code
this starts the increaser
this stops the view increaser
this refresh the webbrowser(s)
this is for increasing
whe need
1 webbrowser(you can add more)
1 timer
2 textboxes
2 buttons
first rename button 1 to start
and button 2 to stop
make textbox2 text http://www.google.com/
and make visible false
webbrowser(s) visble false
and know lets code
doubble click button1 and type in this code
this starts the increaser
Code: Select all
now double click button2 and type in this codeIf TextBox1.Text.Contains("http://www.youtube.com/watch?v=") Then
MsgBox("Link verified")
WebBrowser1.Navigate(TextBox1.Text)
Timer1.Start()
Button2.Enabled = True
Button1.Enabled = False
Else
MsgBox("Error. Check Your Internet Connection Or The LInk Isn't For A YouTube Video")
End If
this stops the view increaser
Code: Select all
double click timer1 and type in this codeWebBrowser1.Navigate(TextBox2.Text)
Timer1.Stop()
Button2.Enabled = False
Button1.Enabled = True
this refresh the webbrowser(s)
Code: Select all
and now double click the form and type in this codeWebBrowser1.Refresh()
this is for increasing
Code: Select all
now you are doneButton2.Enabled = False
Timer1.Interval = 1000
it works its not really fast its using internet explorer webbrowser control
Just to let you know, Refreshing the page won't increase your view everytime you refresh, There's a time limit to the view from an IP address.
If you could get +1 view everytime you refresh then people would get 10Mil + view on every video...
If you could get +1 view everytime you refresh then people would get 10Mil + view on every video...
i think that you should log out of your account when using this make sure you are not logged in
My internet explorer doesn't save my password, same goes for Firefox
vb web browser use your default browser to navigate so I'm not logged in
vb web browser use your default browser to navigate so I'm not logged in
it works great by me by some people its taking time to increase
Hello,
Youtube updates your stats every 6 hours or so and that maybe why the view count isnt increasing straight away for some people. Keep checking your youtube's.
Youtube updates your stats every 6 hours or so and that maybe why the view count isnt increasing straight away for some people. Keep checking your youtube's.
Welcome to CodenStuff.com Learn Code, Love Code. Thank you for being a member of the community.
Copyright Information
Copyright © Codenstuff.com 2020 - 2023