Jump to content
UBot Underground

Search the Community

Showing results for tags 'multithreaded'.

  • 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. What's the best trick to make sure threads don't pill up ? I got some bots that keeps some windows open while multi threading and they keep pilling up after a while. (The majority closes after they've done what they had to do) How do you handle this ? Thanks
  2. Ok don't laugh guys but i've never done multi-threaded bots (for real...) because i never had too so here is my first try. ui drop down("Num. of threads", "1,2,3,4,5,6,7,8,9,10", #threadnumber) ui open file("Get File", #getfile) clear table(&test) create table from file(#getfile, &test) set(#resettablerow, $table cell(&proxy table, 0, 2), "Global") loop(#threadnumber) { thread { in new browser { change proxy($table cell(&proxy table, 0, 2)) set proxy credentials($table cell(&proxyusername, 0, 3), $table cell(&proxypassword, 0, 4))
×
×
  • Create New...