Adblock breaks this site

Cycle through a list of proxies?

Discussion in 'Programming General' started by wisewanderer37, Jun 29, 2008.

  1. wisewanderer37

    wisewanderer37 Forum Addict

    Joined:
    Jan 21, 2007
    Posts:
    375
    Referrals:
    0
    Sythe Gold:
    0
    Cycle through a list of proxies?

    How might one do this? :) Its not for a pass cracker btw, im making a tutorial island script in SCAR and im just gonna create a lot of accounts..
     
  2. Covey

    Covey Creator of EliteSwitch
    Retired Sectional Moderator Visual Basic Programmers

    Joined:
    Sep 9, 2005
    Posts:
    4,510
    Referrals:
    9
    Sythe Gold:
    9
    Discord Unique ID:
    807246764155338833
    Discord Username:
    Covey#1816
    Cycle through a list of proxies?

    For some reason i highly doubt your explained purpose of wanting this, but:
    Code:
    Private Sub Command1_Click()
        Dim intCount As Integer
        For intCount = 0 To List1.ListCount - 1
            MsgBox List1.List(intCount)
        Next intCount
    End Sub
     
  3. wisewanderer37

    wisewanderer37 Forum Addict

    Joined:
    Jan 21, 2007
    Posts:
    375
    Referrals:
    0
    Sythe Gold:
    0
    Cycle through a list of proxies?

    Thank you muchly Covey, however i was kind of wondering how to access a certain webpage through a SOCKS 5 proxy. I am looking over my post right now and realize that i didnt explain that well..>_<
     
< java find color | RuneScape Stat Checker. >


 
 
Adblock breaks this site