Get Proxies with 9Hits Bot

daniel

Administrator
Staff member
VIP
Joined
Feb 23, 2018
Messages
268
Reaction score
36
Achievement
Hi, not only a traffic generator tool, you are able to use 9Hits Bot to scraping data like this ;)
https://youtu.be/8eelTxbWXHM
Code:
await Delay(10000);
var canGoNext = await EvaluateScript("!proxylisttable_next.getAttribute('class').includes('disabled')");
var output = "";
while(canGoNext)
{
    output += await EvaluateScript('var rows = jQuery(".odd, .even"); var result = []; for(var i = 0; i< rows.length; i++) result.push(rows[i].children[0].innerText + ":" + rows[i].children[1].innerText + ";" + rows[i].children[2].innerText); result.join("\\r\\n");') + "\r\n";
    ExecuteScript('proxylisttable_next.click()');
    await Delay(1000);
    canGoNext = await EvaluateScript("!proxylisttable_next.getAttribute('class').includes('disabled')");
}

WriteFile(await GetCurrentDir()+"\\logs\\output.txt", output);
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu