Jump to content
UBot Underground

a2mateit

Fellow UBotter
  • Content Count

    1673
  • Joined

  • Last visited

  • Days Won

    60

Everything posted by a2mateit

  1. Hi and welcome to the community. The in built verify email wizard is shotty at best sometimes. I have personally never been able to get it to work. The best thing to do is to create a table from your emails. Then use regex to scrape the verification url, and then finally navigate to that url. Let us know if you get stuck along the way.
  2. Use $next list item instead of $list item. Should solve your problem.
  3. Very nice! Thanks for keeping it free
  4. I really wish some of the plugin developers would take to creating some windows automation plugins... Would be nice to have some better features. If someone could add in image recognotion to windows commands it would really open alot of possibilites...
  5. I'm honestly surprised this thread hasn't been deleted already. Normally things of this nature are dealt with quickly, and with a heavy hand. Someone must be on easter break???
  6. Hey bob, Long time no see... I wasn't aware eddie left, would be curious to know the future plans for ubot as well.
  7. You could add each line to a list individually. Use a space as the list seperator. Then do a comparison if the list total is less than 4, clear the list and loop to the next. If it is over 4 add them to a success list. There's probably an easier way to do this, but it's what I can think of off the top of my head. May try and post up some example code when I get back to my computer.
  8. Just purchased! Looking forward to finally being able to convert all my bots over to http
  9. Nobody may be using it, but it still works. Setting the useragent to ie6 disables whatever anti-bot measures they have in place. Have Fun Justin
  10. I'm surprised that it doesn't have this functionality. Its pretty critical if you ask me. I would also recommend meter's system for this as well.
  11. I believe the timeout by default is 30 seconds. (it is in ubot, but not sure if it is for aymens http plug in) So if you don't set a timeout, it will wait for 30 seconds before moving to the next item. Where as, if you had a timeout of say 5 seconds it will only wait 5 seconds before moving on.
  12. Hey guys don't forget to check out the wiki and watch all of ubots tutorials. There are probably a bunch of other commands your not aware exist as well
  13. Hey there, Fiverr is easy. Just change the user agent to internet explorer 6. Then you will be able to right click and select what element you want to fill in.
  14. anybody know if you can multi-thread with this and still use the incorrect captcha reporting?
  15. Put what you want to execute inside its own define command. Then stick each one in a thread command, and they will all run at once. Done and done
  16. Hey botmaker, Use exists instead of comparison. Working code set user agent("Android") navigate("http://www.google.com/alerts", "Wait") if($exists(<innertext="Sign in">)) { then { alert("yes") } else { alert("no") } }
  17. Can this be used in multi-threading? How would you make sure the captcha_id is unique to each thread? Working great in a single instance, but I would like to use this multithreaded and keep the error reporting function is this possible?
  18. Thanks for the awesome plugin pash. It seems as if this plugin will do something alot of us asked for a while ago. Re-claiming incorrect captchas is awesome, so thank you.
  19. Hi there pash, How exactly does the report incorrectly solved work?
×
×
  • Create New...