// ==UserScript==
// @version 4.7
// @author [Link]
// @match [Link]
// @name [Link] AUTO ROLL (without captcha) + 100 REWARD POINTS +
1000% BONUS 2020 by [Link]
// @namespace [Link]
// @description You need to create an account to work in: [Link]
r=2878556
// @require [Link]
// @license GPL-3.0
// ==/UserScript==
(function() {
'use strict';
var body = $('body');
var points = {};
var count_min = 1;
var reward = {};
[Link] = function() {
[Link] = parseInt($('.user_reward_points').text().replace(',',""));
[Link] = {};
if ($("#bonus_container_free_points").length != 0) {
[Link] = $('#bonus_span_free_points').text();
[Link] = parseInt([Link](":")[0]);
[Link] = parseInt([Link](":")[1]);
[Link] = parseInt([Link](":")[2]);
[Link] = [Link] * 3600 +
[Link] * 60 + [Link];
} else
[Link] = 0;
[Link]([Link]);
if ([Link] !== 0) {
[Link]([Link]);
} else {
if ([Link] < 12) {
[Link]("waiting for points");
}
else if ([Link] < 120) {
[Link]("waiting for points 60");
RedeemRPProduct('free_points_1');
}
else if ([Link] < 600) {
[Link]("waiting for points 120");
RedeemRPProduct('free_points_10');
}
else if ([Link] < 1200) {
[Link]("waiting for points 600");
RedeemRPProduct('free_points_50');
}
else {
RedeemRPProduct('free_points_100');
}
if ($('#bonus_span_fp_bonus').length === 0)
if ([Link] >= 4400)
RedeemRPProduct('fp_bonus_1000');
}
};
[Link](
$('<div/>').attr('style',"position:fixed;top:45px;left:0;z-
index:999;width:350px;background-color:black;color: white; text-align: left;")
.append(
$('<div/>').attr('id','autofaucet')
.append($('<p/>').attr('style','text-
decoration:underline;').text("[Link] auto roll 2020 by
[Link]"))
.append($('<p/>').text("If you like, consider making a donation
to:"))
.append($('<p/>').text("1FZyMZaGvK9c84TYECuaEcyFvXnQgZVMCT"))
.append($('<p/>').text("(Click to copy)"))
.append($('<p/>')
)
).click(function(){
var $temp = $('<input>').val("1FZyMZaGvK9c84TYECuaEcyFvXnQgZVMCT");
[Link]($temp);
$[Link]();
[Link]("copy");
$[Link]();
})
).prepend($('<style/>')
.text("#autofaucet p { margin: 0; margin-left: 2px; text-align: left; }")
)
setTimeout([Link],1000);
setInterval([Link],60000);
$(document).ready(function(){
[Link]("Status: Page loaded.");
setTimeout(function(){
$('#free_play_form_button').click();
[Link]("Status: Button ROLL clicked.");
}, random(2000,4000));
setInterval(function(){
[Link]("Status: Elapsed time " + count_min + " minutes");
count_min = count_min + 1;
}, 60000);
setTimeout(function(){
$('.close-reveal-modal')[0].click();
[Link]("Status: Button CLOSE POPUP clicked.");
}, random(12000,18000));
setInterval(function(){
$('#free_play_form_button').click();
[Link]("Status: Button ROLL clicked again.");
}, random(3605000,3615000));
});
function random(min,max){
return min + (max - min) * [Link]();
}
})();