vb.net 1 program 5 browsers 5 different IPs - HELP

Jim433

Registered Member
Joined
Mar 23, 2018
Messages
51
Reaction score
11
Hello,

I want to create a program in VB.NET where i can have 100+ browsers all with different IP

Is it possible? I've seen a lot of people say that its not possible because the browsers get their settings from 1 source so using proxies wont be possible. If that's the case is it possible to duplicate this source and assign it to each browser?
Is there any other way to open a lot of browsers with different IPs(100+)?

Thanks in advance.
 
Yes, you can have as many browsers as you want with different IPs if you're using Selenium.
 
Oh thats perfect, i've used selenium for automation on websites before :D
 
You can work with any browser by creating
multiple profiles and assigning different proxy
for each profile. Or you can work with portable
browsers which is basically the same as profiles
but needs more space on your HD. So working
with multiple profiles is what you need.
 
Hello,

I want to create a program in VB.NET where i can have 100+ browsers all with different IP

Is it possible? I've seen a lot of people say that its not possible because the browsers get their settings from 1 source so using proxies wont be possible. If that's the case is it possible to duplicate this source and assign it to each browser?
Is there any other way to open a lot of browsers with different IPs(100+)?

Thanks in advance.
Hello,

If im answer your question correctly i will help you get the right software to start with.

I have knowledge about this program and use it during my course.
It is called Visual basics
I use the new version: 2019 vb.net

Here below are a website where you can download it no need to change your IP address.
I can give a much easier way how to change your IP address, all you need to do is use your flight mode, put it on and then off. A much easier way to change your IP address.

vb.net download link: https://visualstudio.microsoft.com/thank-you-for-downloading-visual-studio-for-net/?sku=Community&rel=16&rid=30008
 
Hello,

I want to create a program in VB.NET where i can have 100+ browsers all with different IP

Is it possible? I've seen a lot of people say that its not possible because the browsers get their settings from 1 source so using proxies wont be possible. If that's the case is it possible to duplicate this source and assign it to each browser?
Is there any other way to open a lot of browsers with different IPs(100+)?

Thanks in advance.
Try MultiLogin Windows/Mac
 
Back
Top