Jump to content
UBot Underground

Help me to fix this threads code


Recommended Posts

Hello!

Can you please help me guys with this code. The threads remain open and bot dosent stop or close threads when the list total is reached.

 

 

create table from file("{$special folder("Application")}/table.csv"&table)
add list to list($plugin function("TableCommands.dll""$list from table"&table"Column", 2), %url"Delete""Global")
loop(5) {
    thread {
        in shared browser {
            loop($list total(%url)) {
            }
        }
    }
}

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...