Jump to content
UBot Underground

terranstrat

Members
  • Content Count

    6
  • Joined

  • Last visited

Community Reputation

0 Neutral

About terranstrat

  • Rank
    Newbie

System Specs

  • OS
    Windows 8
  • Total Memory
    6Gb
  • Framework
    v3.5 & v4.0
  • License
    Professional Edition

Recent Profile Visitors

1601 profile views
  1. Hi, ive been trying to make my bot work for a while now.. today i was gonna start it up. I realized that my bot cant input "account data" in certain fields on twitter when im trying to create accounts. my bot is not allowed to use javascript, pictures, css, and flash. and that is because of my proxy provider.. Can someone take a look at it? it would mean so much for me. heres the code : ui drop down("Thread Count", "0,1,2,3,4,5,6,7,8,9,10,20,30,40", #Number Threads) ui text box("Number of Accounts", #Number Accounts) ui save file("Save accounts to:", #AccountsFile) ui stat monitor("Stats:
  2. Kevin! thank you so much for fixing this, now it works like a charm! what a time saver you are! Hope your doing well! Tobbe
  3. Hi, i got this script working with creating accounts, but i cant get it to save to file.. I need it to save each account, with a new line for each. i would deeply appreciate if you could help me figure this one out. Many thanks heres the code : ui drop down("Thread Count", "0,1,2,3,4,5,6,7,8,9,10", #Number Threads) ui text box("Number of Accounts", #Number Accounts) ui save file("Save accounts to:", #AccountsFile) ui stat monitor("Stats:", #Stat) Run Script() Wait for threads to finish() Save account infomation() comment("DEFINE COMMANDS") define Run Script { set(#Stat, "Creating acc
  4. Kevin, thank you so much! that helped alot, it works now! hope your doing well! Tobbe
  5. Thanks carl, but i still cant get it to work. Can u take a look at this? ui text box("Number of accounts", #number accounts) ui drop down("Thread Count", "2,3,4,5,6,7,8,9,10", #num threads) set(#num created, 0, "Local") set(#used threads, 0, "Local") loop(#number accounts) { loop while($comparison(#used threads, ">=", #num threads)) { wait(1) } loop process() define loop process { increment(#used threads) increment(#num created) registration procedure() define registration procedure { thread { in new browser {
  6. Hi! im trying to understand multithreading in ubot. but im having problems getting it to work. if someone would help me, i would be really happy! i want 10 threads, and i want those 10 threads to loop as long as i want. heres what i have done : ui text box("threads", #threads) ui text box("cycles", #cycles) loop(#cycles) { thread { in new browser { navigate("http://www.ubotstudio.com/playground/simple-form", "Wait") reset account("Any") type text(<username field>, $account data("First Name"), "Standard") type text(<passwo
×
×
  • Create New...