Jump to content
UBot Underground

botoballs

Fellow UBotter
  • Content Count

    152
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by botoballs

  1. Hi Guys, I was cleaning my bookmark and notice I have not visited Ubot for a while and when I got here. I notice Ubot is not as popular as it use to be. Is everyone leaving the bot world now and focus on other things?
  2. Nope the bar isn't moving. I'vec click on try again several times and nothing.
  3. Hello, It's been while since I used UbotStudio and today when trying to I got a message that says "an exception occurred during a webclient request.". I closed it and ubot frozed then crash after clicking on it. I am using WIndows 10 pro. Is this why it crash or something else? Please assist.
  4. Hi Its been a while since I used my ubot dev version. Just curious could ubot still auto click in android or apple mobile devices? If so, how? Any examples?
  5. I'm doing a bot that is using the image element tool and is trying to figure out where is the image is kept. Does any know where it is kept? I'm trying to copy an image and turn it upside down for captcha solving but to do this I had to manually take a photo element within the bot in order to use it and I can't copy it to another instance. Could this be done because I can't seem to figure it out.
  6. Hi I'm just figuring how to do this. I need to get info from a text file and finding it on a webpage then do a check on it's check box but I do not know what process I should do. Example in my list I have keywords iphone, samsung, lg etc then I want to automate it to first search iphone on a webpage, this webpage has a bunch of keywords as well but these keywords also has a check box. I want it to check the box in sequence. Does anyone know of a process for this? This should be easy right? But unforetunately I do not know how to grab from a list and then search.
  7. Well the captcha is not always correct. If captcha looks at aBcdE it sometimes solve as aBCdE but the link has to be exact aBcdE. I'm still working on this but very difficult.
  8. I'll pm you the link but it does need a login so an account is needed and waiting for about 25 sites to load so thats about 5 minutes of your time to see the captcha. Hi I've tried it but I don't quite understand it. Will send you pm where the captcha is.
  9. Hi I got this captcha (see attach). Does anyone know if ubot can solve this? If so, how? I've tried many that I could think of but nothing.
  10. Hi I'm trying to figure out how I can filter my option list. Is there a way to have the bot remove or transfer all gmail emails in my text file? Any startup sample!es I could use? Anyone?
  11. Hey Deliter, Ok, I'm trying to do this. Create a ui open file, select the file with the spintax, then a ui save to file, then select a choosen file, then a ui button that says start. Once I click start it will generate it. Can you do this?
  12. Just curious, I've seen useful chrome apps that I have an idea on automating. Do you guys think ubot will ever be able to have this feature? Heck guys browsers are evolving and this would be useful. imacro has this.
  13. Ok here. https://www.youtube.com/watch?v=Vrue7CIghIw
  14. Its forms not windows. I may have describe it wrongfully. I'm going to see if I can find that video. Just a sec.
  15. I was watching youtube videos and came across vb.net or c#, C+ that you can program multiple windows within a window. Is it posible for ubot to do this in the future or a custom plugin is needed to do this? Just asking.
  16. Hey Aymen, I might get this plugin so. Do you know the sending limits for gmail or hotmail.
  17. I triple check my proxies and they seem to work ok in scrapebox but in ubot I keep on getting the loading icon just to load google.com. Tell me if I'm doing it wrong. Here is my code. ui button("Set Proxy") { set proxy credentials("username", "pw123") wait(1) change proxy("111.22.33.444:80") wait(3) navigate("http://google.com", "Wait") }
  18. I'm trying to figure out how I could view internal files like a html or a txt file in my default browser. I know this can be done but could someone be son kind and help me on this?
  19. Is there a way to save the results in new lines? Example if I want to generate 15 results, one for each line.
  20. Hi Guys, I can't seem to understand how to stop the bot automation after using the stop or pause command. Basicly visit a website through shared browser. I set the wait to 90sec. Is there a way to stop or pause it in between after I click on a stop or pause button? This is what I got so far. ui button("Start") { thread { in shared browser { navigate("http://google.com", "Wait") } } } ui button("Close Browser") { } Can this be done without the default buttons at top? I just need to know how the pause and stop used after a shared browser opens.
  21. Ok I kind of got it. But do you know of a way to set how many can be saved into each txt file for the results? Example results can be one line per txt file and the txt file has it's own name like 1.txt, 2.txt, 3.txt and so on.
  22. Hi I am in need of a bot that could turn this: {I|We} {like|love} {Ubot|UbotStudio}. Into this: I love UbotStudio. First upload a txt file and it has spintax {|} text in each line. Then save as. Then click start button. Then results will be in txt file to save. I don't know where to start. Any suggestions?
×
×
  • Create New...