Jump to content
UBot Underground

How Do You Connect Multiple Emails To A Server From A List?


Recommended Posts

Do you mean have the bot login and check multiple emails accounts simultaneously? If so, it is possible. You would need to use threading to accomplish this -- but, I am not sure if you can use threads in the standard version of uBot.

Link to post
Share on other sites

 I am making a account creator bot for social media, I would like it to create accounts with real e-mails instead of random ones. so I followed a tutorial which goes through the process of e-mail verification for one account. but I need at least 10 minimum. Is there a way to do this without threading?

Link to post
Share on other sites

I did it, but used a csv file with a list of emails/user names/passwords and went and created account, then logged in to that account, checked email, changed proxy and started all over again. Slower without threading, but since I was aiming to emulate a human the speed didnt matter. As you test, put them into success and failed lists so you know.

 

Hope this helps

  • Like 1
Link to post
Share on other sites

I did it, but used a csv file with a list of emails/user names/passwords and went and created account, then logged in to that account, checked email, changed proxy and started all over again. Slower without threading, but since I was aiming to emulate a human the speed didnt matter. As you test, put them into success and failed lists so you know.

 

Hope this helps

AWESOME! how did you do it exactly?

Link to post
Share on other sites

I setup a csv file, with my emails/passwords formatted as I wanted. Then used create table from file to load the table. I then set a loop variable to 0, looped through the file, starting at row 0 and cell 0. After that the rest is a piece of cake, used wait with random numbers to slow it down to human level. I will post the code on my new tutorial site later this weekend when I get a chance.

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