Page 1 of 2

YouTube View Increaser

Posted: Sun Nov 29, 2009 11:13 pm
by MasterCoding
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
Code: Select all
If 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
now double click button2 and type in this code

this stops the view increaser
Code: Select all
WebBrowser1.Navigate(TextBox2.Text) 
        Timer1.Stop()
        Button2.Enabled = False
        Button1.Enabled = True
double click timer1 and type in this code
this refresh the webbrowser(s)
Code: Select all
WebBrowser1.Refresh()
and now double click the form and type in this code
this is for increasing
Code: Select all
Button2.Enabled = False
        Timer1.Interval = 1000 
now you are done

Re: YouTube View Increaser

Posted: Sun Nov 29, 2009 11:21 pm
by Nery
Does this really work? I've tried but it didn't increase my views.

Re: YouTube View Increaser

Posted: Sun Nov 29, 2009 11:22 pm
by MasterCoding
it works its not really fast its using internet explorer webbrowser control

Re: YouTube View Increaser

Posted: Mon Nov 30, 2009 3:08 am
by NoWayIn
All it does is refreshing the page, nothing much...

Re: YouTube View Increaser

Posted: Mon Nov 30, 2009 3:10 am
by NoWayIn
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...

Re: YouTube View Increaser

Posted: Mon Nov 30, 2009 7:15 am
by Miutubevids
i think that you should log out of your account when using this make sure you are not logged in

Re: YouTube View Increaser

Posted: Mon Nov 30, 2009 10:22 pm
by NoWayIn
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

Re: YouTube View Increaser

Posted: Mon Nov 30, 2009 10:57 pm
by Nery
It doesn't work for me...

Re: YouTube View Increaser

Posted: Tue Dec 01, 2009 2:01 pm
by MasterCoding
it works great by me by some people its taking time to increase

Re: YouTube View Increaser

Posted: Tue Dec 01, 2009 2:18 pm
by CodenStuff
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.