Jump to content
UBot Underground

botoballs

Fellow UBotter
  • Content Count

    152
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by botoballs

  1. Hi For the past year or so I made some thread on questions that I had ask to help me out using ubot. But forum seems to only show recent 5 perhaps threads I made. Is there a way to view all my recent post from the start? Thanks
  2. Alot of websites I'm automating is showing it's bootstrap or mobile version. Why is this? Is there a way to have ubot to use normal desktop display? How?
  3. Hi How about selecting the file. I'm thinking it will load the file after I open the compile bot.
  4. Hi I am having trouble figuring this out. Please see screenshot. Basicly from a file call accts.txt (which is in the same folder as the compile bot). How do I populate the UI and then to website forms after pressing a ui button? And after login in successfully a ui monitor will show Ok! This has the IP address, email, pw. I'm thinking maybe having at least 5 folders and each folder has a compile bot and it's own accts.txt file so that each bot will run uniquely without ever to change the accts.txt file.
  5. User is not active, may I know what happened?
  6. There's no option for this? Could we save the data from v4 and transfer it to v5 without using cut paste? Surely there must be a way.
  7. Hi I am using the camera feature to click on images but is there a way to click images that are store on our folder? Reason is that I was working on version 4, used the camera feature and when I tried to use in on my version 5 and images is not there. So my guess is if image is saved I can use it again when things happen.
  8. Hi Zenos, I tried your code. It does not do anything. How do you work this thing? You can't run define's right? What is define used for?
  9. Could we seperate codes by containers and naming them? I know that you can put seperators but still... hmmm..
  10. I'm curious what is a good solution to be logged in from a website for long periods of time? Is it better to refresh the page or log off long in every x amount of time or visit random pages etc?
  11. Hi Is it better to run each of your automation in seperate tabs to be much more organize and find errors etc? Reason I ask is because when I add all projects into one they seem to not work and finding errors is difficult. What would you professionals do if you guys get large projects and be organize? Would you guys hide the tabs when compiling or remove them to secure your source code?
  12. Thanks Pash, It seems that you have alot of plugin that I ask for but they all are spread appart and that means I have to purchase each one individually.
  13. One of my sites I'm automating is playing youtube videos automatically and it's annoying me. Any plugins that can mute or disable sound of a browser?
  14. Hi I am trying to figure this out. I had found out the way to open a javascript button that opens as new browser but for some reason that new browser window is not doing any automation because in order for that to work the window has to be viewed in the normal window. It's hard to explain but after the popup (or browser show right side in ubot) I had it to search for attribute and wait 20 seconds. The window just stays there over 30 and I tried several times. But when I manual click the popup (right side browser) to show in normal view the automation runs. It's weird. From what I know the pop
  15. Hi I am working on a project that allows me to click on a javascript button which opens up a popup window (shows at right side of ubot). Why is it that when I click on it to do further automation I can't seem to do any scraping and also I could not even close that window? I had to close ubot and restart to work on it again.
  16. Hi I'm looking for a plugin that can send notification to either email, social networking sites, rss or any other that if an element exist or changed etc? Example the ubot would login into a website and if a new tweet or google trend exist or changed the bot would send me a notification to email or phone text.
  17. Does the bot run faster if I use the camera element? The bot has to search the website for it right? I was thinking if the image screenshot is saved the bot is set.
  18. What if the image name change often but actual image did not? That's why I would like to save the image on file and use the bot to click on the image found in my pc. This is a captcha I'm trying to solve. The question says click on the orange cat image to continue. I dont think any captcha server can do this.
  19. Hi I know this may sound simple but I am using the built in image identifier to click on images when running the bot but is there a way to click on the image which is on a webpage that I previously saved on my desktop?
  20. Hi I know this may sound simple but I am using the built in image identifier to click on images when running the bot but is there a way to click on the image which is on a webpage that I previously saved on my desktop?
  21. Just curious, Is it possible to create an android app that could control your bot from a remote server? Even could we use php or mysql as well? I believe I've seen this server plugin but that was a while ago.
  22. Just curious it's so quite here. Just wanted to ask anyone who is selling plugins doing a discount on there plugin? Happy Holidays!!
  23. hmm it works after I restarted ubot. Thanks
  24. Hi I'm trying to run more than one task at once using thread but while checking the debugger the task would not work unless I manually click on the checkbox to see it in debugger. Is this a bug or my coding is wrong? Here is a sample: ui check box("Task One", #taskone) ui check box("Task Two", #tasktwo) ui check box("Task Three", #taskthree) thread { in new browser { if($comparison(#taskone, "=", $true)) { then { navigate("https://www.google.com", "Wait") wait(5) } } } } thread { in new browser { if($c
×
×
  • Create New...