Jump to content
UBot Underground

Reinbo

Fellow UBotter
  • Content Count

    24
  • Joined

  • Last visited

Everything posted by Reinbo

  1. ExBrowser "Save Screenshot Element" not working for me (ExBrowser-V1.3.2.8 + Google Chrome Version 70.0.3538.110) https://raw.githubusercontent.com/lcooke6/exb/master/Save%20Screenshot%20Element plugin command("ExBrowser.dll", "ExBrowser Navigate", "http://www.histats.com/viewstats/?act=1&operation=12&sid=0") plugin command("ExBrowser.dll", "ExBrowser Wait For Element", "//*[@id=\"captimg\"]", "Appear", 30) plugin command("ExBrowser.dll", "ExBrowser Save Screenshot Element", "//*[@id=\"captimg\"]", "{$special folder("Desktop")}\\captcha.jpg", 1, "JPG")
  2. all my bots that are compiled with version 6 are stuck on loading, I have tried deleting the browser folder but it doesn't work video:xxxxx is there a solution to fix the problem as in the video above? update: problem solved after install Microsoft Visual C++ 2015 https://www.microsoft.com/en-us/download/details.aspx?id=52685
  3. how to change ip for new version HMA v4.3 xxx, I tried it like this doesn't work shell("C:\\Program Files (x86)\\HMA! Pro VPN\\Vpn.exe -changeip")
  4. please correct my code, I want to click off the cookies button plugin command("ExBrowser.dll", "ExBrowser Navigate", "chrome://settings/content/cookies") wait(3) plugin command("ExBrowser.dll", "ExBrowser Click", "//*[@id=\"outerRow\"]")
  5. thank you very much, work perfectly (y)
  6. how do I click the "clear data" button, I tried it as below doesn't work plugin command("ExBrowser.dll", "ExBrowser Navigate", "chrome://settings/clearBrowserData") wait(3) plugin command("ExBrowser.dll", "ExBrowser Click", "//*[@id=\"clearBrowsingDataConfirm\"]")
  7. I am also the same!! http://image.prntscr.com/image/7624c9556df34b65be405ee97ab1b164.png
  8. ExBrowser HTTP Get Request how to scraping special character and save to file (csv, txt) $plugin function("ExBrowser.dll", "$ExBrowser HTTP Get Request", "https://graph.facebook.com/search?q=japan&type=group&limit=5000&access_token={#Access Token}", "") plugin command("Bigtable.dll", "Clear large list", "test") plugin command("Bigtable.dll", "large List from text", "test", $plugin function("ExBrowser.dll", "$ExBrowser HTTP Get Request", "https://graph.facebook.com/search?q=japan&type=group&limit=5000&access_token={#Access Token}", ""), $new line, "replace") save to
  9. Please help, how to get link contain innertext for exbrowser <a href="/groups/449164912345678?view=permalink&id=9386061112345678&ref=bookmarks&_ft_"><abbr>Just now</abbr></a> target : /groups/449164912345678?view=permalink&id=9386061112345678&ref=bookmarks&_ft_ already tried all but it does not work x://abbr[contains(text(),"Just now")] alert($plugin function("ExBrowser.dll", "$ExBrowser Scrape Element Attribute", "x://abbr[contains(text(),\"Just now\")]", "href")) alert($plugin function("ExBrowser.dll", "$ExBrowser Scrape Element", "x://a[c
  10. server error, license not valid http://image.prntscr.com/image/9bc1e7bcee494c41a2be3e4da9c969a1.png
  11. please help, how to delete all selected/check rows thanks! http://image.prntscr.com/image/71af9140e82f4ecd85123c7ff18c2448.png
  12. please help , it does not work for me in ubot v4 + ExBrowser 1.1.8.1, after click then disappeared video: http://www.screencast.com/t/2MUlymogB thank you!
  13. please help me, Type Text not working on Post title Blogspot, post title always disappears after publish http://prntscr.com/2qv3zj http://prntscr.com/2qv1wo navigate("https://www.blogger.com/blogger.g?blogID=250782601558675920#editor/src=header", "Wait") wait for element(<class="editorHolder">, "", "Appear") change attribute(<title="Title">, "value", "new post title blogger") click(<innertext="Publish">, "Left Click", "No") thanks in advance !!
  14. @Edward_2 I want to take articles from article directories then post to wordpress, maybe like this http://articlescraper.net/
  15. how to make a post template snippets in UBot like this {title} {description} {tag} thanks in advance
  16. Please help me, what if the #number accounts = total %success create account This is still an error, the bot can not stop ui drop down("Thread Count", "2,3,4,5,6,7,8,9,10", #num threads) ui text box("Number of accounts", #number accounts) navigate("http://ubotstudio.com/playground/simple-form", "Wait") wait for element(<about me textarea>, "", "Appear") set(#succes blog check, $false, "Global") set(#used threads, 0, "Global") set(#num created, 0, "Global") clear list(%success create account) loop while($comparison(#succes blog check, "=", $false)) { increment(#used threads) incr
×
×
  • Create New...