Jump to content
UBot Underground

fastlinks

Fellow UBotter
  • Content Count

    213
  • Joined

  • Last visited

  • Days Won

    10

Everything posted by fastlinks

  1. just type *in* the search box for change dropdown, then select the element using the selector https://wiki.ubotstudio.com/wiki/Change_Dropdown
  2. Hi, a few more chrome plugin to share with you cookiebro - load and save cookies to chrome (* if you know how to upload cookie file without using open file dialog in exbrowser, please share) https://chrome.google.com/webstore/detail/cookiebro/lpmockibcakojclnfmhchibmdpmollgn?hl=en chropath - more detail xpath (right click > inspect > chropath) https://chrome.google.com/webstore/detail/chropath/ljngjbnaijcbncmcnjfhigebomdlkcjo?hl=en coordinates - find x,y on chrome https://chrome.google.com/webstore/detail/coordinates/bpflbjmbfccblbhlcmlgkajdpoiepmkd postman inspector - it show th
  3. xpath to scrape the table https://www.w3schools.com/html/html_tables.asp or use "document text" to get html source, and then regex to get the table value
  4. or to find xpath, use chrome extention: "truepath" to test xpath on chrome, use chrome extention: "xpath helper"
  5. this is v2 define solve recaptcha { set(#GoogleKey,"xxxxx4UAAAAANv7vDF_spZrXcSC0JvorM_xxxx","Global") clear list(%Debug) add list to list(%Debug,$plugin function("Advanced Captcha.dll", "$2captcha.com recaptcha", #apikey, #GoogleKey, "https://domain.com", "", "", 50, 120, "", "", "", "V2"),"Delete","Global") loop while($comparison($text length($list item(%Debug,1)),"<= Less than or equal to",15)) { clear list(%Debug) add list to list(%Debug,$plugin function("Advanced Captcha.dll", "$2captcha.com recaptcha", #apikey, #GoogleKey, "https://domain.com", "", "
  6. put an alert to show the 2captcha respond to make sure it get a respond from the plugin.
  7. hey bro, you are right, it worked to click the 1st dialog button, thanks
  8. in exbrowser, sometime we will need to confirm the action from chrome notification to continue, is there any command in exbrowser to click on this "ok"? https://prnt.sc/p2dm1q
  9. same problem, malaysia here http://ubotstudio.com/ http://support.ubotstudio.com/ Error 504 Ray ID: 50cedd686f9dc0ff • 2019-08-27 14:51:40 UTC Gateway time-out
  10. Thanks, but i think ustrap html wont work directly, because it have a "read file" command in it https://prnt.sc/ox9u8k
  11. is there any possibility to load the ustrap code as a variable from a file? i am trying to force changes to ustrap gui when bot load, so i can remotely change the GUI without user to reinstall. anyone know how to do this?
  12. "' you have an extra ' in the query
  13. navigate("https://speedcarsairports.blogspot.com/","Wait") click($element offset(<tagname="a">,1),"Left Click","No")
  14. AppData\Roaming\UBot Studio\Libraries\ i dont have ffmpeg folder here, do i need to manually download?
  15. set(#input,"Getry Blaugrana +9.8 Kondycja Korki Nigerii +13.3 Skuteczność Koszulka USA +15.6 Czytanie gry Spodenki The Blues +18.8 Czytanie gry","Global") set(#output,$replace regular expression(#input,"[+\\.\\d+]",""),"Global") alert(#output)
  16. I tested exbrowser set http proxy with username and password, but it do not work plugin command("ExBrowser.dll", "ExBrowser Launcher", "Chrome", $plugin function("ExBrowser.dll", "$ExBrowser Set HTTP Proxy", "#ip:#port", "#user", "#pass"), "") wait(3) plugin command("ExBrowser.dll", "ExBrowser Navigate", "https://www.yahoo.com") is there any special trick to make it work? i tested it on https://testmyproxies.com and the proxy is good ------------------------------------------------- ** Update: i tested it again and it worked after i reboot pc, not sure if this is the issue.
  17. Thanks for the code example does it mean this feature only save cookie for one page? or it save all the cookies in the browser? for example: if i navigate to yahoo.com.. then google.com ... and save the cookie it will save for both site or just google.com? Thanks a lot
  18. the website is https://disqus.com/next/login/#!auth%3Astart may be i do something working or i have older version, it just dont work exbrowser version 1.3.2.8 however i have use an alternative way to make it worked with a chrome extension call "cookiebro", thanks
  19. Hey bro, can you give one example? i tried to navigate to site 1, then load cookie from file, and navigate to site 1 again then i check cookie with chrome cookie manager extension, it dont load the pre-save cookies (it work only if i insert cookie one by one)
  20. I tried to save the exbrowser cookies and then load it when next run, but after inspect with cookie manager, i found that it do not load the cookie. The single insertion using "exbrowser Load cookie by domain" is working, but not the save and load cookies feature.. anyone know how to make it work?
  21. another way is to read the data from page 1, save it to a text file then on page 2 read the file and fill up the form.
×
×
  • Create New...