Jump to content
UBot Underground

pash

Fellow UBotter
  • Content Count

    3523
  • Joined

  • Last visited

  • Days Won

    167

Everything posted by pash

  1. 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", 4
  2. try alert($plugin function("Advanced Ubot.dll", "$math option", 123456.89008043, "Round", "", 4, "##.0000000"))
  3. This cannot be done because the library returns null.
  4. Of course, this method of using switch cases is not appropriate.Recommend that you use IF ELSE.And also the Ubot API doesn't support switch cases. My method might cause multiple layers of overlapping to occur.
  5. 1. see image 2. use OAuth authentication
  6. api for managing your own account.
  7. i test it work try update plugin or restart ubot Can not do it clear list(%Debug) set(#watch,$plugin function("Advanced DateTime.dll", "$datetime stop watch", "Start", ""),"Global") loop(5) { load html($replace($plugin function("Advanced DateTime.dll", "$datetime random", "01/01/2014 00:00:00", "01/02/2014 23:59:00", "UBOT (MM/dd/yyyy HH:mm:ss)", "UBOT (MM/dd/yyyy HH:mm:ss)", 50),$new line,"<br>")) add item to list(%Debug,$plugin function("Advanced DateTime.dll", "$datetime stop watch", "Watch", "dd:hh:mm:ss:ffff"),"Don\'t Delete","Global") } set(#watch,$plugin function("Ad
  8. 3.4.2.1 image caption: add option "Opacity"
  9. try alert($list total($scrape attribute(<tagname="p">,"outerhtml")))
  10. Because the wrong choice has been selected. set(#Debug,$plugin function("Advanced DateTime.dll", "$datetime converter", "10/06/2019 16:41:43", "UBOT (MM/dd/yyyy HH:mm:ss)", "UNIX", "(UTC-06:00) Central Time (US & Canada)", "(UTC-02:00) Coordinated Universal Time-02", "en-US", "en-US"),"Global")
  11. From what you said the problem has occurred recentlyShows that something is wrong with your computer.Check recently. Do you have any action?For exampleInstalling or uninstalling any programThat may affect other programsAccidentally deleting important files or registryOr may be caused by using CCleaner programOr may be caused by a computer virus infectionBut i advise you to install new windows
  12. 4.1.7.4 Update library table from excel: fix
  13. 4.1.7.2 table search: fix regex option
  14. I don't think I can use one account to manage another account. I didn't find it in the library. Maybe my knowledge may not be enough. But now I still can't find
  15. command "twitter rate limits" wait library update only
  16. 4.2.2.7 Update library. Fix credentials
×
×
  • Create New...