Jump to content
UBot Underground

Wait random number of seconds


Recommended Posts

Hello,
I'm pretty new here, so maybe this is a stupid question.
I want the browser to wait for a random number of seconds before it loads the next page.
How do I use the wait function to?
I have tried to wait (10-60), but it does not work.
Anyone can help?
Thank you

 

Link to post
Share on other sites
  • 3 weeks later...

I would really suggest making sure you watch all the video tutorials and read the wiki at wiki.ubotstudio.com so you can get familiar with the software if you are just starting out.

 

Although Ubot's learning curve isn't near as steep as the competition, there is still a learning curve.

 

You can pretty much cut it all down by watching the tut's and reading the wiki to get a good idea of what everything does.  It'll really help cut down on the learning curve and save you a ton of headaches when first starting out.

 

HTH

Link to post
Share on other sites
  • 4 years later...

Is there anyway to get that random time that it generates between those two values. I need to display that. Is that possible?

 

Set it as a variable, you can display it and use it, here is an example:

ui stat monitor("Wait Time:",#wait)
set(#wait,$rand(5,10),"Global")
wait(#wait)
alert("Waited for {#wait} seconds!")
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...