13 June, 2019 - 05:32 PM
I know that o will enjoy this
This post is by a banned member (shoslolo1) - Unhide
03 August, 2019 - 05:51 PM
dont change password
This post is by a banned member (Lastu1991) - Unhide
03 August, 2019 - 05:55 PM
Thank you very much ^^
This post is by a banned member (laibal74) - Unhide
11 September, 2019 - 12:29 PM
(25 May, 2019 - 12:25 AM)YaSserX Wrote: Show More // ==UserScript== // @ // @Namespace http://tampermonkey.net/ // @version 0.1// ==UserScript== // @ // @Namespace http://tampermonkey.net/ // @version 0.1 // @Description automate the lootbit site // @Author Bboy Tech // @ // @Grant none // ==/UserScript== (function() { this.$ = this.jQuery = jQuery.noConflict(true); var claimTimer = setInterval (function() {claim(); }, Math.floor(Math.random() * 1000) + 2000); function claim(){ var number=document.getElementById("lootbits").innerHTML; var numdown=document.getElementById("countdown_time").innerHTML; if (numdown === "00:01") { location.href = "https://lootbits.io/dashboard.php"; } else { if (number > 0) { $( ".confirm" ).click(); $( ".lootbox" ).click(); } else { //do nothing } } if (numdown === "00:00") { var href = $('#claimbtn').attr('href'); var newhref = "https://lootbits.io/dashboard.php"+href location.href = newhref; } else { //do nothing } $( "#id3a8b998253cross3a8b998253" ).click(); } document.getElementById("lootboxout").click; })();// ==UserScript== // @ // @Namespace http://tampermonkey.net/ // @version 0.1 // @Description automate the lootbit site // @Author Bboy Tech // @ // @Grant none // ==/UserScript== (function() { this.$ = this.jQuery = jQuery.noConflict(true); var claimTimer = setInterval (function() {claim(); }, Math.floor(Math.random() * 1000) + 2000); function claim(){ var number=document.getElementById("lootbits").innerHTML; var numdown=document.getElementById("countdown_time").innerHTML; if (numdown === "00:01") { location.href = "https://lootbits.io/dashboard.php"; } else { if (number > 0) { $( ".confirm" ).click(); $( ".lootbox" ).click(); } else { //do nothing } } if (numdown === "00:00") { var href = $('#claimbtn').attr('href'); var newhref = "https://lootbits.io/dashboard.php"+href location.href = newhref; } else { //do nothing } $( "#id3a8b998253cross3a8b998253" ).click(); } document.getElementById("lootboxout").click; })(); // @Description automate the lootbit site // @Author Bboy Tech // @ // @Grant none // ==/UserScript== (function() { this.$ = this.jQuery = jQuery.noConflict(true); var claimTimer = setInterval (function() {claim(); }, Math.floor(Math.random() * 1000) + 2000); function claim(){ var number=document.getElementById("lootbits").innerHTML; var numdown=document.getElementById("countdown_time").innerHTML; if (numdown === "00:01") { location.href = "https://lootbits.io/dashboard.php"; } else { if (number > 0) { $( ".confirm" ).click(); $( ".lootbox" ).click(); } else { //do nothing } } if (numdown === "00:00") { var href = $('#claimbtn').attr('href'); var newhref = "https://lootbits.io/dashboard.php"+href location.href = newhref; } else { //do nothing } $( "#id3a8b998253cross3a8b998253" ).click(); } document.getElementById("lootboxout").click; })(); |
Create an account or sign in to comment | ||
You need to be a member in order to leave a comment | ||
Create an account
Sign up for a new account in our community. It's easy!
|
or |
Sign in
Already have an account? Sign in here.
|