Jump to content
UBot Underground

pash

Fellow UBotter
  • Content Count

    3523
  • Joined

  • Last visited

  • Days Won

    167

Posts posted by pash

  1. Has anyone found a problem. customer's order missing on the Ubot Store?

    This is the second time I have encountered this problem.

    About 2-3 months ago, there were orders from customers. And I have already sent the plugin to the customer

    And lately I have a suspicion that the money that I should get. But not in my paypal account

    I then checked at the Ubot Store and found that the customer's order was missing.

    I tried to contact Ubot for support, but he seemed to be less interested in this issue.

    I would like to ask people who use the Ubot Store to see if any orders from your customers are missing.

  2.  

    determine window size not work when using ui html panel. This is my code;

    ui stat monitor($plugin function("Advanced Ubot.dll", "$on load", "HideCodeButton()", 500, "False"),"")
    define HideCodeButton {
        plugin command("Advanced Ubot.dll", "hide some menu item", "File", "False")
        plugin command("Advanced Ubot.dll", "hide some menu item", "Edit", "False")
        plugin command("Advanced Ubot.dll", "hide some menu item", "Help", "False")
        plugin command("Advanced Ubot.dll", "menu box control", "True", "False", "True")
        plugin command("Advanced Ubot.dll", "determine window size min/max", 450, 222, 450, 222)
    }
    ui html panel(my UI code,222)
    

    try

    comment("ui stat monitor($plugin function(\"Advanced Ubot.dll\", \"$on load\", \"HideCodeButton()\", 500, \"False\"),\"\")")
    on load("Bot Loaded") {
        HideCodeButton()
    }
    define HideCodeButton {
        plugin command("Advanced Ubot.dll", "hide some menu item", "File", "False")
        plugin command("Advanced Ubot.dll", "hide some menu item", "Edit", "False")
        plugin command("Advanced Ubot.dll", "hide some menu item", "Help", "False")
        plugin command("Advanced Ubot.dll", "menu box control", "True", "False", "True")
        plugin command("Advanced Ubot.dll", "determine window size min/max", 450, 222, 450, 222)
    }
    ui html panel("",222)
     
     
     

     

    • Like 1
×
×
  • Create New...