Jump to content
UBot Underground

Manually inputing midscript?


Guest turbolapp

Recommended Posts

Guest turbolapp

I would like to to create a script to navigate to a url from a previous list and then wait for my manual command to either put it in list a or list b.

 

Is there a way to do a pop up input box? It looked like UI boxes might work but I wasn't sure how to go about it and which one to use.

Link to post
Share on other sites
Guest luminus

Not that the following solution is obvious, but you could always use decode captcha at the point in the script where you want input - which would pop up a box and freeze the script, and then pass your input to the constant $captcha. Then you add an if / then so that if $captcha = 2 the url saves to file 2, and otherwise it saves to file 1.

There might be a more elegant solution. I'll check with Seth!

 

 

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