Jump to content
UBot Underground

Prims

Fellow UBotter
  • Content Count

    6
  • Joined

  • Last visited

Everything posted by Prims

  1. If you are simply trying to log in to one account, the below script would work. Fairly basic but it seems that is what you wanted. I would highly recommend that you go through the basic tutorial videos as well at http://ubotstudio.com/tutorials It helps out a lot. The one on lists would be particularly useful to you. clear list(%login) clear list(%password) add list to list(%login, $list from text(#login, ""), "Delete", "Global") add list to list(%password, $list from text(#password, ""), "Delete", "Global") ui text box("Youtube login", #login) ui text box("Youtube password", #password)
  2. Might be a noob question but it never hurts to ask. On a particular page, there are about 10 radio buttons. I want Ubot to randomly select one of the radio buttons. How would I go about this? Additionally, if I wanted to exclude a few options (for example, maybe only randomly select between six of the ten buttons), can I do that as well?
  3. Please add me too. yankee041 Thanks!
×
×
  • Create New...