Jump to content
UBot Underground

pash

Fellow UBotter
  • Content Count

    3523
  • Joined

  • Last visited

  • Days Won

    167

Everything posted by pash

  1. 4.2.8.1 youtube videos list: add option "Video ID (Option)" and add more detail
  2. 4.2.8.0 youtube download: change library. (Warning option "Download Progress" not work on new library)
  3. 1. try v3.2.4.2 2. Not specified in the library. I think it should be 10.
  4. remove all in folder "C:\Users\Netman\AppData\Local\Temp\"
  5. 3.1.2.0 dropdown dialog: add option "Label (Color,Font Color,Left,Top,Right,Bottom)" dropdown dialog: fix not show on small size dropdown dialog: VerticalAlignment="Top"
  6. no. It is called from ui html, so before using it, make sure that there are no errors.
  7. 4.2.7.8 youtube download: change option "Download Progress (Variable name only)" to "Download Progress (List name only)" [Requested by Jane]
  8. new config file use ; Run node & show variable, list, table valueRun Node & Show Value = Ctrl + Shift + Space
  9. 3.3.3.0 add new command ui html run define: run define in ui html add new sample file ui html run define.ubot #s3gt_translate_tooltip_mini { display: none !important; }
  10. not sure other this in plugin "Advanced Data Text File" add list to list(%Test,$find regular expression("Adriana C. Ocampo UriaAlbert Einstein Anna K. Behrensmeyer Blaise Pascal Caroline Herschel Cecilia Payne-Gaposchkin",".*?\\n"),"Don\'t Delete","Global") plugin command("Advanced Data Text File.dll", "list remove empty", %Test)
  11. no direct $trim command for list. 1. loop list and $trim each item 2. add list to list(%Test,$list from text($replace regular expression("Adriana C. Ocampo UriaAlbert Einstein Anna K. Behrensmeyer Blaise Pascal Caroline Herschel Cecilia Payne-Gaposchkin","\\n\\n"," "),$new line),"Delete","Global")3. use plugin.
  12. I'm sorry. But the UBot API doesn't have a browser or cookie interface.So it can't be done
  13. https://wiki.ubotstudio.com/wiki/Cookie_Control
  14. send Control+S to Chrome wait(1) plugin command("Advanced Screen and Windows.dll", "app window to top", "Windows Title", "Google - Google Chrome", "Chrome_WidgetWin_1") wait(1) plugin command("Advanced Screen and Windows.dll", "send keys focus active window", "^\{s\}", "Mode 1", 1000, 100)not sure for save video.
  15. 4.0.9.4 (BETA)threads control: add option "Threads Prefix"threads control monitor: add option "Threads Prefix"threads control threads: add option "Threads Prefix" add new sample filethreads control 02-04-2019.ubot
  16. use command "wordpress get post" see at "Link" or "Permalink" columns
  17. very easy. ui text box("Min 6 Char",#pass) if($comparison($plugin function("Advanced Data Text File.dll", "$char count", #pass, "True"),">= Greater than or equal to",6)) { then { alert("Continue working") } else { alert("Hmm, it\'s less than 6 characters, not through.") } }
  18. no bug. Too little length. Try 1234
  19. i recommend scrape link and use "navigate" command
  20. see exemple file "$list merge 23-03-2019.ubot" and "$string merge 23-03-2019.ubot"
×
×
  • Create New...