Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
Autockliker_Skript_999Dice_AutoPlay
SUBMITTED BY:
BeNdeR
DATE:
Feb. 8, 2018, 12:49 p.m.
FORMAT:
Text only
SIZE:
395 Bytes
Raw
Download
Tweet
HITS:
2700
Go to comments
Report
var interval;
function start_bets(_time) {
var time = _time || 2700;
var total_time = 0;
var i = 0;
var button = document.getElementById("AutoBetTargetLow");
interval = setInterval(function() {
button.click();
i++;
total_time += time;
var minuts = total_time / (1000 * 60);
console.log("Betting set: " + i + " | Time: " + minuts.toFixed(2) + "m");
}, time);
}
start_bets();
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus