Jump to content
UBot Underground

sunny9495

Members
  • Content Count

    247
  • Joined

  • Last visited

  • Days Won

    9

Everything posted by sunny9495

  1. Hi Zap,i just followed the tutorial and something went wrong.If you know where i have done wrong,just guide me about that.Why the HELL you saying that "you dont know anything about threading." This is not fair as being an advanced member of this forum.
  2. I tried in V4 too.but the threading not worked in it.
  3. Can you guys please help,i have stucked in multi-threading one.it still opening only one 1 threads,but i have set it to 2 threads I have followed the tutorial in this post. http://www.ubotstudio.com/forum/index.php?/topic/10042-new-v4-tutorial-multi-threading-example/ Here is the code set(#threadcount, 0, "Global") set(#numthreads, 0, "Global") set(#loopcnt, 1, "Global") set(#email tab, "xsretsdgsdf@gmail.com", "Global") loop(#loopcnt) { loop while($comparison(#numthreads, ">=", #threads)) { wait(1) } Intiate Threading() } ui drop down("Threads", "2,4,6,8,10", #th
  4. Carl,i have a problem in setting up thread count and status bar.can you please refer an example to get an idea.
  5. Everything i have done as instructed in the video,but iam getting the error Dan https://www.youtube.com/watch?v=z6tJeCQlVWE
  6. Iam getting an error after importing the code to ui html panel.can anyone please help me how to resolve this error http://i.imgur.com/DLUDaNs.png
  7. I would like to have to have the lite version Thanks Darry
  8. Thanks Traffik Cop i would like to add you as a friend,please accept me.
  9. A bit complicated for a newbie..but it works fine..i need your suggestion..can you tell me where can i learn more about ubot?
  10. This code didnt worked.can you please helpon how to scrape urls from google.
  11. Right now iam in the middle of training,going through video tutorials,but i just facing an issue of about how to scrape urls from a page i have learn that to scrape urls we have to select the urls with class "l" but when i tried as instructed in video,i didnt see any class "l" in the element editor.i thing google may change some thing. here to be more clear,please see the screenshot of element editor proof Can anyone please help me in this issue.
×
×
  • Create New...