Jump to content
UBot Underground

Reinbo

Fellow UBotter
  • Content Count

    24
  • Joined

  • Last visited

Community Reputation

2 Neutral

About Reinbo

  • Rank
    Member

Profile Information

  • Gender
    Not Telling

System Specs

  • OS
    Windows 10
  • Total Memory
    More Than 9Gb
  • Framework
    unsure
  • License
    Developer Edition

Recent Profile Visitors

4216 profile views
  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!
×
×
  • Create New...