Jump to content
UBot Underground

Search the Community

Showing results for tags 'multi-threading'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Announcements and News
    • Join the UBot Community
  • General
    • General Discussion
    • Mac and UBot Studio
    • Journeys
    • Buy, Sell, Free
    • Scripting

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 2 results

  1. Hi UBotters! Just thought I would share my script I made today! Some of you might find it useful for your bots! Basically It does what it says in the title "Multi-Threading with Status" in the UI! Here is the code: ui html panel("<!DOCTYPE html> <html lang=\"en\"> <head> <meta charset=\"utf-8\"> <meta name=\"generator\" content=\"CoffeeCup HTML Editor (www.coffeecup.com)\"> <meta name=\"dcterms.created\" content=\"Thu, 24 Oct 2013 11:19:20 GMT\"> <meta name=\"description\" content=\"\"> <meta name=\"keywords\" content=\"
  2. Hi Guys I made this bot that will go to hidemyass.com, scrape the proxy list, and then run simultaneous threads (based on TJ's script). The only thing it doesn't do is pickup bad/dead proxies. I thought scraping them straight from HMA would work, but not too well, maybe 50% failure rate. Any suggestions welcome :-) ui drop down("Thread Count", "2,3,4,5,6,7,8,9,10", #num threads) comment("set total number of runs, I just made it 24 for testing purposes") set(#number accounts, 24, "Global") set(#num created, 0, "Global") set(#used threads, 0, "Global") loop(1) { navigate("http://www.hide
×
×
  • Create New...