Jump to content
UBot Underground

Import URL List for Captcha


Recommended Posts

Hello everyone,

 

I am new to uBotstudio. After searching the forums, youtube, and other sites I haven't been able to find what is probably an easy answer to what I'm looking for. I hope one of you will be able to help me.

 

I have a list of URLS in an excel file (easily converted to csv, txt, whatever).

 

The first thing I would like to do is import the list and have the program go to each one in the following sequence.

 

(A)

The urls lead to a site which requires captcha solving. I have no problem with this. I have input several urls myself and have the script detecting the captcha, solving it and submitting it.

 

( B )

Secondly, I want to use an IF>Then/Else statement. If the correct captcha is entered, text displays stating it was successful. So If > Successful text detected I would like it move on to the next URL and repeat the process. If the success text is not detected (the ELSE) then I would like the script to go back to what I wrote above as (A)  to retry entering the captcha until successful.

 

I've used other automation software before but the commands are different and I'm not sure how to make this happen. Thanks in advance for any help,

Edited by mchan8
Link to post
Share on other sites

You need to implement a LOOP WHILE logic there (the IF you were talking about would be 'surrounded' by the LOOP WHILE code, so to speak)

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