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.
13 posts Page 1 of 2
Contributors
User avatar
MasterCoding
Top Poster
Top Poster
Posts: 156
Joined: Sat Oct 24, 2009 4:26 pm

YouTube View Increaser
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
User avatar
Nery
Co-Admin Moderator
Co-Admin Moderator
Posts: 1117
Joined: Mon Sep 07, 2009 8:11 pm

Re: YouTube View Increaser
Nery
Does this really work? I've tried but it didn't increase my views.
User avatar
MasterCoding
Top Poster
Top Poster
Posts: 156
Joined: Sat Oct 24, 2009 4:26 pm

Re: YouTube View Increaser
MasterCoding
it works its not really fast its using internet explorer webbrowser control
NoWayIn
VIP - Donator
VIP - Donator
Posts: 444
Joined: Sat Nov 21, 2009 11:16 pm

Re: YouTube View Increaser
NoWayIn
All it does is refreshing the page, nothing much...
NoWayIn
VIP - Donator
VIP - Donator
Posts: 444
Joined: Sat Nov 21, 2009 11:16 pm

Re: YouTube View Increaser
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...
User avatar
Miutubevids
VIP-Member
VIP-Member
Posts: 293
Joined: Mon Nov 23, 2009 11:39 am

Re: YouTube View Increaser
Miutubevids
i think that you should log out of your account when using this make sure you are not logged in
Don't BS the BSer

RePlay V1.0 - Record your Mouse Clicks, Mouse Movments and Keystrokes
AutoClicker v1.0
SnowScreen
Reaction Timer Game V1.0
NoWayIn
VIP - Donator
VIP - Donator
Posts: 444
Joined: Sat Nov 21, 2009 11:16 pm

Re: YouTube View Increaser
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
User avatar
Nery
Co-Admin Moderator
Co-Admin Moderator
Posts: 1117
Joined: Mon Sep 07, 2009 8:11 pm

Re: YouTube View Increaser
Nery
It doesn't work for me...
User avatar
MasterCoding
Top Poster
Top Poster
Posts: 156
Joined: Sat Oct 24, 2009 4:26 pm

Re: YouTube View Increaser
MasterCoding
it works great by me by some people its taking time to increase
User avatar
CodenStuff
Site Admin
Site Admin
Posts: 4392
Joined: Tue Aug 04, 2009 1:47 am

Re: YouTube View Increaser
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.
Welcome to CodenStuff.com Learn Code, Love Code. Thank you for being a member of the community.
13 posts Page 1 of 2
Return to “Tutorials”