Jump to content
UBot Underground

How to insert fields for manual typing in UI


Recommended Posts

I want to make a bot to register accounts on various websites.

 

Each website will have its script in the bot, but I want to have few fields at the UI where a user to manually type an e-mail, password and some other text if needed, so these credentials to be used by all the scripts in the bot for the registration.

 

How is this doable?

 

P.S A more complicated way would be if the bot can register an email and after that to use that email in the registration.

Link to post
Share on other sites

Yes all that is possible.

 

You have to create the code to go to a email provider, register an email.

store it to a variable for use.

 

 

And then add in UI areas for the user to insert there other details needed on the sites.

 

then program the sites to use those variables set by UI elements

 

 

Have you taken a look at the tutorials, and reference guide yet?

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