Jump to content
UBot Underground

ibotubot

Fellow UBotter
  • Content Count

    88
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by ibotubot

  1. I'd love to get your plugin as well. thx
  2. Do I need the http plugin as well for the xpath functionality?
  3. Thanks, v4 did indeed work. Sucks that I cannot get it to work in v5 but I guess it will work for now.
  4. Thanks, let me give it a try with v4 then. Think I had tried chrome v21 before but will do that, thanks.
  5. So far had no luck with anything I tried. Anybody else having issues ?
  6. Well just going to http://www.adobe.com/software/flash/about/, the little box version information just stays blank here (where it should display at least some version info)
  7. Hi guys, For some reason flash is just not working on my end. I did allow flash("Yes") and changed the chrome version to 39. However, when I just navigate to adobe flash about page for the version it just shows me a blank little window. In the external chrome this displays and works just fine. Any recommendations here? thanks,
  8. So if one were to use your plugin, does your pause function work as the default does? So once I click start after pausing, does it resume or start from the beginning?
  9. Haven't compiled much with the latest version yet. I just keep noticing v4 compiles to around 5 MB whereas v5 gets to around 12 MB. Shame there is no true solution here and we have to work with these multi if statements.
  10. Thanks will give it a try. So basically you are running multiple checks throughout the bot and the stop if need be? While that probably won't be an issue for smaller bots have you run into any performance and size issues for larger bot? Forgot to add, the pause script does really just seem to d that but not resume when you hit run again, did you solve that in another way?
  11. Hi all, I am trying to get UI pause & stop buttons to work. The run button works just fine with the define. However, pause and stop with defines including pause and stop do not work. Tried some other code from here but ultimately I just cannot get it to work. Any pointers how to get this to work ? thanks,
  12. Ok solved After a restart, de- and re-installation as well as another restart it does work now.
  13. Hi all As the bot I am trying to send someone has problems downloading the support files (assume their firewall etc) , I wanted to include all files with the installer, yet when I compile I get the error "MakeNSIS does not exist" - I tried just now with a simple bot with only one navigate command and not even adding in any appdata, same issue. Anybody had the same issue and was able to resolve it? Already checked for makensis and even installing that but no success so far. Thanks!
  14. OK please close. FACEPALM I copied the exact same code over and realized that one } was moved which made one of the statement end up in another then statement, thus not being available when running the next command. Thanks for trying to help here, must have overlooked this in node node mode was easier to spot in code editor.
  15. I changed it to add item to list and am experimenting with that now. I am not sure why something works when running the node but not the bot very weird (unless I am missing something)
  16. So basically whatever I do to do the add list from text command it just wont work with "run" for the whole bot, but works without a problem when I just run node. Clueless right now
  17. Well the problem I see is that - It works when I just run node - When I run the whole bot it does not work, already included a 10 sec wait before, even replaced the variable with static text to test and it just wont do it. Code in question : wait(10) add list to list(%status,$list from text(#button,""),"Don\'t Delete","Global") The scraping part works just fine. Even if I replace #button for text then it won't fill it. Basically I am scraping some content, then with an if statement I am determining the #button variable then afterwards adding list to table as column. Thanks
  18. I should clarify , the scraping part is working, the add to list from text part is not working as part of the loop but if run manually it does work. Thanks
  19. Hi guys, Have a weird issue: - I am scraping the status of a button, which works perfectly fine and then adding to list from text (the variable). When I manually run the node this all works fine - But when I run the bot this part never works and I do not get this added to my list. Can anybody help here? Thanks,
  20. Hi, - Let me know if you are around and Id be interested to purchase right now (need it right away too though) - How will it work again say I have a custom bot which is not paid by any method you listed. How do I assign a license and how to make sure customer cannot share it with anybody else? thanks,
  21. Hi carl, Watched the first video and looks like something useful. Quick questions: - Can it do conditional UI? Say I check how many ui text boxes I want to show and depending on the number they appear (or not) ? - How easy are custom button designs etc possible to implement? Thanks,
  22. Well I do not use any plugins (well the default stuff from ubot) , and even deleted them and tried that but still getting that error. I reinstalled it just now but to no avail. Nothing in the logs either (just deleted to make sure). Mine has been doing this on this server all the time now. Used the same OS before (win2k12) and there it worked fine. Thanks for any other ideas (and the ones brought up so far)
  23. Figured I'd post here again that this still has not been solved Trying to get someone to look at it now but will be hard to find given that it worked before. Right now I create the bot on my server, upload to gdrive , compile it on my laptop and re-upload to gdrive and then download and run on the server. As you can see this is a PITA and support has not been able to resolve this either.
×
×
  • Create New...