Jump to content
UBot Underground

magoo

Fellow UBotter
  • Content Count

    102
  • Joined

  • Last visited

  • Days Won

    4

magoo last won the day on April 19 2017

magoo had the most liked content!

Community Reputation

31 Excellent

About magoo

  • Rank
    Advanced Member
  • Birthday 05/31/1971

Profile Information

  • Gender
    Male
  • Location
    Australia

System Specs

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

Recent Profile Visitors

4706 profile views
  1. VB is just skinning a cat a different way, the simple code i posted above will do exactly what you want and will only post each list item once. If you only want to flow from the start to finish of a list and only visit each list item once, then next list item works just fine. Set your list item to a var and it can be used anyware within the loop. Simply use list total to get number of loops
  2. Steve, I think you may have mistaken the OP, LazyBotter was sharing code to help the community, not posting an issue..
  3. I made an example so you can see how next list item works. You should be able to adapt the same thing to any bot. Where I have loaded html for you to see how it works, just replace with your image upload code. clear list(%image) add list to list(%image, $list from text("Image_1 Image_1 Image_3 Image_4", $new line), "Delete", "Global") loop($list total(%image)) { set(#image, $next list item(%image), "Global") load html(#image) }
  4. No but you can scrape the URL and then set it to a variable
  5. If two threads need to start from the same list position but from different lists then why not assign the list position to both threads before they start, rather than use next list item. That way you will not rely on chance by using your 5 second wait, because you have assigned the list position to both threads. you will know thread 1 is working on list A at position1 and tread 2 is working on list B at position1
  6. I have to agree with both comments above. Building a business online is a job and one that takes time, a lot of it! Anybody who tells you, you can make big money with no experiences and no out lay is full of shit. If you need money now, then uBot is not the answer, nor is any other online venture with the promise of great wealth.
  7. If you show us the page with the button and drop down menus, I'm sure someone will be able to help.
  8. . Why do you need the same define multiple times? Just delete the cloned defines. It doesn't matter what tab you are in you can call a define from any tab. If your idea was to clone and modify the defines in the second tab then yes renaming them will work. No two defines can have the same name.
  9. Why not just delete the clone? It will be because everything is set to gloable and you will have defines in each tab by the same name with identical lists and variables, as you call a define from one tab it will be firing the define in the second tab as well, causing the bot to get confused.
  10. Why don't you scrape the data on ebay rather than from a site using there api?
  11. Thanks TJ.. very useful package, I have a few projects in mind for some of these. And your list of extras yet to be released look pretty slick, especially this FREE UP MY MEMORY!!
  12. Is this what you are after http://www.ubotstudio.com/forum/index.php?/topic/12766-how-does-pause-script-and-stop-script-work/&do=findComment&comment=71262
  13. Why didn't you open your thread with a clear explanation like this??
  14. so, say each line in the ui is set to a different variable?? is that what you need?
×
×
  • Create New...