Jump to content
UBot Underground

gandenkohkono

Members
  • Content Count

    45
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by gandenkohkono

  1. 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",
  2. Anyone can share example code using DBC ? Because i'm received update about that https://i.imgur.com/5a7GxVS.png
  3. I hope somebody can help because I also have the same issue
  4. when i'm open this software. i can't see full option on the menu. please check https://prnt.sc/ijcudr
  5. Thanks for the inspiration. i just have little problem about translate many tutorial in here. Because i'm not use english language.
  6. i will try. and how to click boards number two like this
  7. How to use condition if exist this element. i use this code to reload pages pinterest. please correct my code if($find regular expression("Choose an image to create a Pin","<img alt=\"\" class=\"_mi _25 _3w _2h\" src=\"https?:\\/\\/sstatic1.histats.com(.*?)\">")) { then { plugin command("ExBrowser.dll", "ExBrowser ReloadPage") } }
  8. How to get last part of url and replace - with space. Example : i put this url in ui text box: http://domaiexample.com/awesome-images-of-a-parrot/ ui text box("URL :",#url) set(#lasturl,$find regular expression(#url,"^(.*[\\\\\\/])"),"Global") So, i will get awesome images of a parrot Thanks
  9. I have installed the plugin and entered the license. However. function not entered into command. And ubot loading is very heavy.
  10. Dan. please check my ticket and give me license
  11. I was try using any user agent in ubot or other manual input. but, still found problem after login. http://i63.tinypic.com/33vgjmb.png Anybody know how to login with successfully? Please help me.
  12. Thanks. but i can't login in your site. your login pages is white blank.
  13. Any some people know promo code for subscribe (update) ubot studio or promo code for another plugins?
  14. i was register on there. but. on menu download not available. "No downloads available yet."
  15. Dear all member. i hope anybody can help me to solve this issue. I can't input captcha on this form hublaagram.me This is my code set user agent("iPhone") loop(100) { navigate("https://hublaagram.me/","Wait") wait for element(<method="post">,"","Appear") type text(<username field>,"myaccountid","Standard") wait(3) type text(<password field>,"mypassword","Standard") wait(3) click(<login button>,"Left Click","No") wait for element(<last name field>,"","Appear") type text(<last name field>,$solve captcha(<src="/cacaca.p
  16. i was try to solve captcha. but Gsa Captcha Breaker give answer not correct
×
×
  • Create New...