Jump to content
UBot Underground

bestmacros

Fellow UBotter
  • Content Count

    415
  • Joined

  • Last visited

  • Days Won

    13

Everything posted by bestmacros

  1. I've also encountered same problems when I've started to use ubot studio and I already proposed it, but currently it is not implemented and won't be implemented, so yes, the only way is to nest if/else or to use "return" which little bit emulates break loop behavior
  2. simple - use "wait for element" command - make it wait for element on your target page
  3. this code is not good - it is better to insert loop inside "connect to mail server" command otherwise it will try to connect to server each loop which is very bad.
  4. in the loop before opening thread. by default all parameters are global but if you open advanced menu of "set" command you can change parameter to local and use it inside define, this way each thread will have it's own values for each local parameter
  5. set 5 seconds delay before opening new thread and increment global parameter which points to next list item position
  6. I also had issue 2 with one of my customers, never found any good solution and I'm also compiling on 64-bit win 7, so maybe there is real problem with 32-bit systems
  7. 1. basically, it is correct since ubot performing in-browser automation, so it will always be slower than bot which works with api or so, but there are some plugins which allow you to work with api from ubot for example: http://www.ubotstudio.com/forum/index.php?/topic/12837-sell-http-post-plugin-crazy-bonuses-inside/?hl=plugin , also you can make it block images,javascript,css,flash greatly improving page loading time. 2. It is not so buggy as you describe and most issues are related to customer computer/setup/dot Net config
  8. use increment command to increment value of offset after each cycle
  9. open advanced menu of this command - you can define timeout there
  10. what site you are talking about? what is the flow you want to automate? what is your budget? we don't read minds here...
  11. set all the actions you want inside define, make sure all your variables are LOCAL, insert custom command inside thread->in new browser commands
  12. that is exactly what my bot does, but if you expect from someone to give you main part of this source code for 50$ I think you are little bit dreaming, but there is always chance to find someone not-so-smart, so good luck!
  13. this is exactly what I also can't understand - you can only vote stated username comment (as far as I know). source code for 50$ :D
  14. hmm, I have exact same imacros script, maybe I'll convert it to ubot
  15. http://imacrosbot.com/youtube-comment-liker-bot
  16. set referrer, set user agent - many popular sites today are blocking ubot default browser, so you need to hide it.
×
×
  • Create New...