Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 32
  1. #16
    lol444223's Avatar
    Join Date
    Mar 2013
    Gender
    male
    Posts
    45
    Reputation
    10
    Thanks
    36
    My Mood
    Breezy
    Quote Originally Posted by ^_~DeM0N~_^ View Post

    Any program you talking about ?
    The thing you trying to make dude

  2. #17
    Nexero's Avatar
    Join Date
    May 2013
    Gender
    male
    Location
    My VB Project
    Posts
    2,530
    Reputation
    90
    Thanks
    4,801
    My Mood
    Bored
    Quote Originally Posted by lol444223 View Post
    The thing you trying to make dude
    I wasn't understand you because you said Set Up it and me who must make It i will not download one from outside link i will make my own?
    Cya later

  3. #18
    lucasheer715's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Posts
    648
    Reputation
    10
    Thanks
    497
    My Mood
    Bored
    i think this may be what your wanting, it doesn't work well cause it is using firefox's proxy. i used it an got about 50 views on my 12 view video in about 5 minuits.

    CODE :
    Code:
    Public Class Form1
        Public Structure Struct_INTERNET_PROXY_INFO
            Public dwAccessType As Integer
            Public proxy As IntPtr
            Public proxyBypass As IntPtr
        End Structure
    #Region "Proxy"
    
        Private Declare Auto Function InternetSetOption Lib "wininet.dll" _
        (ByVal hInternet As IntPtr, ByVal dwOption As Integer, ByVal lpBuffer As IntPtr, _
         ByVal lpdwBufferLength As Integer) As Boolean
    
        Private Sub RefreshIESettings(ByVal strProxy As String)
            Const INTERNET_OPTION_PROXY As Integer = 38
            Const INTERNET_OPEN_TYPE_PROXY As Integer = 3
            Dim struct_IPI As Struct_INTERNET_PROXY_INFO
    
            struct_IPI.dwAccessType = INTERNET_OPEN_TYPE_PROXY
            struct_IPI.proxy = System.Runtime.InteropServices.Marshal.StringToHGlobalAnsi(strProxy)
            struct_IPI.proxyBypass = System.Runtime.InteropServices.Marshal.StringToHGlobalAnsi("local")
    
            Dim intptrStruct As IntPtr = System.Runtime.InteropServices.Marshal.AllocCoTaskMem(System.Runtime.InteropServices.Marshal.SizeOf(struct_IPI))
    
            ' Converting structure to IntPtr
            System.Runtime.InteropServices.Marshal.StructureToPtr(struct_IPI, intptrStruct, True)
            Dim iReturn As Boolean = InternetSetOption(IntPtr.Zero, INTERNET_OPTION_PROXY, intptrStruct, System.Runtime.InteropServices.Marshal.SizeOf(struct_IPI))
        End Sub
    
    #End Region
        Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
            RefreshIESettings(TextBox1.Text)
        End Sub
    End Class
    u need 1 button then paste code.
    when u go to youtube, go to the video u want it on, then click the button then refresh manually. dont use google chrome!! only windows exploror, cause its classified as a local browser.

    if u do wanna make it automatic u gotta use :
    Code:
    RefreshIESettings(TextBox1.Text)
    in a timer so it can refresh settings
    Last edited by lucasheer715; 06-05-2013 at 08:29 PM.

  4. #19
    ~Syphox's Avatar
    Join Date
    May 2012
    Gender
    male
    Location
    The Third Reich
    Posts
    1,307
    Reputation
    337
    Thanks
    344
    My Mood
    Angelic
    God you got no time to google but to post here? Where's the logic?
    ~Syphox

  5. #20
    Womanizer`'s Avatar
    Join Date
    Apr 2008
    Gender
    male
    Posts
    1,438
    Reputation
    103
    Thanks
    1,593
    My Mood
    Angelic
    God why did you spoon feed him @lucasheer715

  6. #21
    lucasheer715's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Posts
    648
    Reputation
    10
    Thanks
    497
    My Mood
    Bored
    Quote Originally Posted by ineedwarrockhack View Post
    God why did you spoon feed him @lucasheer715
    im sorry was just being nice and answering his question

  7. #22
    Nexero's Avatar
    Join Date
    May 2013
    Gender
    male
    Location
    My VB Project
    Posts
    2,530
    Reputation
    90
    Thanks
    4,801
    My Mood
    Bored
    Quote Originally Posted by lucasheer715 View Post
    im sorry was just being nice and answering his question
    So you hate me
    You only want answering

  8. #23
    swailen's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    YouTube doesn't check IP views, you can refresh a video hundreds of times to get views on 1 IP address, I know - I have autorefresh addon .

    Also the old browsers in vb versions before 2012 don't actually play the vid. You gotta press the play button yourself. So hiding them won't work.

  9. #24
    lucasheer715's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Posts
    648
    Reputation
    10
    Thanks
    497
    My Mood
    Bored
    Quote Originally Posted by swailen View Post
    YouTube doesn't check IP views, you can refresh a video hundreds of times to get views on 1 IP address, I know - I have autorefresh addon .

    Also the old browsers in vb versions before 2012 don't actually play the vid. You gotta press the play button yourself. So hiding them won't work.
    you can make it automaticly play the video, if ur using flashplayertool, theres a command for that i think

  10. #25
    Kasiiic's Avatar
    Join Date
    Apr 2013
    Gender
    male
    Location
    Behind you
    Posts
    62
    Reputation
    10
    Thanks
    8
    My Mood
    Amused
    Alright,
    Add proxy support
    Each view it switches the IP The views are coming from
    If your saying how do I do that
    Simple!
    Last edited by Kasiiic; 07-05-2013 at 03:43 PM. Reason: I felt kinda mean.

  11. #26
    lilghost8631's Avatar
    Join Date
    Jul 2013
    Gender
    male
    Posts
    68
    Reputation
    10
    Thanks
    14
    Go buy the damn proxy list at hidemyass, change the proxy of the webbrowser, load up the video, wait 65 seconds (accounts for time for ads and the video to load), swap webbrowser ip & repeat. Easy as fuck.

  12. #27
    `Techno's Avatar
    Join Date
    Jul 2013
    Gender
    male
    Posts
    123
    Reputation
    27
    Thanks
    144
    Use Tor. Watch 15 seconds of the video then refresh the IP+ and the browser.

  13. #28
    alaska321's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    Look behind you ;)
    Posts
    797
    Reputation
    14
    Thanks
    253
    My Mood
    Sleepy
    Idk why you think it doesn't work, but I already did it manually and it added the views.





  14. #29
    Womanizer`'s Avatar
    Join Date
    Apr 2008
    Gender
    male
    Posts
    1,438
    Reputation
    103
    Thanks
    1,593
    My Mood
    Angelic
    Quote Originally Posted by alaska321 View Post
    Idk why you think it doesn't work, but I already did it manually and it added the views.
    It works until it gets stuck at 302 views.

  15. #30
    pedbera's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Posts
    261
    Reputation
    15
    Thanks
    43
    My Mood
    Happy
    You don't have to use browsers, just send a basic GET packet using Mswinsck, or use the http api as an object.

Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. Replies: 4
    Last Post: 09-21-2017, 08:32 AM
  2. [Help Request] Youtube view bot
    By inias in forum Hardware & Software Support
    Replies: 7
    Last Post: 11-02-2012, 07:40 PM
  3. [Request] Requesting a working youtube view bot
    By k1ngqu33n in forum General Hacking
    Replies: 0
    Last Post: 09-22-2012, 05:13 PM
  4. Youtube View Bot Service!
    By Need_Some_Cash in forum User Services
    Replies: 1
    Last Post: 06-27-2012, 05:57 PM
  5. Selling A Youtube View Bot!!!! CHEAP!!
    By Need_Some_Cash in forum Selling Accounts/Keys/Items
    Replies: 0
    Last Post: 06-23-2012, 12:37 PM