Jump to content
UBot Underground

bestmacros

Fellow UBotter
  • Content Count

    415
  • Joined

  • Last visited

  • Days Won

    13

Posts posted by bestmacros

  1. general tips:

     

    1. change useragent to real browsers useragent

    2. use proxies

    3. use real browser (Exbrowser or similar)

    4. try to scrape without browser using http requests or sockets

    5. save cookies and use them in your sessions.

     

    Re-captcha can be solved by ubot automatically with services like 2captcha.com - search forum there are many solutions and plugins for that

  2. yes, that is what I think to do also.

    the only issue is coding ui, which is very easy with ubot and little bit tricky in python even with PAGE.

    the other issue is exe compilation (can be done with pyinstaller) and basic protection to prevent pirating your software.

    I'm using ubot 5 and most of the new websites don't even work in internal browser and upgrading to ubot 6 is not an option - too much bugs.

    note that your exe compiled with pyinstaller will still trigger false positive alerts in windows defender and such

    • Like 2
  3. I've encountered an issue with latest version of the plugin - it is conflicting with original Ubot db command and prevents it from working correctly:
     

    this code works fine without a plugin, but does not work after installing plugin (1.1.4.6) - "object is not set..."

    plugin command("DatabaseCommands.dll", "connect to database", "server=127.0.0.1;uid=username; pwd=password; database=db; port=3306; pooling=false") {
        plugin command("DatabaseCommands.dll", "query with results", "select * from qqq where AAA = \'{#q1}\' AND BBB = \'{#q2}\' AND CCC = \'{#q3}\'", &data_from db)
    }
    
×
×
  • Create New...