Jump to content
UBot Underground

iamddr

Fellow UBotter
  • Content Count

    90
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by iamddr

  1. Hi Dan Im waiting for this feature of exbrowser workflow, some web pages would loading for hundreds seconds, Im thinking about if exbrowser would do clicking, typeing when page was loading just like humen does. Coincidentally, 1.1.8.2 has a bug that FF's pageload timeout dosent work correctlly, it dont stop loading immediately when x seconds passed and continue run next command, with this bug, I can do what I said - do clicking and type when page is loading. Now bug is gone, so please sonsider to add this feature in the futrue.
  2. I'm still using ubotLocker that release on December 2015, is there any update now?
  3. In my opinion, if you are new to ubot, you should begin with mini-bot, simple task and nothing new. Unpredictable things may happend anytime in your development process. Focus a simple whole robust bot is better than a lot of semi-finished cool bots. Please forgive my poor English.
  4. Just tried this plugin, Complete product level plugin, thank you for sharing it for free. Thank you, deliter
  5. Hi, Dan ExBrowser Confirm Dialog Command only click "OK" button to confirm a confirm/alert dialog, If I need to click "Cancel" button what should I do? or is there a way to detect a confirm/alert dialog was raised? Thanks Just found autoitX, I think this one should works
  6. This program was effective in 2014-2015, for some reason auto fill footprints had not update by January 2015, so....
  7. Yes, These issue happened sometimes, you should fix them by yourself. and some sites banned old ubot program(v4). I think it's time to recompile Botscriptfast in latest stealth version to fix most problems.
  8. If you chose Sqlite to test, the database connection would always be successful even File filed was blank, so I think it's bug. Python should be a good alternation, unfortunately there was an import sqlite3 error Just tested, Nick's method worked. thanks Nick, you are always quick steps http://network.ubotstudio.com/forum/index.php/topic/19021-run-sqlite3-in-ubot-59x-temp-fixworkaround/
  9. Bionic is piece of cool stuff, python syntax, fast and clean. I tried but not worked on compiled bots
  10. In some of my projects, first text field filling action doesn't work correctly every time, I don't know what caused it, just first text field do. So I usually don't put text field filling action first or just use change attribute 3 times instead. I tried a while loop to recheck text field value is nothing then run text field filling action. Yes, It's always nothing Any idea about recheck filled text fields?
  11. I don't know whether I was the only one or there are some ones else. I found it difficult to compile exe, I'm living out of USA,I tried proxy(US UK JP...) , WebClient request failed again and again,then progress bar started from the beginning... I know it's all because of my bad connection, just wonder is there a alternative method like upload .ubot and 60 mins later I got an exe. It's better than retry dozens of times.
  12. That is a big help, your ubot 4 download bot saved my ass, thank you nick
  13. I have updated to stealth recently and I don't compile bots very often. Just wonder since which version compiled bots no longer working on Win XP. After all, there are lots of low price VPS out there running XP.
  14. I just stopped digging and place hope on next next next version. Thank you deliter
  15. These are very useful information, especially for newbie like me. BTW, your new product Easy-Crypt, I just used in my project, light weight and handy . Thank you cүвεя_נυηкιε.
  16. I'm also looking for it. Even you set app data folder with your own app name in compilation options, the installer still create folder \appdata\roaming\ubot studio then copy/paste files from your data folder.
  17. 1. Just made some test, Js code could be executed after webpage fully loaded, so we can use jquery to do all things that jquery could do, for example, add nodes or set values. if I set value of a text input box, I can see the box was filled by the value, but when I check the source code, nothing changed. Is it possible to inject JS code and run ahead of all JS in webpage or ahead of webpage fully loaded? if so, webpage source code can be fully manipulated before webpage fully loaded. 2. I found it's hard to import cpython module into ironpython, pure python code is ok, sys.path.append() wi
  18. 1. Is there a way to create variables dynamically, like create variables in a loop using list which contains items for variables' names? 2. I found UI command doesn't work in a loop or in a function. It means UI stuff can't create dynamically, if I need create UI text boxes from a list is an impossible task.
  19. Just updated to stealth(dev), such a big progress than ever. Here my problem, the compiled EXE is 12m/70m even more, 12m is totally OK for me, but most of my customers dont live in US, the online update usually takes half an hour even dont work, the EXE(full) makes 70m, a little to big to me, so I considered to move back to v4 or v5 before stealth, Any senior user could tell me what the most stable V4 and previews V5 is, or maybe this is a magic method losing the weight of an EXE(full)? Sorry for my poor English.
  20. This's exactly what I'm looking for! Thank you Brutal, everything looks feasible, I'll try it right now, then a feedback.
  21. Thanks for your replay, actually, I'm pretty a newbie here, just purchased ubot for less than a week, I'm looking for a solution to passing arguments to slave bots, after I saw incognito mode I think maybe it is possible to use this feature to acheive this. Just ask is it possible, maybe get inspirations about master bot control lots of slave bots, sorry for the poor grammar.
  22. Just test /hide argument on compiled EXE. I believe Incognito Mode should be more than that, Can bots communicate(pass arguments) each other right now? Are there more arguments to be pass into an EXE?
×
×
  • Create New...