Jump to content
UBot Underground

Search the Community

Showing results for tags 'random'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Announcements and News
    • Join the UBot Community
  • General
    • General Discussion
    • Mac and UBot Studio
    • Journeys
    • Buy, Sell, Free
    • Scripting

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 7 results

  1. randomuser.me API. Feel free to use it. HTTP Post Plugin [Required] JSONPath Plugin [Required] define $Random User API { set(#success,0,"Local") set(#successCounter,0,"Local") loop while($both($comparison(#success,"!= Does not equal",1),$comparison(#successCounter,"< Less than",3))) { set(#post,$plugin function("HTTP post.dll", "$http get", "http://api.randomuser.me/?nat=US&gender=male", "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36", "", "", 5),"Local") if($not($contains(#post,"The remote ser
  2. Hello Ubotters, Need help please. How do I add a script in here for random timing. Thanks <select size="1" variable="#timing" style="width:auto;max-width:210px;"> <option value="30">Timing on site</option> <option value="10">10</option> <option value="20">20</option> <option value="30">30</option> <option value="40">40</option> <option value="50">50</option> <option value="60">60</option> <option value="120">120</option> <option value="180">180</option> <
  3. I wanted to know whether or not it's possible to exclude numbers from the $rand command.
  4. I'm trying to make a bot wherein it can login to an account and make some random activity but on a certain section of the site only (i don't want it clicking on the report, abuse or any other non-beneficial section of the site). I've got the login and proxy change and stuff nailed down. I'm simply not sure what to do in terms of making it randomly click on ANY link on a certain section ONLY. How can I do this? Thank you!
  5. Didn't find anything on the forum about this yet, so hopefully this will be useful to anyone searching how to do it in the future. Was using javascript to generate random dates before, but like this way better as it doesn't need a webpage. You will need the free datetime manipulation plugin created by UBotDev.com: http://www.ubotstudio.com/forum/index.php?/topic/13665-free-plugin-datetime-manipulation/ Thanks should go to UBotDev.com for creating and giving out this very handy plugin for free. Example code below: define $Random DateTime(#date start, #date end) { set(#date start u
  6. Hi, I have a specific form in mind that is on a lot of sites. Most of the time the fields are all the same but sometimes the form has some extra custom ones added on to the end. Is there any way to get ubot to fill in these too with some random data (obviously I wont know what info is really required) so that the submission will be successful? Thanks C
  7. I want a randomly generated number in decimal. When I try this: ui button("Click me for a random number") { set(#output, $rand(1.0, 9.9), "Local") } I always get back a whole number, not a decimal. Is there anyway to have it not round up?
×
×
  • Create New...