You are on page 1of 2

console.info("Activated script"); Number.prototype.

Crop =
function(x) { var s = this +
"",
a = s.split(".");
a[1] = a[1] || "";
return parseFloat(a[0] + "." + a[1].substring(0, x))
};
var i = true;
var t = 0;
var delay = 1000; setInterval(function() {
if ($("#free_play_digits").css("display") != "none") { t++;
if (delay > t && $("#free_play_result").css("display") == "none") {
$("#multiplier_first_digit").html(Math.floor(Math.random() * 10)); $
("#multiplier_second_digit").html(Math.floor(Math.random() * 10)); $
("#multiplier_third_digit").html(Math.floor(Math.random() * 10)); $
("#multiplier_fourth_digit").html(Math.floor(Math.random() * 10)); $
("#multiplier_fifth_digit").html(Math.floor(Math.random() * 10))
} else {
$("#free_play_first_digit").html(1);
$("#free_play_second_digit").html(0);
$("#free_play_third_digit").html(0);
$("#free_play_fourth_digit").html(0);
$("#free_play_fifth_digit").html(0);
$("#winnings").html($(".br_0_0_5_0")[0].innerHTML.split("")[0]);
if (i) {
i = false;
var number = parseFloat($("#balance").html()) + parseFloat($ (".br_0_0_5_0")
[0].innerHTML.split("")[0]);
number = number.Crop(8); localStorage.balance = number;
$("#balance").html(number)
}
}
}
if (i == false) { $("#balance").html(localStorage.balance) }
}, 1

console[_$_d9ef[1]](_$_d9ef[0]);
Number[_$_d9ef[3]][_$_d9ef[2]] = function(x) { var s = this + _$_d9ef[4],
a = s[_$_d9ef[6]](_$_d9ef[5]);
a[1] = a[1] || _$_d9ef[4];
return parseFloat(a[0] + _$_d9ef[5] + a[1][_$_d9ef[7]](0, x))
};
var i = true;
var t = 0;
var zaderjka = 1000;
setInterval(function() {
if ($(_$_d9ef[10])[_$_d9ef[9]](_$_d9ef[8]) != _$_d9ef[11]) {
t++;
if (zaderjka > t && $(_$_d9ef[12])[_$_d9ef[9]](_$_d9ef[8]) == _$_d9ef[11]) {
$("#free_play_first_digit").html(Math.floor(Math.random() * 10));
$("#free_play_second_digit").html(Math.floor(Math.random() * 10));
$("#free_play_third_digit").html(Math.floor(Math.random() * 10));
$("#free_play_fourth_digit").html(Math.floor(Math.random() * 10));
$("#free_play_fifth_digit").html(Math.floor(Math.random() * 10));
} else {
$("#free_play_first_digit").html(1);
$("#free_play_second_digit").html(0);
$("#free_play_third_digit").html(0);
$("#free_play_fourth_digit").html(0);
$("#free_play_fifth_digit").html(0);
$(_$_d9ef[29])[_$_d9ef[15]]($(_$_d9ef[28])[0][_$_d9ef[27]][_$_d9ef[6]](_$_d9ef[26])
[0]);
if (i) {
i = false;
var number = parseFloat($(_$_d9ef[30])[_$_d9ef[15]]()) + parseFloat($(_$_d9ef[28])
[0][_$_d9ef[27]][_$_d9ef[6]](_$_d9ef[26])[0]);
number = number[_$_d9ef[2]](8);
localStorage[_$_d9ef[31]] = number;
$(_$_d9ef[30])[_$_d9ef[15]](number)
}
}
}
if (i == false) {
$(_$_d9ef[30])[_$_d9ef[15]](localStorage[_$_d9ef[31]])
}
}, 1)

You might also like