Jump to content
UBot Underground

Aaron Nimocks

Moderators
  • Content Count

    432
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by Aaron Nimocks

  1. Well within UBot Studio you can just click the checkbox to show all errors and then you wont get it. But it wouldnt work when compiled.
  2. Just use the replace function instead of doing it the way you are trying.
  3. I dont think the way you are thinking of is possible. What I would do is create a checkbox for Automatic Captcha. Then IF $CheckboxVariable = True Run automatic captcha code If $CheckboxVariable = NOT True Run manual captcha code
  4. Try setting a new variable to = loop total/2 Then loop using the variable
  5. I have never experience this either. If I minimize the window it stays minimized.
  6. Ya the way I always do this is make a separate list as I go. If its a domain I want to keep in the list then I add it to a new list. When you are done then the new list contains what you want.
  7. Ive had this issue before also and I dont think I ever solved it. Try running the alert in a sub window though. That would see if its a UBot Studio issue or not.
  8. Try putting a delay 1 after your wait for then do the alert.
  9. You cant start at one when the bot opens. But you can end with one pretty easy. Just navigate to the URL you want on the last step.
  10. If the page is done loading then it will do that. Its either wait for 30 seconds or until the page loads completely. Is that not what you are showing?
  11. IE is the only thing that matters. I recommend you upgrade to IE8. IE6 is a HUGE headache and anything you make it in it and give to someone would require them to have IE6 installed. Since that is an old version, they most likely wont, and the bot wont work.
  12. Attached is a bot that will search between the Signature tags and save it in a List. Then it will use Next List Item and run it through some javascript. It will return 1 if the word "nofollow" is found. Worked with the sample page you gave. thmgoodw.ubot
  13. I looked for a few minutes. This one I think is going to require javascript. If I have time later maybe I will come up with a solution for you.
  14. I posted it about 2 weeks ago in the forums. Probably didnt see it though. Should of PMed you! Lesson learned.
  15. Private proxies work perfect when you run it in sub window.
  16. Im nobody but someone that helps people out and makes bots and tutorials. The FB issue is the one that was noted above. Mobile version sucks now.
  17. I could do these 2 for you. 3. FB Friend adder (I tried 1 here but it didn't work - perhaps FB has changed since then) 4. Twitter Friend Adder based on keyword and/or username The FB one I did was in the mobile version which has some serious issues. I would just remake it using the Lite or Normal version. The Twitter one I would just need to know how exactly you wanted it done. Both are bots I would have to make from scratch most likely even though I have the code for both of them but they would have to be changed around to fit your bot. Just PM me with details if you want and I can
  18. Doesnt crash for me. Just made a bot just to click the login button and it worked fine.
  19. Here is how you do this form. You just need to add a bunch of delays in between fields. adamv.ubot
  20. No problem. That is actually one of the smartest signup forms I have seen. Congrats to Sphinn!
  21. This works for me. Seems you actually have to click on the field for it send the POST data to check if field is valid. Tried to click chosen and didnt work. Tried to run the JS and it didnt work. But sending Send Keys Field Chosen -> $nothing does work. Just need to give it some time after you do this for it to send the data to the server and get it back. So add a delay. crazyflx.ubot
  22. Sure you can. I did something kind of similar already. You can find it on my site and get the code to give you a head start.
  23. Just find the a PR script for free and install it on your server then you can just browse to your own site and get it without a captcha. Here is one for free.
×
×
  • Create New...