Jump to content
UBot Underground

Reinbo

Fellow UBotter
  • Content Count

    24
  • Joined

  • Last visited

Posts 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. that won't work :(

     

    try this -

     

    plugin command("ExBrowser.dll", "ExBrowser Launcher", "Chrome", "", "")

    plugin command("ExBrowser.dll", "ExBrowser Navigate", "chrome://settings/clearBrowserData")

    wait(3)

    plugin command("ExBrowser.dll", "ExBrowser Click", "c:* /deep/ #clearBrowsingDataConfirm")

     

    thank you very much, work perfectly  :)  (y)

  3. 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\"]")
    
    

    Screenshot_15.png

  4. Screenshot command is not working on latest version

    http://image.prntscr.com/image/f6bc1c66bb6d4499a8063f8f5de0d0a8.pnghttp://image.prntscr.com/image/85c5878c36ce45beb7570dfe68c59f9c.png

    Msg box first and then error. Error says that: The process ID 19572 is not executed.

     

    I am also the same!!

     

    http://image.prntscr.com/image/7624c9556df34b65be405ee97ab1b164.png

  5. 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 file("{$special folder("Desktop")}\\test.txt",$plugin function("Bigtable.dll", "Large list return", "test"))
    
    

    Facebook Graph API

     

    http://image.prntscr.com/image/4bb59a4bb271492d83d79f1ac2ebe27d.png

     

    save in UTF-8

     

    http://image.prntscr.com/image/38dafe9499c04897a2cbda22f36100a5.png

     

     

    Thank you

  6. 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[contains(text(),\"Just now\")]"))
    alert($plugin function("ExBrowser.dll", "$ExBrowser Scrape Element Attribute", "x://a[contains(text(),\"Just now\")]", "href"))
    
    

    thank you!

  7. 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 !!

  8. Most article directories have a script that powers the site. Like Wordpress the footprint (one of them) is "Powered by Wordpress". Article directories that use WP will most likely will have the same script (commands you make in Ubot) to create accounts,login and post. The ones that don't work are altered from  the original to avoid spam.

     

    Here are some great videos

     

    http://www.ubotstudio.com/tutorials

     

    Here is the Wiki that explains more about each command.

     

    http://wiki.ubotstudio.com/wiki/Main_Page

     

    Use google the forum search sux.

     

    site:ubotstudio.com ----------

     

    replace ---------- with what ever you are looking for.

     

    Look in the Buy Sell Trade (BST) section for scripts free and paid for examples for what you are wanting.

     

    If you are looking for someone to make your bot for you for free it will be highly unlikely.

     

    If you are looking for a fast track just buy a bot from an experienced coder that has skills, the plugins and all the bells and whistles.

     

    Most of all you're going to have to pull up your sleeves and do some work. Applying the knowledge you gain from the Videos, Google, Forum and DOING (making your own code) is absolutely priceless.

     

    There are plenty of people willing to help and there is Skype Groups to help you as well (add me on Skype if you want in). One thing is for sure all our time is valuable, respect that and you will get lot's of help. This software is not a toy it will take some time to learn.

     

     

    Hope this helps you,

     

    TC

     

    Thanks for your suggestions, I will try your suggestions.

    • Like 1
  9. 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)
        increment(#num created)
        reset account("Any")
        loop while($comparison(#used threads, ">=", #num threads)) {
            wait(1)
        }
        thread {
            in shared browser {
                if($comparison(#num created, "<=", #number accounts)) {
                    then {
                        account creation()
                    }
                    else {
                    }
                }
                decrement(#used threads)
            }
        }
    }
    define account creation {
        navigate("http://ubotstudio.com/playground/simple-form", "Wait")
        wait for element(<about me textarea>, "", "Appear")
        reset account("Any")
        set(#user, $account data("Username"), "Global")
        type text(<username field>, #user, "Standard")
        set(#pass, $account data("Password"), "Global")
        type text(<password field>, #pass, "Standard")
        click(<value="Submit">, "Left Click", "No")
        wait for element(<id="global-footer">, 60, "Appear")
        if($exists(<innertext="Account Created">)) {
            then {
                add item to list(%success create account, "{#user}:{#pass}", "Delete", "Global")
            }
            else {
            }
        }
        if($comparison(#number accounts, "=", $list total(%success create account))) {
            then {
                set(#succes blog check, $true, "Global")
            }
            else {
            }
        }
    }
    
    

    sorry for my bad english, I hope you can understand
    thanks!

×
×
  • Create New...