Greasy Fork is available in English.

Freebitcoin [2023] - Auto Roll - New Bonuses - Multiply - Lottery - Status Console

AUTOROLL SCRIPT [DEC 2023] --Auto Roll --Status Console --4+ Betting Strategies --Special graphs --Extinction bet --Balance protection --Odds -- Increase Rate --AutoRoll Low Balance paying RP --Human Simulation --NO captcha solving --Lottery tickets --1000% & WOF Bonus --Close ADS --Slower night mode --Advanced human random times .

< Valutazione su Freebitcoin [2023] - Auto Roll - New Bonuses - Multiply - Lottery - Status Console

Recensione: OK - lo script funziona, ma ha degli errori.

§
Pubblicato: 18/08/2020

hi bro , i use this in my android mobile with kiwi browser extension,unexpectedly this run's perfect but there is some problem occurred because the page is not auto refresh directly so I make a script for and use ur script along with my script

problem: my script works but due to browser thered problem my setintervel goes slows down , when I focus out of window or the page of freebtc and later I come back I always found that time slows down in the starting the difference between
my time to the page time is 1 but some time page the difference is 9 or more than it i stuck bro help me for config this out





my script for auto refresh:
// ==UserScript==
// @name Freebitco.in Time refresher
// @namespace http://tampermonkey.net/
// @version 0.3
// @description Refresh the page so that it can run in ways
// @author AVEENCrypto=$10T
// @match https://freebitco.in/*
// @grant none
// @resource jqueryJS https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js
// @resource bootstrapJS https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js
// @resource buttonCSS https://raw.githubusercontent.com/necolas/css3-github-buttons/master/gh-buttons.css
// @resource bootstrapCSS https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css
// ==/UserScript==

(function() {
'use strict';

function autoRoll(){
let first1 = document.querySelector('#fp_provably_fair_link') ;
//fetching minutes in min;
let countdown_show2 = document.getElementsByClassName('countdown_show2');
let min;
Array.from(countdown_show2).forEach(element=>{
if(Number(element.innerText.substring(0,2))){
min = element.innerText.substring(0,2);
}
else{
min = element.innerText.substring(0,1);
}


});
// if min value is undefined
if(min === undefined){
window.location.reload(true);
setTimeout(() => {
autoRoll();
},180000);
}

//timer that runs +1 in javascript when min has defined value;
else{
let startingMinutes = Number(min)+1;
let time = startingMinutes*60;
let interval = setInterval(() => {
updateCountDown()
}, 1000);
let countdown_show3;
// let html = `

${countdown_show3}

`;

let span = document.createElement('span');
let br = document.createElement('br');
async function updateCountDown(){
let minutes = Math.floor(time/60);
let seconds = time%60;
minutes = minutes<10?'0'+minutes:minutes;
seconds = seconds<10? '0'+seconds:seconds;
countdown_show3 = `${minutes}:${seconds}`;
span.innerText = 'Auto Refresh Time '+countdown_show3;
first1.prepend(span,br);
if(countdown_show3 == '00:00'){
window.location.reload(true);
clearInterval(interval);
setTimeout(() => {
autoRoll();
},180000);
}

time--;
} }
}
setTimeout(() => {
autoRoll();
},60000);
// Your code here...
})();

§
Pubblicato: 18/08/2020

Hello, can you chat me up on my mail setiencer@gmail.com

§
Pubblicato: 27/11/2020

Hi,

did you solve your problem?

Cheers
daniele

§
Pubblicato: 28/11/2020

did you manage to edit the scrip on kiwi browser?

Pubblica risposta

Accedi per pubblicare una risposta.