Jump to content
UBot Underground

Private Bot Bank and Threads


Recommended Posts

Hello,

I'm having some troubles with my Private bot bank and threads.

The code goes like this:

ui block text("Users", #users)
add list to list(%bots, $list from text(#users, $new line), "Delete", "Global")
loop($list total(%bots)) {
    thread {
        in new browser {
            private bot bank command(0, $next list item(%bots), "same old password for all")
        }
    }
}

And the code for the private part:

clear cookies
allow images("No")
navigate("https://www.xxxxxxxxxxxxxx.com/login/", "Wait")
wait for element(<login button>, "", "Appear")
type text(<email field>, #email, "Standard")
type text(<password field>, #password, "Standard")
wait for element(<login button>, "", "Appear")
click(<login button>, "Left Click", "No")
wait for element(<data="site-logout">, "", "Appear")

Basically I make a user list from the text area, for login in threads.(for testing)

 

Well when I run this code the Ubot studio goes crazy, there are 3 new browsers(I put 3 users in the text area) in the right side, but only the main browser moves ... it shouldn't.

 

Next I hit stop, but the, for example 3 users/threads get stuck, 3 grey browsers in the right side and they don't go away, hit run 3 more, etc.

 

Next I can't edit the bot anymore, nor node or code views, I can see them, but can't edit them

 

But when I copy&paste this code, and adapt it to run in the main script, it works fine.

 

Any ideas?

 

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...