Jump to content
UBot Underground

a2mateit

Fellow UBotter
  • Content Count

    1673
  • Joined

  • Last visited

  • Days Won

    60

Everything posted by a2mateit

  1. I just tried increasing it in increments of 1 second, up to 10 seconds. And still only passes on the second time.
  2. I must be doing something wrong. This is the code that I am using set(#captcha_image, $rand(1000000000, 20000000000), "Global") save element image(<style="display:block;">, "{$special folder("Desktop")}\\captcha\\{#captcha_image}.jpg") set(#captcha_answer, $plugin function("Advanced Captcha.dll", "$deathbycaptcha.com", "username", "password", "De-Captcha", "{$special folder("Desktop")}\\captcha\\{#captcha_image}.jpg", 60, ""), "Global") set(#captcha_id, $plugin function("Advanced Captcha.dll", "$deathbycaptcha.com", "username", "password", "Get Captcha ID", "{$special folder("Desktop"
  3. It still is taking 2 times to set the answer. Sanjeev did you get this working? Also, when reporting an incorrect answer I am getting the following error: http://screencast.com/t/G2GFdQlLO8O
  4. That was fast! Heading off to bed now and will give it a try in the morning. Thank you!
  5. Hi paah, it's not the image. It is happening with every captcha I have tried. Doesn't work on the first try. It always takes 2 trys
  6. Here is a video so you can understand what I mean. http://screencast.com/t/CONeFnR50 You can see the first time, Deathbycaptcha is correctly solving the captcha. But it is not being sent back to ubot. And it only is sent back to ubot the 2nd time I click run...
  7. Hey Pash, Great plugin btw. However, I am noticing that when using DBC the timeout settings don't seem to be working... Sometimes it returns no captcha, but when I log into my DBC account the captcha was answered. Can you please look into this? Thank you Edit: It in fact never seems to pass the captcha value until you run it a second time... Would really appreciate it if you can point me in the right direction on what i'm doing wrong.
  8. This is the #1 thing I would change/implement!: http://www.ubotstudio.com/forum/index.php?/topic/12703-the-ultimate-feature-suggestion/
  9. Yep that feature is only available in the dev license...
  10. Hi ryan, My name is Justin and i'm a ubotaholic... Welcome to the group. Glad to hear that your watching the videos first. That will help you immensely when you prepare your first bot. For resources, Ubotbuddy has some great training material you might want to check out.
  11. So you want to break %url into 5 different lists of 200 each? So that you can then loop through each list 5 times? Is this what you mean?
  12. 1. Don't abandon version 4... I won't use v5 until it's stable, and I stopped paying for updates because I refuse to pay to be a beta tester. 2. Fix the browser.exe crash
  13. Yeah, it's not the greatest work-around. But it does work. Maybe one day one of the awesome plugin creators will be able to solve it.
  14. It is designed so that it automatically closes as soon as the code you run in it is executed. If you are needing to leave it open, you can add a long wait at the end of the code.
  15. The ui's do not dynamically update. Which is why it changes when you switch from code view to node view. If you had tabs in your ui, it would update after switching tabs as well... AFAIK there is no workaround for this presently.
  16. If it's not to late, grab a refund and get gsa captcha breaker instead. CaptchaSniper is not good... Speaking from personal experience of course.
  17. With windows commands you can run pretty much run any other program. I have been able to use ubot to automate windows movie maker, boomarking demon, ultimate demon, and a few other softwares. The drawback being that you have to add in long waits cause the native windows commmands have no way of waiting for a certain window to show up... And of course windows commands taking over your computer.
  18. http://www.boost.org/ I'm guessing that v5 is using some of their libraries...
  19. So is this the missing link in windows automation? Been watching the videos, and I think this is what I've been asking for, for a long time...
  20. Very nice! I need to setup something like that for myself. Unfortuneatly I too suffer from "to much typing disease". Would be awesome to have a setup like that.
  21. Use set to set your $next list item, then use an if statement with a comparison. If #set = $nothing then do nothing/else do scrape... Not at the computer at the moment or I would paste up a small code sample.
  22. Hi there and welcome to the community. I would say the best way to learn the syntax would be to do a bot visually, with all the commands that you think you will need to use. Then switch over to "code view" and check the language and learn it that way. If you don't mind me asking, why choose ubot if your not planning on using the "visual" aspect of it? It's far faster and easier (or so I thought) then using the syntax and typing everything out in code view.
×
×
  • Create New...