But isn't there a way in BAS to connect directly to the Ethernet adapters on the PC?
using proxy without repeating?
-
hello i wanted to know how can i use a proxy list in .txt more without them repeating throughout the process. being that each theards use unique ips when the proxies are finished ready not to repeat more.
could someone help me with this question how do I do?
-
- Create a TXT file with all your proxies - each proxy in new line.
- Define a resource in BAS and make it "Lines from file" and
"use each line one time" along with "Only read" setting.
That way each thread will start new browser instance and
use new resource line because its set to use each line only
one time. When all proxies are used one time, script will
finish.