Jump to content
UBot Underground

(SOLVED) How to Loop While


Recommended Posts

Hello All,

 

I am trying to figure out how to loop while until a certain amount of accounts are created.

 

For example: I have a ui text box where you enter the amount of accounts you want created, we'll call it variable #accounts.

 

I am trying to figure out how to loop while, until the amount of accounts in list %accounts equals the variable #accounts.

 

The reason I need this is because sometimes captcha's fail, or something else goes wrong. I am sure that this is fairly simple, I am just having a hard time figuring this out.

 

Thanks in advance.

Justin

Link to post
Share on other sites

Set a variable to 0 before the loop. Create an if statement that checks for the existence of a successful account creation. When it finds it, increment the variable.

 

 

John

Link to post
Share on other sites

Hey John,

 

Thanks for your super quick reply (like always :) ), but I am still having troubles.

 

This is what I have so far:

hotmail account creator.ubot

 

I am trying to make it loop while until the list total matches the what is entered into the #account variable. That way it will actually create the correct number of accounts in case something messes up along the way.

 

Thanks again for your help.

 

Justin

Link to post
Share on other sites

Thanks John,

 

Didn't see that tutorial when I was searching. Next time I will search a little longer before making a post.

 

Getting ready to call it a night though, so don't make it a priority to help me tonight.

 

I will pick up coding where I left off in the morning.

 

Thanks,

Justin

Link to post
Share on other sites
  • 1 year later...

how do i write.... while loop.......  

 

check if element exisit on the page.. if exisit then end the loop and stop until keep checking contrinous if element is there by refereshing the page ?

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