Jump to content
UBot Underground

botoballs

Fellow UBotter
  • Content Count

    152
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by botoballs

  1. I'm doing a bot that is using the image element tool and is trying to figure out where is the image is kept. Does any know where it is kept?

    I'm trying to copy an image and turn it upside down for captcha solving but to do this I had to manually take a photo element within the bot in order to use it and I can't copy it to another instance.

    Could this be done because I can't seem to figure it out.

  2. Hi

     I'm just figuring how to do this. I need to get info from a text file and finding it on a webpage then do a check on it's check box but I do not know what process I should do.

    Example in my list I have keywords iphone, samsung, lg etc then I want to automate it to first search iphone on a webpage, this webpage has a bunch of keywords as well but these keywords also has a check box.

    I want it to check the box in sequence.

    Does anyone know of a process for this?

    This should be easy right? But unforetunately I do not know how to grab from a list and then search.

  3. If you have a link to an example I might be able to help out. You would need to send the captcha out and if its correct you can probably look at the innertext of each link to try and click it.

    I'll pm you the link but it does need a login so an account is needed and waiting for about 25 sites to load so thats about 5 minutes of your time to see the captcha.

     

     

    Hi botoballs, 

     

    I reckognize that captcha ;)

     

    It is quite simple to achieve, 

     

    1 - Send the captcha image to be solved as normal

    2 - Save the answer as a variable

    3 - Scrape the answers that are underneath to a list 

    4 - Use the "$change text casing" function to change all characters in the list into either all CAPS or all lower case (doesnt matter which)

    5 - Use the same "$change text casing" to convert the captcha answer into all CAPS or lower case (same to match above)

    6 - Then use some "if" statements to simply have your bot compare the answer variable with the list and click the matching answer 

     

     

     

    Hope that helps ;)

    cүвεя_נυηкιε

     

     

    Hi I've tried it but I don't quite understand it.

    Will send you pm where the captcha is.

  4. Hi Guys,

     I can't seem to understand how to stop the bot automation after using the stop or pause command.

    Basicly visit a website through shared browser.

    I set the wait to 90sec.

    Is there a way to stop or pause it in between after I click on a stop or pause button?

    This is what I got so far.

     

    ui button("Start") {
        thread {
            in shared browser {
                navigate("http://google.com""Wait")
            }
        }
    }
    ui button("Close Browser") {
    }

     

    Can this be done without the default buttons at top?

    I just need to know how the pause and stop used after a shared browser opens.

     

  5. Hi

     I am in need of a bot that could turn this:

    {I|We} {like|love} {Ubot|UbotStudio}.

     

    Into this:

    I love UbotStudio.

     

    First upload a txt file and it has spintax {|} text in each line.

    Then save as.

    Then click start button.

    Then results will be in txt file to save.

     

    I don't know where to start. Any suggestions?

×
×
  • Create New...