Jump to content
UBot Underground

Diggit Io | Free Bitcoin Farmer


Recommended Posts

Here's a bot I made which farms free bitcoins which you can gamble :)

Works quite well!

 

 

 

ui button("Click For Help") {
    alert("♣  A Few Things To Note ♣{$new line} {$new line}1. Tick The \"looping\" box to make the script repeat. {$new line} {$new line}2. Check the \'Remove Elements\" box to remove elements from the page , only leaving the chatbox. {$new line}{$new line} 3. Uncheck the \"Remove Elements\" box and hit run to restore the elements on the page.{$new line}{$new line}4. To use proxies, scrape some proxies from somewhere , and save them to a text file on your desktop. Name it \"proxies.txt\".{$new line}Then check the \"use proxies\" box on here and click run!")
}
ui button("Clear Chatbox") {
    change attribute(<id="chatbox">, "innertext", "")
}
ui button("Hide Elements") {
    change attribute(<innertext="TOTAL INVESTED">, "innertext", "Asentrix Is A Sexy Beast")
    wait(1)
    change attribute(<innertext="TOTAL DIGS">, "innertext", "Beta Version Finished After 5 Hours Of Coding")
    wait(1)
    change attribute(<innertext="TOTAL WAGERED">, "innertext", "Please Report Any Bugs At http://www.ubotstudio.com/forum/index.php?/user/21723-asentrix/")
    wait(1)
    change attribute(<id="activegamestable">, "innertext", "")
    change attribute(<class="col-md-3">, "innertext", "")
    change attribute(<id="active-games">, "innertext", "")
    change attribute($element offset(<class="container">, 5), "innertext", "")
    change attribute(<class="mfmainbox">, "value", "")
    change attribute($element offset(<class="container">, 4), "innertext", "")
    change attribute(<class="mfmainbox">, "innertext", "")
    change attribute(<class="container-fluid">, "innertext", "")
    change attribute(<id="playersonline">, "innertext", "Subscribe To My Youtube Channel For Ubot Tutorials And Guides On Making Bots Like This! https://www.youtube.com/user/Ven0mstudios")
}
ui check box("Keep looping", #loop)
ui check box("Remove Elements", #elements)
ui check box("Use Proxie(s)", #proxy)
ui button("Restore Elements") {
    navigate("https://diggit.io/?r=freebitcoinsnow", "Wait")
    wait for browser event("Everything Loaded", "")
    alert("Elements Have Been Restored.{$new line}The Script Will Now Stop{$new line}Please Restart It!.")
    stop script
}
if(#proxy) {
    then {
        change proxy($random list item($list from file("{$special folder("Desktop")}/proxies.txt")))
    }
}
navigate("https://diggit.io/?r=freebitcoinsnow", "Wait")
wait(20)
if(#elements) {
    change attribute(<id="activegamestable">, "innertext", "")
    then {
        change attribute(<class="col-md-3">, "innertext", "")
        change attribute(<id="active-games">, "innertext", "")
        change attribute($element offset(<class="container">, 5), "innertext", "")
        change attribute(<class="mfmainbox">, "value", "")
        change attribute($element offset(<class="container">, 4), "innertext", "")
        change attribute(<class="mfmainbox">, "innertext", "")
        change attribute(<class="container-fluid">, "innertext", "")
    }
}
wait(3)
change attribute(<innertext="TOTAL INVESTED">, "innertext", "Anon Is A Sexy Beast")
wait(1)
change attribute(<innertext="TOTAL DIGS">, "innertext", "Beta Version Finished After 5 Hours Of Coding")
wait(1)
change attribute(<innertext="TOTAL WAGERED">, "innertext", "Please Report Any Bugs At http://www.leakforums.org/@anon")
change attribute(<id="recentgamestable">, "innertext", "")
change attribute(<id="recentgamestable">, "innertext", "")
wait(1)
loop while(#loop) {
    change attribute(<class="sitestatvalue totalInvested btc">, "innertext", "Elements Cleaned")
    change attribute(<class="sitestatvalue totalBets">, "innertext", "Useless Shit Removed")
    change attribute(<class="sitestatvalue totalWagered btc">, "innertext", "Bot Is Functioning Correctly")
    change attribute(<id="playersonline">, "innertext", "Subscribe To My Youtube Channel For Ubot Tutorials And Guides On Making Bots Like This! https://www.youtube.com/user/Ven0mstudios")
    wait(1)
    click(<onclick=w"rain(*)">, "Left Click", "No")
    wait(5)
    if($exists(<innertext=w"This rain has already finished. Please wait for the next one*">)) {
        then {
            change attribute(<id="chatbox">, "innertext", "")
            wait for element(<onclick=w"rain(*)">, "", "Appear")
        }
    }
    if($exists(<onclick=w"rain(*)">)) {
        then {
            click(<onclick=w"rain(*)">, "Left Click", "No")
            wait(10)
            click(<class="recaptcha-checkbox-checkmark">, "Left Click", "No")
            wait(6)
            type text(<class="rc-defaultchallenge-response-field">, $solve captcha(<alt="reCAPTCHA challenge image">), "Standard")
            click(<id="recaptcha-verify-button">, "Left Click", "No")
            wait(10)
            change attribute(<id="chatbox">, "innertext", "")
        }
    }
}

 

 

• To use proxies , create a txt file on your desktop called "proxies.txt" and fill it with proxies , then select "use proxie(s)" within the program :)

• Requires DBC for full automation.

 

http://i.imgur.com/XgSK5PM.png

Edited by Asentrix
  • Like 1
Link to post
Share on other sites
  • 5 months later...
  • 3 weeks later...
  • 3 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...