Cycle through a list of proxies?

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

Cycle through a list of proxies?
  1. Unread #1 - Jun 29, 2008 at 3:01 AM
  2. wisewanderer37
    Joined:
    Jan 21, 2007
    Posts:
    375
    Referrals:
    0
    Sythe Gold:
    0

    wisewanderer37 Forum Addict

    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..
     
  3. Unread #2 - Jun 29, 2008 at 3:20 AM
  4. Covey
    Joined:
    Sep 9, 2005
    Posts:
    4,510
    Referrals:
    9
    Sythe Gold:
    9
    Discord Unique ID:
    807246764155338833
    Discord Username:
    Covey#1816

    Covey Creator of EliteSwitch
    Retired Sectional Moderator Visual Basic Programmers

    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
     
  5. Unread #3 - Jun 29, 2008 at 3:32 AM
  6. wisewanderer37
    Joined:
    Jan 21, 2007
    Posts:
    375
    Referrals:
    0
    Sythe Gold:
    0

    wisewanderer37 Forum Addict

    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. >

Users viewing this thread
1 guest


 
 
Adblock breaks this site