Jump to content
UBot Underground

Search the Community

Showing results for tags 'random selection'.

  • 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 1 result

  1. ui stat monitor("number picked",#randomselector) set(#randomselector,$rand(1,5),"Global") if($comparison(#randomselector,"<= Less than or equal to",4)) { then { alert("number {#randomselector} selected") } else { alert("number five selected (else)") } } Here above is a little code to understand how to randomize selections. Well it's one of the ways... Ex: You want the bot to click on YES (or whatever) more OFTEN. Well you would replace the ALERT COMMAND with your "Yes" CLICK COMMAND (or whatever you wish the bot to do) So numbers from 1 to 4 are GO, do some
×
×
  • Create New...