Jump to content
UBot Underground

xenergy

Fellow UBotter
  • Content Count

    40
  • Joined

  • Last visited

Everything posted by xenergy

  1. Nice site. Does all the software made by ubot? What kind of price range you're asking?
  2. It might be late to post a comment on this thread, but just in case other people having the same issue. So I found out that you must save your file in ANSI encoding if you want to use file's content for directory path usage. Somehow a strange invisible characters (?) appears on the very first part of the file content when you read a UTF-8 encoded it using $read file or $list from file functions. You can only see this characters using notepad++ with "Show all characters" option on. This will not be appear in other text editor (i.e. notepad). I'm not sure if this is a bug, of a expected beha
  3. Same here, it's the most beautiful UI creator for ubot on the planet Btw, I saw your new sales thread "Twitter Account Creator" which has a cool navigation bar on the left side of the interface. How do you made that? Is it with Super Simple UI builder? Would be great if it can be implemented here as well. Keep up the good work. Thanks
  4. Vote +1 for the tutorial. I personally see that ubot compiled app can't beat visual studio compiled app in the software industry, specially for complicated & rich-feature software. For simple and self-use app, then ubot is the real winner.
  5. Try this one : Tab1 (Main Tab): UI Button("Execute") { Command1() Command2() Command3() } Tab2: define Command1 { comment("list of commands here") } Tab3: define Command2 { comment("list of commands here") } Tab4: define Command3 { comment("list of commands here") }
  6. Hi, I'm ubotlocker customer, can i request to add 2checkout integration with ubotlocker? Currently my paypal premier account being limitted, so i need to get alternative payment gateway. I believe 2checkout has instant notifications feature and accepted wordwide as well.. so it'll be a great additional feature for ubotlocker. Thank you.
  7. I've sent you a PM so we can discuss further. Let me know. Thanks
  8. I can fully understand the idea of using tor browser with ubot's windows automation to become anonymous, but how do you 'read' the tor browser's response when doing some activities? Integration of tor and ubot is a dream come true
  9. Do you use specific criteria to get or add friends/follower or they're just random people? So that we know $30/5k clicks are from targeted audience or simply random people. Thanks for sharing.
  10. Super cool! I've been using dynamic drop down menu on my bot, and it made life much easier.
  11. I believe this is window's Task Scheduler, and not ubot's scheduler. You can type "Scheduler" in the Search programs field in your window's start button to find it. Then call the ubot's compiled exe file using the windows scheduler.
  12. Great post! I'll follow the rabbits from now on
  13. As steve's suggested, use sockets or Aymens http post plugin to boost your bot's speed. It cut a lot of browser's rendering time and directly communicates with the server via socket/http post connections.
  14. Not sure what caused your bot crashed so many times, but if you run multiple threads with ubot's internal browser.. I suggest to migrate to http post plugins by aymen. It helped my bots more stable.
  15. Glad you found it LOL. I had issues where certain bots are unable to be opened in node view (but works well in code view), and found out the solutions by installing the latest .NET 4.0 Just in case others found same problem
  16. Congratz on your decisions. I suggest to move further, as the skys is the limit with ubot dev license
  17. Very well said frank. I must admit ubot helped me build strong foundation in programming, as i could focus more on the logic rather than the programming syntax. While there're a lot of rooms for improvement for ubot's , it does give you good start in software industry.
  18. Simply amazing.. Can you please share the secret? Scraping huge footprint burns a lot of proxies, i need other alternatives than using proxies. Thanks
  19. Social media like facebook and twitter are getting more attention by google these days.. so automate these site will definitely attract people's attention and would worth the effort. Just IMHO
  20. I think even in ubot 5 this browser crash issues are not much improved yet. I used http post plugins a lot for those non-flash website, and it much improve the bot's stability.
  21. vote +1 to make the UI command plugins possible. This limitation make ubot-er unable to compete with other software made with visual studio. It takes a lot of hardwork and pain to make a 'similiar' aplication that match visual studio's UI.
  22. I found many useful tutorials inside ubotstudio forum, it helped me developed my first commercial bot Universal Article Scraper. It's a great forum, you'll find a lot of help from the expert.
  23. Great post! Not sure why ubot needs to connect to license server everytime it startup, it could just put some hardware lock or periodic check (i.e. monthly basis). This will reduce problems for those who has slow internet connections.
×
×
  • Create New...