Jump to content
UBot Underground

PRO

ADMIN
  • Content Count

    464
  • Joined

  • Last visited

  • Days Won

    26

Posts posted by PRO

  1. Leading the way! Thanks to UBot and thanks to Automaxed Plugins, yey! 🏆🚀

    Want to buy my course? Well, there is none.

    But if you are a paying Automaxed Plugin customer you can receive help from me personally.

    If we reach 100 paying Automaxed Plugin customers or 50 Plugin bundle customers per year, I am ready to stop competing in public bot projects.

    Leaving more space for all of you and focusing solely on improving our tools.

    Results matter and together we can achieve more results.

    It can be a win-win-win.

    image - 2023-12-05T000131.609.png

    • Like 1
  2. That should work for you: http://network.ubotstudio.com/forum/index.php?/topic/28820-ubot-stuck-on-starting-help-please/&do=findComment&comment=150910

    You can additionally try to run it as administrator. Right-click on the exe, run as administrator.

     

    Wait. Your PC may be missing C++ Redistributable packages or Java runtime.


    Feel free to let us know if that solved it for you.

    Latest-supported-Visual-C-Redistributable-downloads-Microsoft-Learn.png

    Java-Downloads-for-All-Operating-Systems.png

    • Like 1
  3. Okay. For the last 10 years the plugins have been going strong. There was only 1 incident as far as I know when there was a interruption.

    Since then there have been ongoing improvements. The most capable browser, and more useful features are available.

    Right now only a few of our plugins are compatible with UBot latest, most are still optimized for UBot Version 5.9.55.

    We are currently working on the rest of the plugins, refactoring them to make them compatible with UBot latest.

    Regarding the money, hm. If it saves you more time or money than the license cost, it should be good. If not, probably not so much.

  4. Yes. The JS seems only working after manually hovering some elements, I guess. It's weird.

    But honestly, I would simply use the Automaxed Browser Plugin and done:

    do it()
    define do it {
        plugin command("Browser Automation.dll", "browser navigate", "https://www.your-web-address.com/account/my-account")
        wait(3)
        plugin command("Browser Automation.dll", "browser mouse click", "Class[2]:kuTaGy wixui-button zKbzSQ", "Left Click")
        wait(2)
        plugin command("Browser Automation.dll", "browser mouse over", "Class[0]:recaptcha-checkbox goog-inline-block recaptcha-checkbox-unchecked rc-anchor-checkbox", "Center", "False")
        wait(1)
        plugin command("Browser Automation.dll", "browser mouse click", "Class[0]:recaptcha-checkbox goog-inline-block recaptcha-checkbox-unchecked rc-anchor-checkbox", "Left Click")
    }

×
×
  • Create New...