Jump to content
UBot Underground

AutomationNinja

Fellow UBotter
  • Content Count

    1221
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by AutomationNinja

  1. With the pro and dev version you can multi-thread You could record the urls you have gone to and add them to a list and then compare against that list .....
  2. I would hate to have to try out 9 different ones until I found one that works. If the .ico is not compatible then support should look into it. If you send them the file then they could fix the problem...
  3. try using the change attribute command.
  4. I use UBot every day and have never had that happen. Also be sure to save your work often. I go a bit overboard and save under a new file name more often than is necessary so I have thousands of .ubot files, but if anything happens I can alway check out what changes I have made along the way.
  5. Your add item to list command is different in the "this does not work" tab. change it to loop($list total(%raw data)) { add item to list(%clean asin, "{$replace($replace($next list item(%raw data), "/gp/associates/network/build-links/individual/get-html.html?ie=UTF8&asin=", ""), "&marketplace=amazon", "")}{$new line}", "Delete", "Global") } which is what you have in the second tab.... ya know what I'm sayin?
  6. make sure you contact support about it.
  7. contact support. that is the best way to resolve an issue with updates....
  8. In the buy sell section you will see a sticky with a list of plugins.
  9. You can always give me a shout by contacting me via the email on my profile.
  10. Booya! But how do you use that link to find the skype group?
  11. yeah If i have to go out I am like oh where are my pants?
  12. Since I never get out of them I thought maybe I should get some real pimpin' pj's.
  13. Delivered what they wanted, but they complained because after abusing the software they basically got flagged so they asked me to code something totally different for an extra $50, so I am like sure, but could I please have my milestone payment for the work so far and they refused to pay. I just cancelled the job, not going to waste my time on people like that.
  14. math captcha solver: define the ultimate math captcha { set(#mathquestion, $scrape attribute(<method="post">, "innertext"), "Global") set(#answer, $eval($trim($replace(#mathquestion, "=", $nothing))), "Global")}
  15. but it kicks ass at automating things through browsers!
×
×
  • Create New...