Jump to content
UBot Underground

Eddie

Fellow UBotter
  • Content Count

    208
  • Joined

  • Last visited

  • Days Won

    4

Posts posted by Eddie

  1.  

    Here you go:

     

    Update

     

    V 1.4.1 Added:

     

    • Change Window Resize Mode (Dev Only)

    Options: 

    • Can Minimize - no resize, but able to minimize window
    • Can Resize - normal style window
    • Can Resize With Grip - adds a small grip to the bottom right corner
    • No Resize - not able to resize or minimize window

     

    Example:

    ui button("Can Minimize") {
        plugin command("EliteUbot.dll", "EB Change Window Resize Mode", "Can Minimize")
    }
    ui button("Can Resize") {
        plugin command("EliteUbot.dll", "EB Change Window Resize Mode", "Can Resize")
    }
    ui button("Can Resize With Grip") {
        plugin command("EliteUbot.dll", "EB Change Window Resize Mode", "Can Resize With Grip")
    }
    ui button("No Resize") {
        plugin command("EliteUbot.dll", "EB Change Window Resize Mode", "No Resize")
    }

    quick response, really great!

  2. so i meet a problem with Exbrowser Run Javascript command, i have several function in the javascript code and need to call as follows:

     

    function test1{

    ...

    }

    function test 2{

       test1();

    }

    test2();

     

    it runs ok in the chrome browser local, but no any response in the exbrowser chrome portable.

  3.  

    3.4.4.0 (BETA)
    Add new command
    2captcha.com recaptcha: all in one recaptcha V2, Invisible, V3
    2captcha.com recaptcha: add new option "Header Acao","Pingback Url","Captcha Type"
    2captcha.com pingback: pingback (callback) option that allows you to get the answer for your captcha automatically when it's ready. It allows you to get answers without making requests also allows you to avoid account suspension.
    2captcha.com normal captcha:
     
    Remove commands
    2captcha.com recaptcha v1
    2captcha.com recaptcha v2
    2captcha.com recaptcha v2 invisible
    2captcha.com recaptcha v3

     

    is anybody have some code to show how the pingback working, and what is the pingback url should be, thanks!

×
×
  • Create New...