Jump to content
UBot Underground

Search the Community

Showing results for tags 'account data'.

  • 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 5 results

  1. Hello . I would like to replace $ account data with my data in a csv or txt file. I have a problem with obtaining such an effect loop 0 = data in txt or csv name1 (row 0, col 0) pass1 (row 0, col 1) loop 1. name2 (row 1, col 0) pass2 (row 1, col 1) and so on (number of loops) unfortunately, every way I tried it turned out to be wrong txt file (test1.txt) name1, password1 name2, password2 NAME3, password3 NAME4, password4 NAME5, password5 name6, password6 please help. THX ui drop down("Threads",1,#threadCount) ui text box("Number of Accounts",#loops) clear list(%accounts) clear list(%accou
  2. Ok so im having a big issue, ive been trying to use thread spawn to make accounts but when i use the account data to generate usernames, passwords, emails it uses the same info on each thread, ive also tried changing it to local instead of global but no luck, even used account reset but maybe im placing it in the wrong position idk, but what i am trying to do is make a simple account creator with the account data parameters via thread spawn. Ive been stuck on this for hours now and its driving me crazy!!!!!!!!!
  3. Hello, I'm struggling with an issue where account creation fields return double inputs. For example, the random name generator will generate "Paul", but when it types it into the name field it comes up as "PaulPaul". What causes this? set(#firstname,$account data("First Name"),"Global") set(#lastname,$account data("Last Name"),"Global") type text(<innertext="First Name">,$account data("First Name"),"Standard") comment("above makes double name") The page html script (red letters are randomly generated and change on every page load, that's why i use innertext firstname instead of the
  4. If someone has a min could you check this Open UBot Studio 5.0.9 (if you already have it open please close it and reopen) Then run this code navigate("http://www.bing.com/", "Wait") reset account("Male") set(#BirthMonth, $account data("Birth Month Word"), "Global") type text(<name="q">, #BirthMonth, "Standard")The very first time you run the script it fails to return a date month After that it should work as expected
  5. Hey guys, Anyone having same problems with mine? I'm creating youtube account creator bot. I cannot get account data to random (Quite big problem for me), and when i use prompt command to receive data input from user the prompt window is not pop up. These problems only found in compiled bot only. It's working fine if i run the code directly on Ubot. I'm using Ubot 5 Professional Edition. Anyone have any solution? Thank you in advance. Here is pictures: Prompt is working fine when run on Ubot 5 Project file. http://i.imgur.com/IFJAVDU.jpg Prompt window is not pop up when run
×
×
  • Create New...