Jump to content
UBot Underground

SaHiN

Fellow UBotter
  • Content Count

    244
  • Joined

  • Last visited

Everything posted by SaHiN

  1. http://d1302.hizliresim.com/16/n/k9crw.png
  2. best helper thank you. and Add maximum thread?
  3. help me? set(#say, 0, "Global") loop while($comparison(#say, "<", 1)) { loop(1) { thread { increment(#say) in new browser { navigate("http://www.yahoo.com/", "Wait") wait(5) close page } decrement(#say) } thread { increment(#say) in new browser { navigate("http://www.yandex.com/", "Wait") wait(5) close page } decrement(#say) } thread { incre
  4. hi, thread { in new browser { navigate("bing.com", "Wait") wait(30) } } thread { in new browser { navigate("google.com", "Wait") wait(30) } } alert("---Finish---") how to make wait for thread finish later alert message?
  5. SaHiN

    Ui stat monitor

    ui stats monitor - image ok, working. html panel in ui stat monitor code - image no, don't working.
  6. SaHiN

    Ui stat monitor

    how to make html panel- ui stat monitor add image? set(#loading, "<img src=\"http://.../images/loading.gif\">", "Global")
  7. hi, sample1() sample2() sample3() define sample1 { navigate("http://www.wordpress.com", "Wait") wait(10) ... } define sample2 { navigate("http://www.livejournal.com", "Wait") wait(10) ... } define sample3 { navigate("http://www.blogger.com", "Wait") wait(10) ... } sample 4 sample 5 . . . sample 50 ı have 50 different site account creator. how to make thread control? sample code ; http://www.ubotstudio.com/forum/index.php?/topic/11125-yet-another-newb-having-trouble-multi-threading/?p=58278 next list item, ı have define command. help me? Thank you.
  8. Hi, my code, ui html panel("<table class=\"table table-bordered\"> <tr> <td><label class=\"checkbox\"><input name=\"Wordpress\" type=\"checkbox\" variable=\"#wp\" fillwith=\"checked\"/><strong><font size=\"4\">Wordpress</font></strong></label></td> <td><label class=\"checkbox\"><input name=\"Myopera\" type=\"checkbox\" variable=\"#myopera\" fillwith=\"checked\"/><strong><font size=\"4\">Myopera</font></strong></label></td> <td><label class=\"checkbox\"><i
  9. My code; ui drop down("Thread Count", "2,3,4,5,6,7,8,9,10", #num threads) ui text box("Number of accounts", #number accounts) set(#num created, 0, "Global") set(#used threads, 0, "Global") 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 { registration code here() decrement(#used threads) } } } de
  10. ı have 14 sites account register bot. Only 1 account created. sample = 5 theards (5 browsers open and working) sample = 3 theards (3 browsers open and working)
  11. how to make onlytheard? Number of accounts delete? Thank you
  12. okey, my problem solve. I have 20 sites , 4 Threads -(1 threads in 5 new browser). = 20 Sites. very nice working. Thank you
  13. No save, problem maximum browser. ı have 20 different sites account creator. (wordpress, tumblr, my opera). Run bot - open 20 browser, and bot is stoping. my problem maximum browser.
  14. my english very bad, ım sory, add to pic. http://s12.postimage.org/u5aabrjkd/Ads_z.png
  15. Hi, how to make maximum browser? ui save file("Save to File", #save) define a { thread { in new browser { navigate("google.com", "Wait") wait(5) save to file("{#save}.txt", $url) wait(5) close page } } } define b { thread { in new browser { navigate("yandex.com", "Wait") wait(5) save to file("{#save}.txt", $url) wait(5) close page } } } define d { thread { in new browser { navigate("bing.com", "Wait") wait(5) save to file("{#save}.t
×
×
  • Create New...