Page 2 of 2 FirstFirst 12
Results 16 to 30 of 30
  1. #16
    UHEHsetrhthteh5ry's Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    153
    Reputation
    10
    Thanks
    8
    My Mood
    Relaxed
    Quote Originally Posted by FLAMESABER View Post
    OK, now I get it. I can give you 5-10 proxies from the software that I use.
    You can then use vb.net to choose from it randomly. Have you done coding rest of the piece of software ??
    Ehhh, kinda I was actually going to see if could actually get some proxies first, especially since I didn't want to test this program a few times and then get my internet service removed, or something

    And actually, I'll probably use multithreading to use all of those proxies. If you could PM them to me, that would be great

  2. #17
    Hassan's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    System.Threading.Tasks
    Posts
    4,764
    Reputation
    495
    Thanks
    2,133
    My Mood
    Dead
    Quote Originally Posted by GCI View Post
    Ehhh, kinda I was actually going to see if could actually get some proxies first, especially since I didn't want to test this program a few times and then get my internet service removed, or something

    And actually, I'll probably use multithreading to use all of those proxies. If you could PM them to me, that would be great
    OK, I'll do it...Let me make a list of them.

  3. #18
    UHEHsetrhthteh5ry's Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    153
    Reputation
    10
    Thanks
    8
    My Mood
    Relaxed
    Quote Originally Posted by FLAMESABER View Post
    OK, I'll do it...Let me make a list of them.
    Excellent, thank you

    So is there a specific way for how I use these proxies, like a protocol, to put it metaphorically?

  4. #19
    Hassan's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    System.Threading.Tasks
    Posts
    4,764
    Reputation
    495
    Thanks
    2,133
    My Mood
    Dead
    Quote Originally Posted by GCI View Post
    Excellent, thank you

    So is there a specific way for how I use these proxies, like a protocol, to put it metaphorically?
    Here are the 4 working proxies:

    216.18.219.98 Port 3128
    95.169.190.78 Port 3128
    94.23.47.56 Port 3128
    94.89.80.218 Port 3128


    Use them randomly. To use them with vb.net use the proxy class:

    Dim proxy As New WebProxy("https://216.18.219.98:3128/", True)

    Or if you can't figure out how to use proxies in vb.net, goto internet explorer > Internet Options > Connections Tab > Lan Settings.

    Then in under Lan Settings, Uncheck Automatically detect settings checkbox and check the Use proxy server for you Lan, and fill the Address and Port checkboxes with the proxy you want to use.

    Hope this helps. If you encounter any problem, feel free to ask.

  5. #20
    UHEHsetrhthteh5ry's Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    153
    Reputation
    10
    Thanks
    8
    My Mood
    Relaxed
    Quote Originally Posted by FLAMESABER View Post
    Here are the 4 working proxies:

    216.18.219.98 Port 3128
    95.169.190.78 Port 3128
    94.23.47.56 Port 3128
    94.89.80.218 Port 3128


    Use them randomly. To use them with vb.net use the proxy class:

    Dim proxy As New WebProxy("https://216.18.219.98:3128/", True)

    Or if you can't figure out how to use proxies in vb.net, goto internet explorer > Internet Options > Connections Tab > Lan Settings.

    Then in under Lan Settings, Uncheck Automatically detect settings checkbox and check the Use proxy server for you Lan, and fill the Address and Port checkboxes with the proxy you want to use.

    Hope this helps. If you encounter any problem, feel free to ask.
    Thank you very much, I will investigate the proxy class

    Oh, and you wouldn't happen to know of a server that has a list of proxies like that, would you?

  6. #21
    Hassan's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    System.Threading.Tasks
    Posts
    4,764
    Reputation
    495
    Thanks
    2,133
    My Mood
    Dead
    Quote Originally Posted by GCI View Post
    Thank you very much, I will investigate the proxy class

    Oh, and you wouldn't happen to know of a server that has a list of proxies like that, would you?
    No, I don't know any such server, but the software I am using allots me a different proxy every 5 minutes. I just noted down 4 for you.

  7. #22
    UHEHsetrhthteh5ry's Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    153
    Reputation
    10
    Thanks
    8
    My Mood
    Relaxed
    Quote Originally Posted by FLAMESABER View Post
    No, I don't know any such server, but the software I am using allots me a different proxy every 5 minutes. I just noted down 4 for you.
    Ok. May I ask what software this is? And does it happen to get a list of proxies from somewhere, or does it just come with its own?

  8. #23
    Hassan's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    System.Threading.Tasks
    Posts
    4,764
    Reputation
    495
    Thanks
    2,133
    My Mood
    Dead
    Quote Originally Posted by GCI View Post
    Ok. May I ask what software this is? And does it happen to get a list of proxies from somewhere, or does it just come with its own?
    It has its own server (I guess so), and its name is Super Hide IP. Go for it

  9. The Following User Says Thank You to Hassan For This Useful Post:

    UHEHsetrhthteh5ry (05-30-2010)

  10. #24
    UHEHsetrhthteh5ry's Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    153
    Reputation
    10
    Thanks
    8
    My Mood
    Relaxed
    Quote Originally Posted by FLAMESABER View Post
    It has its own server (I guess so), and its name is Super Hide IP. Go for it
    Oh, I see, very commercial. Well, I'll get onto adding multithreading and proxy support Thanks again.

  11. #25
    Hassan's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    System.Threading.Tasks
    Posts
    4,764
    Reputation
    495
    Thanks
    2,133
    My Mood
    Dead
    Quote Originally Posted by GCI View Post
    Oh, I see, very commercial. Well, I'll get onto adding multithreading and proxy support Thanks again.
    Yes, it sure is. And good luck with your multithread support

  12. #26
    UHEHsetrhthteh5ry's Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    153
    Reputation
    10
    Thanks
    8
    My Mood
    Relaxed

    Exclamation

    Quote Originally Posted by FLAMESABER View Post
    Yes, it sure is. And good luck with your multithread support
    Oh, speaking of Multithreading, I'm trying to thread a subroutine with parameters, but it seems like that requires some special syntax. The variable will look something like this:

    Code:
    Dim t As New Threading.Thread(AddressOf Notification("None", 3))
    Although that wouldn't work, since apparently I can't use a second set of parentheses. Do you know the correct syntax for this?

  13. #27
    Hassan's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    System.Threading.Tasks
    Posts
    4,764
    Reputation
    495
    Thanks
    2,133
    My Mood
    Dead
    Quote Originally Posted by GCI View Post
    Oh, speaking of Multithreading, I'm trying to thread a subroutine with parameters, but it seems like that requires some special syntax. The variable will look something like this:

    Code:
    Dim t As New Threading.Thread(AddressOf Notification("None", 3))
    Although that wouldn't work, since apparently I can't use a second set of parentheses. Do you know the correct syntax for this?
    Post your notification sub here and I'll solve it.

  14. #28
    UHEHsetrhthteh5ry's Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    153
    Reputation
    10
    Thanks
    8
    My Mood
    Relaxed
    Quote Originally Posted by FLAMESABER View Post
    Post your notification sub here and I'll solve it.
    Code:
    Sub Notification(ByVal msg As String, ByVal delay As Integer)
                Dim posx, posy As Integer
                posx = Console.CursorLeft
                posy = Console.CursorTop
                Console.SetCursorPosition(0, Console.WindowHeight - 1)
                Console.Write("Saved setting!")
                Console.SetCursorPosition(posx, posy)
            End Sub

  15. #29
    Hassan's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    System.Threading.Tasks
    Posts
    4,764
    Reputation
    495
    Thanks
    2,133
    My Mood
    Dead
    First declare this delegate:

    Private Delegate Sub HandleNotification( ByVal input1 As String , ByVal input2 As Integer )

    Then your notification sub:

    Sub Notification( ByVal msg As String , ByVal delay As Integer )
    Dim posx,posy As Integer
    posx = Console.CursorLeft
    posy = Console.CursorTop
    Console.SetCursorPosition(0,Console.WindowHeight - 1)
    Console.Write( "Saved setting!")
    Console.SetCursorPosition(posx,posy)
    End Sub

    Then add this sub:

    Private Sub Callback( ByVal ia As IAsyncResult)
    CType ( CType (ia,Runtime.Remoting.Messaging.AsyncResult).AsyncD elegate,HandleNotification).EndInvoke(ia)
    End Sub

    Finally call this without creating a new thread. This is also Async:


    Dim worker As New HandleNotification( AddressOf Notification)
    worker.BeginInvoke( "None",3, AddressOf Callback, Nothing )

    Hope this helps. Post any problems here !!

  16. #30
    UHEHsetrhthteh5ry's Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    153
    Reputation
    10
    Thanks
    8
    My Mood
    Relaxed
    Edit: Nevermind, I think I messed up something :P Very confusing, but it works great now, thanks
    Last edited by UHEHsetrhthteh5ry; 05-30-2010 at 11:11 PM.

Page 2 of 2 FirstFirst 12

Similar Threads

  1. Anonymous Proxy List
    By Dave84311 in forum Spammers Corner
    Replies: 22
    Last Post: 02-12-2016, 02:51 AM
  2. Word and Proxy lists for C-Force
    By Mexiforce in forum Hack Requests
    Replies: 2
    Last Post: 10-24-2006, 06:22 PM
  3. Proxy List [Read Me]
    By quin123 in forum General Game Hacking
    Replies: 2
    Last Post: 06-05-2006, 02:12 PM
  4. Annon. Proxy List |04-06-06|
    By DaReD3ViL in forum General Game Hacking
    Replies: 10
    Last Post: 06-04-2006, 09:32 PM
  5. 2006Jan27 Proxie/Word List.
    By Flawless in forum Spammers Corner
    Replies: 10
    Last Post: 04-10-2006, 08:09 PM