Jump to content
UBot Underground

mk21

Fellow UBotter
  • Content Count

    64
  • Joined

  • Last visited

Everything posted by mk21

  1. Just set a variable to 0 to put into the UI stat monitor. Then increment that variable at the beginning of the loop. ui stat monitor("Row", #test) set(#test, 0, "Global") loop($table total rows(&test)) { increment(#test) } Just put the rest of your stuff in the loop.
  2. mk21

    Compare images

    I am trying to build a bot that will compare recaptcha images to each other. When you hit the recaptcha unsuccessfully too many times in a certain time period, it returns the message, "We're sorry, but your computer or network may be sending automated queries. To protect our users, we can't process your request right now. For more details visit www.google.com/recaptcha/securityhelp" If this was in text format, it wouldn't be a problem for me, but since it is an image, I don't know how to do it. So my thoughts were to copy the image and then have it compared to the image I get at that screen
  3. Thank you very much. I look forward to contributing to the community in the future.
  4. I have been limited to 1 post a day ever since I bought ubot. I've since learned a lot just by reading, and I've upgraded to the pro version with hopes to upgrade to developer as well. However, I'm very hamstrung by this post limitation. It is stunting my ubot growth. I have PMed Lily about a couple times to no avail. Could someone please help me out here? TIA.
  5. I'm trying to scrape information from stubhub.com. I want to be able to go to a link such as https://www.stubhub.com/boston-celtics-boston-td-garden-27-1-2012-1339602/ and scrape the ticket quantity and price for the first tickets listed in the right column. I think I have figured out this isn't possible in the 4.0 Standard version, but I would like to know if this is possible with the Pro version. I've watched the tutorial where you can fill with the image checker, but it doesn't indicate whether you can use that to scrape as well. Any help would be appreciated.
  6. Hi all. I tried to search the forums for help on this, but as noob, I'm having trouble coming up with the right terminology perhaps. To give you a summary of what I'm trying to do here, I want to create a bot that will log in to all my ticketmaster accounts and click on each order. Once it gets into the order page, I will have it search the page for certain qualifiers to give me specific information on each order. Here are the problems I'm having. So let's say I have 200 orders in my queue. I can set it to either show me all 200 orders on one page, or I can have it display 10 at a tim
×
×
  • Create New...