• Exclusive

    Hey Guest, unlock an instant 10% bonus discount when you upgrade via the Crypoverse gateway.

Checkers Source Code IPvanish Proxy ("Source Code") vb.net (1 Viewer)

Currently reading:
 Checkers Source Code IPvanish Proxy ("Source Code") vb.net (1 Viewer)

Recently searched:

X-GOGARO

¯\_(ツ)_/¯
Member
Amateur
LV
4
Joined
Feb 24, 2021
Threads
107
Likes
949
Awards
11
Credits
5,160©
Cash
14$
Code:
If (Me.ComboBox1.Text = "IPVANISH") Then

                    Dim getProxy = Help.getProxy
                    
                    Dim proxy = getProxy.Split(New Char() {":"c})(0).Trim
                    
                    Dim port = getProxy.Split(New Char() {":"c})(1).Trim
                    
                    Dim IPVanishProxy = proxy & ":" & port
                    
                    Dim username = getProxy.Split(New Char() {":"c})(2).Trim
                    
                    Dim password = getProxy.Split(New Char() {":"c})(3).Trim
                    
                    Dim client = Socks5ProxyClient.Parse(proxy)
                    
                    client.Username = username
                    
                    client.Password = password
                    
                    httprequest.Proxy = client
                    
End If
 

Create an account or login to comment

You must be a member in order to leave a comment

Create account

Create an account on our community. It's easy!

Log in

Already have an account? Log in here.

Tips
Recently searched:

Similar threads

Users who are viewing this thread

Top Bottom