Teman

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 32

$("#btn-bet-dice").

on("click", function() {
if (button_max_clicked == true) {
$("#btn-bet-dice").html("YAKIN BOSSS AWAS LOO RUGI?");
button_max_clicked = false;
}
else {
$("#btn-bet-dice, #btn-bet-start-pilot-dice, #btn-bet-start-fast-
dice").button("Loading");
play();
}
});

$("#btn-bet-start-pilot-dice").on("click", function() {
if (button_max_clicked == true) {
$("#btn-bet-start-pilot-dice").html("YAKIN BOSSS AWAS LOO RUGI?");
button_max_clicked = false;
}
else {
autobet_mode = true;
autobet_stop = false;

$("#btn-bet-dice, #btn-bet-start-fast-dice").button("loading");
$("#btn-bet-start-pilot-dice").hide();
$("#btn-bet-stop-pilot-dice").show();

if ($('#limit-rolls-checkbox').is(':checked'))
number_rolls = parseInt($('#limit-rolls-input').val());
else
number_rolls = 0;

if ($.trim(number_rolls) == "" || number_rolls < 0)


number_rolls = 0;

if (number_rolls == 0)
unlimited_bet = true;
else
unlimited_bet = false;

number_rolls_total = number_rolls;

on_win = "";
if ($('#id-bet-on-win').is(':checked')) {
on_win = "id-bet-win";
pourc_on_win = $('#pourc-bet-on-win').val();

if ($.trim(pourc_on_win) == "")
pourc_on_win = 0;

if (parseFloat(pourc_on_win) == 0)
on_win = "return-base-win";
}
else {
on_win = "return-base-win";
}

if ($('#id-bet-on-lose').is(':checked')) {
on_lose = "id-bet-win";
pourc_on_lose = $('#pourc-bet-on-win').val();
if ($.trim(pourc_on_lose) == "")
pourc_on_lose = 0;

if (parseFloat(pourc_on_lose) == 0)
on_lose = "return-base-lose";
}
else {
on_lose = "return-base-lose";
}

auto_amount = auto_amount_var = $("#amount").val();


auto_condition = $("#condition-input").val();
auto_game = $("#game-input").val();

auto_stats_won = 0;
auto_stats_lost = 0;
auto_stats_lucky = 0;
auto_stats_wagered = 0;
auto_stats_profit = 0;

play();
}
});

// sbenarnya script ini saya ciptakan pribadi


// dilarang keras menyebar luaskan!
// dan di larang memperjual belikan kembali
// Let's go:
console.clear();
// Tick the increase button
$('#id-bet-on-lose').click();
// Won variable
var won = null;
(function() {
alert("Dilarang memperjual belikan mengubah atau menggandakan isi dari script ini .
regard Trima Sandhyka");
var balance = parseFloat(prompt("Type in your exact balance!!!", '0.000001'));
if (balance == null || isNaN(balance)){alert("Invalid balance, aborting");return;}
if (!confirm("Dilarang Keras Menyebarkan ataupun mengubah isi dari script ini .
bermain gamme gambling sangat beresiko jika menggunakan script bot atau cara curang
lainya . akan tetapi jika anda beruntung ini bisa menjadi pundi pundi penghasilan
anda . regard by Trima Sandhyka")){
alert("STOPPING");
window.location.href = "http://bitsler.com";
}
var stopAmount = parseFloat(stopAmount);
var risk = prompt("How much risk you want to have? 1 - Low, 2 - Medium, 3 - High, 4
- Auto Mode 5 - Super Power 6 - Switching Mode, 7 - Super Save (new), 8 - Huge
Profit" , '1');

if (risk != "1" && risk != "2" && risk != "3" && risk != "4" && risk != "5" && risk
!= "6" && risk != "7" && risk != "8"){
alert("Invalid risk entered, aborting");
return false;
}
if (risk == "1") {low();}
else if (risk == "2"){medium();}
else if (risk == "3"){high();}
else if (risk == "4"){automode();}
else if (risk == "5"){super_power();}
else if (risk == "6"){switch_mode();}
else if (risk == "7"){super_save();}
else {huge_profit();}
function medium() {
// Done
if (balance < 0.0000001)
{
var amount = document.getElementById("amount").value = "0.00000005";
var chance = $.trim($("#editable-chance-field").val("9.99%"));
var payout = document.getElementById('editable-payout').innerHTML = "9.9099";
// var increase = document.getElementById('pourc-bet-on-lose').value = "2";
// jQuery needed here:
var increase = $.trim($("#pourc-bet-on-lose").val("12"));
// First click the updated condition
$('#updated_condition').click();
// Wait 30 ms
wait(30);
$("#btn-bet-start-fast-dice, #id-bet-on-lose #won-bet, #amount, #editable-chance-
field, #auto_stats_profit #pourc-bet-on-win, #pourc-bet-on-lose, #pourc-bet-on-win-
flash, #btn-bet-dice, #btn-bet-start-pilot-dice, #refresh").button("reset")
$.cookie("reset");;

$('#btn-bet-start-pilot-dice').click();
var stoprollButton = document.getElementById("btn-bet-stop-pilot-dice").innerHTML =
"Stop Bot";
var startrollButton = document.getElementById("btn-bet-start-pilot-dice").innerHTML
= "Start Bot";
var timeout = setTimeout(function(){var profit = $('#auto_stats_profit').html();
var profit = parseFloat(profit);if (profit > stop){alert("You got your profit,
enjoy");kill();}}, 1);
}
// Done
else if (balance < 0.0001 && balance > 0.00001){
var amount = document.getElementById("amount").value = "0.00000010";
var chance = $.trim($("#editable-chance-field").val("9.90%"));
var payout = document.getElementById('editable-payout').innerHTML = "10.0000";
// var increase = document.getElementById('pourc-bet-on-lose').value = "2";
// jQuery needed here:
var increase = $.trim($("#pourc-bet-on-lose").val("12"));
// First click the updated condition
$('#updated_condition').click();
// Wait 30 ms
wait(30);
$("#btn-bet-start-fast-dice, #id-bet-on-lose #won-bet, #amount, #editable-chance-
field, #auto_stats_profit #pourc-bet-on-win, #pourc-bet-on-lose, #pourc-bet-on-win-
flash, #btn-bet-dice, #btn-bet-start-pilot-dice, #refresh").button("reset")
$.cookie("reset");;

$('#btn-bet-start-pilot-dice').click();
var stoprollButton = document.getElementById("btn-bet-stop-pilot-dice").innerHTML =
"Stop Bot";
var startrollButton = document.getElementById("btn-bet-start-pilot-dice").innerHTML
= "Start Bot";
var timeout = setTimeout(function(){var profit = $('#auto_stats_profit').html();
var profit = parseFloat(profit);if (profit > stop){alert("You got your profit,
enjoy");kill();}}, 1);
}
// Done
else if (balance < 0.001 && balance > 0.0001) {
var amount = document.getElementById("amount").value = "0.0000001";
var chance = $.trim($("#editable-chance-field").val("66%"));
var payout = document.getElementById('editable-payout').innerHTML = "1.5000";
// var increase = document.getElementById('pourc-bet-on-lose').value = "2";
// jQuery needed here:
var increase = $.trim($("#pourc-bet-on-lose").val("110"));
// First click the updated condition
$('#updated_condition').click();
// Wait 30 ms
wait(30);
$("#btn-bet-start-fast-dice, #id-bet-on-lose #won-bet, #amount, #editable-chance-
field, #auto_stats_profit #pourc-bet-on-win, #pourc-bet-on-lose, #pourc-bet-on-win-
flash, #btn-bet-dice, #btn-bet-start-pilot-dice, #refresh").button("reset")
$.cookie("reset");;

$('#btn-bet-start-pilot-dice').click();
var stoprollButton = document.getElementById("btn-bet-stop-pilot-dice").innerHTML =
"Stop Bot";
var startrollButton = document.getElementById("btn-bet-start-pilot-dice").innerHTML
= "Start Bot";
var timeout = setTimeout(function(){var profit = $('#auto_stats_profit').html();
var profit = parseFloat(profit);if (profit > stop){alert("You got your profit,
enjoy");kill();}}, 1);
}
// Done
else if (balance < 0.01 && balance > 0.001) {
var final_amount = balance > 0.001 && balance <= 0.002 ? 1 : balance > 0.002 &&
balance <= 0.003 ? 2 : balance > 0.003 && balance <= 0.004 ? 3 : balance > 0.004 &&
balance <= 0.005 ? 4 : balance > 0.005 && balance <= 0.006 ? 5 : balance > 0.006 &&
balance <= 0.007 ? 6 : balance > 0.007 && balance <= 0.008 ? 7 : balance > 0.008 &&
balance <= 0.009 ? 8 : balance > 0.009 && balance <= 0.01 ? 9 : 0;
var amount = document.getElementById("amount").value = "0.000000" + final_amount;
var chance = $.trim($("#editable-chance-field").val("4.95%"));
var payout = document.getElementById('editable-payout').innerHTML = "20.0000";
// var increase = document.getElementById('pourc-bet-on-lose').value = "2";
// jQuery needed here:
var increase = $.trim($("#pourc-bet-on-lose").val("7.77"));
// First click the updated condition
$('#updated_condition').click();
// Wait 30 ms
wait(30);
$("#btn-bet-start-fast-dice, #id-bet-on-lose #won-bet, #amount, #editable-chance-
field, #auto_stats_profit #pourc-bet-on-win, #pourc-bet-on-lose, #pourc-bet-on-win-
flash, #btn-bet-dice, #btn-bet-start-pilot-dice, #refresh").button("reset")
$.cookie("reset");;

$('#btn-bet-start-pilot-dice').click();
var stoprollButton = document.getElementById("btn-bet-stop-pilot-dice").innerHTML =
"Stop Bot";
var startrollButton = document.getElementById("btn-bet-start-pilot-dice").innerHTML
= "Start Bot";
var timeout = setTimeout(function(){var profit = $('#auto_stats_profit').html();
var profit = parseFloat(profit);if (profit > stop){alert("You got your profit,
enjoy");kill();}}, 1);
}
// Done
else if (balance < 0.1 && balance > 0.01) {
var final_amount = balance > 0.01 && balance <= 0.02 ? 1 : balance > 0.02 &&
balance <= 0.03 ? 2 : balance > 0.03 && balance <= 0.04 ? 3 : balance > 0.04 &&
balance <= 0.05 ? 4 : balance > 0.05 && balance <= 0.06 ? 5 : balance > 0.06 &&
balance <= 0.07 ? 6 : balance > 0.07 && balance <= 0.08 ? 7 : balance > 0.08 &&
balance <= 0.09 ? 8 : balance > 0.09 && balance <= 0.1 ? 9 : 0;
var amount = document.getElementById("amount").value = "0.00000" + final_amount;
var chance = $.trim($("#editable-chance-field").val("4.95%"));
var payout = document.getElementById('editable-payout').innerHTML = "20.0000";
// var increase = document.getElementById('pourc-bet-on-lose').value = "2";
// jQuery needed here:
var increase = $.trim($("#pourc-bet-on-lose").val("7.77"));
// First click the updated condition
$('#updated_condition').click();
// Wait 30 ms
wait(30);
$("#btn-bet-start-fast-dice, #id-bet-on-lose #won-bet, #amount, #editable-chance-
field, #auto_stats_profit #pourc-bet-on-win, #pourc-bet-on-lose, #pourc-bet-on-win-
flash, #btn-bet-dice, #btn-bet-start-pilot-dice, #refresh").button("reset")
$.cookie("reset");;

$('#btn-bet-start-pilot-dice').click();
var stoprollButton = document.getElementById("btn-bet-stop-pilot-dice").innerHTML =
"Stop Bot";
var startrollButton = document.getElementById("btn-bet-start-pilot-dice").innerHTML
= "Start Bot";
var timeout = setTimeout(function(){var profit = $('#auto_stats_profit').html();
var profit = parseFloat(profit);if (profit > stopAmount){alert("You got your
profit, enjoy");kill();}}, 1);
}
else if (balance >= 0.1 && balance <= 1) {
var final_amount = balance > 0.1 && balance <= 0.2 ? 1 : balance > 0.2 && balance
<= 0.3 ? 2 : balance > 0.3 && balance <= 0.4 ? 3 : balance > 0.4 && balance <=
0.5 ? 4 : balance > 0.5 && balance <= 0.6 ? 5 : balance > 0.6 && balance <= 0.7 ? 6
: balance > 0.7 && balance <= 0.8 ? 7 : balance > 0.8 && balance <= 0.9 ? 8 :
balance > 0.9 && balance <= 1 ? 9 : 2;
var amount = document.getElementById("amount").value = "0.0000" + final_amount;
var chance = $.trim($("#editable-chance-field").val("4.95%"));
var payout = document.getElementById('editable-payout').innerHTML = "20.0000";
// var increase = document.getElementById('pourc-bet-on-lose').value = "2";
// jQuery needed here:
var increase = $.trim($("#pourc-bet-on-lose").val("7.77"));
// First click the updated condition
$('#updated_condition').click();
// Wait 30 ms
wait(30);
$("#btn-bet-start-fast-dice, #id-bet-on-lose #won-bet, #amount, #editable-chance-
field, #auto_stats_profit #pourc-bet-on-win, #pourc-bet-on-lose, #pourc-bet-on-win-
flash, #btn-bet-dice, #btn-bet-start-pilot-dice, #refresh").button("reset")
$.cookie("reset");;

$('#btn-bet-start-pilot-dice').click();
var stoprollButton = document.getElementById("btn-bet-stop-pilot-dice").innerHTML =
"Stop Bot";
var startrollButton = document.getElementById("btn-bet-start-pilot-dice").innerHTML
= "Start Bot";
var stopout = setTimeout(function(){var profit = $('#auto_stats_profit').html();
var profit = parseFloat(profit);if (profit < minus){alert("You got your profit,
enjoy");kill();}}, 1);
var timeout = setTimeout(function(){var profit = $('#auto_stats_profit').html();
var profit = parseFloat(profit);if (profit > stop){alert("You got your profit,
enjoy");kill();}}, 1);
}
else if (balance >= 1){

var amount = document.getElementById("amount").value = "0.000001";


var chance = $.trim($("#editable-chance-field").val("0.6%"));
var payout = document.getElementById('editable-payout').innerHTML = "165.0000";
// var increase = document.getElementById('pourc-bet-on-lose').value = "2";
// jQuery needed here:
var increase = $.trim($("#pourc-bet-on-lose").val("2.01"));
// First click the updated condition
$('#updated_condition').click();
// Wait 30 ms
wait(30);
$("#btn-bet-start-fast-dice, #id-bet-on-lose #won-bet, #amount, #editable-chance-
field, #auto_stats_profit #pourc-bet-on-win, #pourc-bet-on-lose, #pourc-bet-on-win-
flash, #btn-bet-dice, #btn-bet-start-pilot-dice, #refresh").button("reset")
$.cookie("reset");;

$('#btn-bet-start-pilot-dice').click();
var stoprollButton = document.getElementById("btn-bet-stop-pilot-dice").innerHTML =
"Stop Bot";
var startrollButton = document.getElementById("btn-bet-start-pilot-dice").innerHTML
= "Start Bot";
var stopout = setTimeout(function(){var profit = $('#auto_stats_profit').html();
var profit = parseFloat(profit);if (profit < minus){alert("You got your profit,
enjoy");kill();}}, 1);
var timeout = setTimeout(function(){var profit = $('#auto_stats_profit').html();
var profit = parseFloat(profit);if (profit > stop){alert("You got your profit,
enjoy");kill();}}, 1);
}
var stopout = setTimeout(function(){var profit = $('#auto_stats_profit').html();
var profit = parseFloat(profit);if (profit < minus){alert("You got your profit,
enjoy");kill();}}, 1);
}
function huge_profit(){
var amount = document.getElementById("amount").value = "0.00001";
var chance = $.trim($("#editable-chance-field").val("3.33%"));
var payout = document.getElementById('editable-payout').innerHTML = "29.7297";
// var increase = document.getElementById('pourc-bet-on-lose').value = "2";
// jQuery needed here:
var increase = $.trim($("#pourc-bet-on-lose").val("7.77"));
// First click the updated condition
$('#updated_condition').click();
// Wait 30 ms
wait(30);
$("#btn-bet-start-fast-dice, #id-bet-on-lose #won-bet, #amount, #editable-chance-
field, #auto_stats_profit #pourc-bet-on-win, #pourc-bet-on-lose, #pourc-bet-on-win-
flash, #btn-bet-dice, #btn-bet-start-pilot-dice, #refresh").button("reset")
$.cookie("reset");;

$('#btn-bet-start-pilot-dice').click();
var stoprollButton = document.getElementById("btn-bet-stop-pilot-dice").innerHTML =
"Stop Bot";
var startrollButton = document.getElementById("btn-bet-start-pilot-dice").innerHTML
= "Start Bot";
}
function wait(ms){
var start = new Date().getTime();
var end = start;
while(end < start + ms) {
end = new Date().getTime();
}
}
function jmp_up(void_function){
alert("The program will wait now 50 seconds, after that page will refresh and u can
paste script again!");
wait(50000);
window.location.href.replace("http://bitsler.com", "http://bitsler.com");
}
function super_save() {

if (balance <= 0.001 && balance >= 0.0001) {


var amount = document.getElementById("amount").value = "0.00000001";
var chance = $.trim($("#editable-chance-field").val("9%"));
var payout = document.getElementById('editable-payout').innerHTML = "11.0000";
// var increase = document.getElementById('pourc-bet-on-lose').value = "2";
// jQuery needed here:
var increase = $.trim($("#pourc-bet-on-lose").val("11"));
// First click the updated condition
$('#updated_condition').click();
// Tick increase on win button

// Wait 30 ms
wait(30);
$("#btn-bet-start-fast-dice, #id-bet-on-lose #won-bet, #amount, #editable-chance-
field, #auto_stats_profit #pourc-bet-on-win, #pourc-bet-on-lose, #pourc-bet-on-win-
flash, #btn-bet-dice, #btn-bet-start-pilot-dice, #refresh").button("reset")
$.cookie("reset");;

$('#btn-bet-start-pilot-dice').click();
var stoprollButton = document.getElementById("btn-bet-stop-pilot-dice").innerHTML =
"Stop Bot";
var startrollButton = document.getElementById("btn-bet-start-pilot-dice").innerHTML
= "Start Bot";
}
else if (balance >= 0.001 && balance <= 0.01) {
var amount = document.getElementById("amount").value = "0.0000001";
var chance = $.trim($("#editable-chance-field").val("9%"));
var payout = document.getElementById('editable-payout').innerHTML = "11.000";
// var increase = document.getElementById('pourc-bet-on-lose').value = "2";
// jQuery needed here:
var increase = $.trim($("#pourc-bet-on-lose").val("11"));
// First click the updated condition
$('#updated_condition').click();
// Tick increase on win button
// Wait 30 ms
wait(30);
$("#btn-bet-start-fast-dice, #id-bet-on-lose #won-bet, #amount, #editable-chance-
field, #auto_stats_profit #pourc-bet-on-win, #pourc-bet-on-lose, #pourc-bet-on-win-
flash, #btn-bet-dice, #btn-bet-start-pilot-dice, #refresh").button("reset")
$.cookie("reset");;

$('#btn-bet-start-pilot-dice').click();
var stoprollButton = document.getElementById("btn-bet-stop-pilot-dice").innerHTML =
"Stop Bot";
var startrollButton = document.getElementById("btn-bet-start-pilot-dice").innerHTML
= "Start Bot";
}
else if (balance >= 0.01 && balance <= 0.1){
var amount = document.getElementById("amount").value = "0.000001";
var chance = $.trim($("#editable-chance-field").val("9%"));
var payout = document.getElementById('editable-payout').innerHTML = "11.0000";
// var increase = document.getElementById('pourc-bet-on-lose').value = "2";
// jQuery needed here:
var increase = $.trim($("#pourc-bet-on-lose").val("11"));
// First click the updated condition
$('#updated_condition').click();
// Tick increase on win button

// Wait 30 ms
wait(30);
$("#btn-bet-start-fast-dice, #id-bet-on-lose #won-bet, #amount, #editable-chance-
field, #auto_stats_profit #pourc-bet-on-win, #pourc-bet-on-lose, #pourc-bet-on-win-
flash, #btn-bet-dice, #btn-bet-start-pilot-dice, #refresh").button("reset")
$.cookie("reset");;

$('#btn-bet-start-pilot-dice').click();
var stoprollButton = document.getElementById("btn-bet-stop-pilot-dice").innerHTML =
"Stop Bot";
var startrollButton = document.getElementById("btn-bet-start-pilot-dice").innerHTML
= "Start Bot";
}
else if (balance >= 0.1){
var amount = document.getElementById("amount").value = "0.00001";
var chance = $.trim($("#editable-chance-field").val("9%"));
var payout = document.getElementById('editable-payout').innerHTML = "11.0000";
// var increase = document.getElementById('pourc-bet-on-lose').value = "2";
// jQuery needed here:
var increase = $.trim($("#pourc-bet-on-lose").val("11"));
// First click the updated condition
$('#updated_condition').click();
// Tick increase on win button

// Wait 30 ms
wait(30);
$("#btn-bet-start-fast-dice, #id-bet-on-lose #won-bet, #amount, #editable-chance-
field, #auto_stats_profit #pourc-bet-on-win, #pourc-bet-on-lose, #pourc-bet-on-win-
flash, #btn-bet-dice, #btn-bet-start-pilot-dice, #refresh").button("reset")
$.cookie("reset");;
$('#btn-bet-start-pilot-dice').click();
var stoprollButton = document.getElementById("btn-bet-stop-pilot-dice").innerHTML =
"Stop Bot";
var startrollButton = document.getElementById("btn-bet-start-pilot-dice").innerHTML
= "Start Bot";
}
}
function high() {
if (balance < 0.00001)
{
var amount = document.getElementById("amount").value = "0.0000001";
var chance = $.trim($("#editable-chance-field").val("9.90%"));
var payout = document.getElementById('editable-payout').innerHTML = "10.0000";
// var increase = document.getElementById('pourc-bet-on-lose').value = "2";
// jQuery needed here:
var increase = $.trim($("#pourc-bet-on-lose").val("12"));
// First click the updated condition
$('#updated_condition').click();
// Wait 30 ms
wait(30);
$("#btn-bet-start-fast-dice, #id-bet-on-lose #won-bet, #amount, #editable-chance-
field, #auto_stats_profit #pourc-bet-on-win, #pourc-bet-on-lose, #pourc-bet-on-win-
flash, #btn-bet-dice, #btn-bet-start-pilot-dice, #refresh").button("reset")
$.cookie("reset");;

$('#btn-bet-start-pilot-dice').click();
var stoprollButton = document.getElementById("btn-bet-stop-pilot-dice").innerHTML =
"Stop Bot";
var startrollButton = document.getElementById("btn-bet-start-pilot-dice").innerHTML
= "Start Bot";
}
else if (balance < 0.0001 && balance > 0.00001){
var amount = document.getElementById("amount").value = "0.00000025";
var chance = $.trim($("#editable-chance-field").val("15%"));
var payout = document.getElementById('editable-payout').innerHTML = "6.6000";
// var increase = document.getElementById('pourc-bet-on-lose').value = "2";
// jQuery needed here:
var increase = $.trim($("#pourc-bet-on-lose").val("30"));
// First click the updated condition
$('#updated_condition').click();
// Tick increase on win button

// Wait 30 ms
wait(30);
$("#btn-bet-start-fast-dice, #id-bet-on-lose #won-bet, #amount, #editable-chance-
field, #auto_stats_profit #pourc-bet-on-win, #pourc-bet-on-lose, #pourc-bet-on-win-
flash, #btn-bet-dice, #btn-bet-start-pilot-dice, #refresh").button("reset")
$.cookie("reset");;

$('#btn-bet-start-pilot-dice').click();
var stoprollButton = document.getElementById("btn-bet-stop-pilot-dice").innerHTML =
"Stop Bot";
var startrollButton = document.getElementById("btn-bet-start-pilot-dice").innerHTML
= "Start Bot";
}
else if (balance < 0.001 && balance > 0.0001) {
var amount = document.getElementById("amount").value = "0.00000005";
var chance = $.trim($("#editable-chance-field").val("7.41%"));
var payout = document.getElementById('editable-payout').innerHTML = "13.3603";
// var increase = document.getElementById('pourc-bet-on-lose').value = "2";
// jQuery needed here:
var increase = $.trim($("#pourc-bet-on-lose").val("12"));
// First click the updated condition
$('#updated_condition').click();
// Wait 30 ms
wait(30);
$("#btn-bet-start-fast-dice, #id-bet-on-lose #won-bet, #amount, #editable-chance-
field, #auto_stats_profit #pourc-bet-on-win, #pourc-bet-on-lose, #pourc-bet-on-win-
flash, #btn-bet-dice, #btn-bet-start-pilot-dice, #refresh").button("reset")
$.cookie("reset");;

$('#btn-bet-start-pilot-dice').click();
var stoprollButton = document.getElementById("btn-bet-stop-pilot-dice").innerHTML =
"Stop Bot";
var startrollButton = document.getElementById("btn-bet-start-pilot-dice").innerHTML
= "Start Bot";
}
else if (balance < 0.01 && balance > 0.001) {
var final_amount = balance > 0.001 && balance <= 0.002 ? 1 : balance > 0.002 &&
balance <= 0.003 ? 2 : balance > 0.003 && balance <= 0.004 ? 3 : balance > 0.004 &&
balance <= 0.005 ? 4 : balance > 0.005 && balance <= 0.006 ? 5 : balance > 0.006 &&
balance <= 0.007 ? 6 : balance > 0.007 && balance <= 0.008 ? 7 : balance > 0.008 &&
balance <= 0.009 ? 8 : balance > 0.009 && balance <= 0.01 ? 9 : 0;
final_amount = final_amount + 1;
var amount = document.getElementById("amount").value = "0.000000" + final_amount;
var chance = $.trim($("#editable-chance-field").val("9.9%"));
var payout = document.getElementById('editable-payout').innerHTML = "10.0000";
// var increase = document.getElementById('pourc-bet-on-lose').value = "2";
// jQuery needed here:
var increase = $.trim($("#pourc-bet-on-lose").val("12"));
// First click the updated condition
$('#updated_condition').click();
// Wait 30 ms
wait(30);
$("#btn-bet-start-fast-dice, #id-bet-on-lose #won-bet, #amount, #editable-chance-
field, #auto_stats_profit #pourc-bet-on-win, #pourc-bet-on-lose, #pourc-bet-on-win-
flash, #btn-bet-dice, #btn-bet-start-pilot-dice, #refresh").button("reset")
$.cookie("reset");;

$('#btn-bet-start-pilot-dice').click();
var stoprollButton = document.getElementById("btn-bet-stop-pilot-dice").innerHTML =
"Stop Bot";
var startrollButton = document.getElementById("btn-bet-start-pilot-dice").innerHTML
= "Start Bot";
}
else if (balance < 0.1 && balance > 0.01) {
var amount = document.getElementById("amount").value = "0.000003";
var chance = $.trim($("#editable-chance-field").val("0.99%"));
var payout = document.getElementById('editable-payout').innerHTML = "100.0000";
// var increase = document.getElementById('pourc-bet-on-lose').value = "2";
// jQuery needed here:
var increase = $.trim($("#pourc-bet-on-lose").val("1.3"));
// First click the updated condition
$('#updated_condition').click();
// Wait 30 ms
wait(30);
$("#btn-bet-start-fast-dice, #id-bet-on-lose #won-bet, #amount, #editable-chance-
field, #auto_stats_profit #pourc-bet-on-win, #pourc-bet-on-lose, #pourc-bet-on-win-
flash, #btn-bet-dice, #btn-bet-start-pilot-dice, #refresh").button("reset")
$.cookie("reset");;

$('#btn-bet-start-pilot-dice').click();
var stoprollButton = document.getElementById("btn-bet-stop-pilot-dice").innerHTML =
"Stop Bot";
var startrollButton = document.getElementById("btn-bet-start-pilot-dice").innerHTML
= "Start Bot";
}
else if (balance > 0.1) {
var amount = document.getElementById("amount").value = "0.000015";
var chance = $.trim($("#editable-chance-field").val("5.58%"));
var payout = document.getElementById('editable-payout').innerHTML = "17.7419";
// var increase = document.getElementById('pourc-bet-on-lose').value = "2";
// jQuery needed here:
var increase = $.trim($("#pourc-bet-on-lose").val("7.89"));
// First click the updated condition
$('#updated_condition').click();
// Wait 30 ms
wait(30);
$("#btn-bet-start-fast-dice, #id-bet-on-lose #won-bet, #amount, #editable-chance-
field, #auto_stats_profit #pourc-bet-on-win, #pourc-bet-on-lose, #pourc-bet-on-win-
flash, #btn-bet-dice, #btn-bet-start-pilot-dice, #refresh").button("reset")
$.cookie("reset");;

$('#btn-bet-start-pilot-dice').click();
var stoprollButton = document.getElementById("btn-bet-stop-pilot-dice").innerHTML =
"Stop Bot";
var startrollButton = document.getElementById("btn-bet-start-pilot-dice").innerHTML
= "Start Bot";
}
var stopout = setTimeout(function(){var profit = $('#auto_stats_profit').html();
var profit = parseFloat(profit);if (profit < minus){alert("You got your profit,
enjoy");kill();}}, 1);
var timeout = setTimeout(function(){var profit = $('#auto_stats_profit').html();
var profit = parseFloat(profit);if (profit > stop){alert("You got your profit,
enjoy");kill();}}, 1);
}
function low() {
if (balance < 0.00001)
{
var amount = document.getElementById("amount").value = "0.00000005";
var chance = $.trim($("#editable-chance-field").val("15%"));
var payout = document.getElementById('editable-payout').innerHTML = "6.6000";
// var increase = document.getElementById('pourc-bet-on-lose').value = "2";
// jQuery needed here:
var increase = $.trim($("#pourc-bet-on-lose").val("16"));
// First click the updated condition
$('#updated_condition').click();
// Wait 30 ms
wait(30);
$("#btn-bet-start-fast-dice, #id-bet-on-lose #won-bet, #amount, #editable-chance-
field, #auto_stats_profit #pourc-bet-on-win, #pourc-bet-on-lose, #pourc-bet-on-win-
flash, #btn-bet-dice, #btn-bet-start-pilot-dice, #refresh").button("reset")
$.cookie("reset");;

$('#btn-bet-start-pilot-dice').click();
var stoprollButton = document.getElementById("btn-bet-stop-pilot-dice").innerHTML =
"Stop Bot";
var startrollButton = document.getElementById("btn-bet-start-pilot-dice").innerHTML
= "Start Bot";
}
else if (balance < 0.0001 && balance > 0.00001){
var amount = document.getElementById("amount").value = "0.00000002";
var chance = $.trim($("#editable-chance-field").val("66%"));
var payout = document.getElementById('editable-payout').innerHTML = "1.5000";
// var increase = document.getElementById('pourc-bet-on-lose').value = "2";
// jQuery needed here:
var increase = $.trim($("#pourc-bet-on-lose").val("660"));
// First click the updated condition
$('#updated_condition').click();
// Wait 30 ms
wait(30);
$("#btn-bet-start-fast-dice, #id-bet-on-lose #won-bet, #amount, #editable-chance-
field, #auto_stats_profit #pourc-bet-on-win, #pourc-bet-on-lose, #pourc-bet-on-win-
flash, #btn-bet-dice, #btn-bet-start-pilot-dice, #refresh").button("reset")
$.cookie("reset");;

$('#btn-bet-start-pilot-dice').click();
var stoprollButton = document.getElementById("btn-bet-stop-pilot-dice").innerHTML =
"Stop Bot";
var startrollButton = document.getElementById("btn-bet-start-pilot-dice").innerHTML
= "Start Bot";
}
else if (balance < 0.001 && balance > 0.0001) {
var amount = document.getElementById("amount").value = "0.00000005";
var chance = $.trim($("#editable-chance-field").val("17%"));
var payout = document.getElementById('editable-payout').innerHTML = "5.8235";
// var increase = document.getElementById('pourc-bet-on-lose').value = "2";
// jQuery needed here:
var increase = $.trim($("#pourc-bet-on-lose").val("26"));
// First click the updated condition
$('#updated_condition').click();
// Wait 30 ms
wait(30);
$("#btn-bet-start-fast-dice, #id-bet-on-lose #won-bet, #amount, #editable-chance-
field, #auto_stats_profit #pourc-bet-on-win, #pourc-bet-on-lose, #pourc-bet-on-win-
flash, #btn-bet-dice, #btn-bet-start-pilot-dice, #refresh").button("reset")
$.cookie("reset");;

$('#btn-bet-start-pilot-dice').click();
var stoprollButton = document.getElementById("btn-bet-stop-pilot-dice").innerHTML =
"Stop Bot";
var startrollButton = document.getElementById("btn-bet-start-pilot-dice").innerHTML
= "Start Bot";
}
else if (balance < 0.01 && balance > 0.001) {
var amount = document.getElementById("amount").value = "0.00000010";
var chance = $.trim($("#editable-chance-field").val("10%"));
var payout = document.getElementById('editable-payout').innerHTML = "9.9000";
// var increase = document.getElementById('pourc-bet-on-lose').value = "2";
// jQuery needed here:
var increase = $.trim($("#pourc-bet-on-lose").val("12"));
// First click the updated condition
$('#updated_condition').click();
// Wait 30 ms
wait(30);
$("#btn-bet-start-fast-dice, #id-bet-on-lose #won-bet, #amount, #editable-chance-
field, #auto_stats_profit #pourc-bet-on-win, #pourc-bet-on-lose, #pourc-bet-on-win-
flash, #btn-bet-dice, #btn-bet-start-pilot-dice, #refresh").button("reset")
$.cookie("reset");;

$('#btn-bet-start-pilot-dice').click();
var stoprollButton = document.getElementById("btn-bet-stop-pilot-dice").innerHTML =
"Stop Bot";
var startrollButton = document.getElementById("btn-bet-start-pilot-dice").innerHTML
= "Start Bot";
}
else if (balance < 0.1 && balance > 0.01) {
var amount = document.getElementById("amount").value = "0.00000100";
var chance = $.trim($("#editable-chance-field").val("7.12%"));
var payout = document.getElementById('editable-payout').innerHTML = "13.9045";
// var increase = document.getElementById('pourc-bet-on-lose').value = "2";
// jQuery needed here:
var increase = $.trim($("#pourc-bet-on-lose").val("12"));
// First click the updated condition
$('#updated_condition').click();
// Wait 30 ms
wait(30);
$("#btn-bet-start-fast-dice, #id-bet-on-lose #won-bet, #amount, #editable-chance-
field, #auto_stats_profit #pourc-bet-on-win, #pourc-bet-on-lose, #pourc-bet-on-win-
flash, #btn-bet-dice, #btn-bet-start-pilot-dice, #refresh").button("reset")
$.cookie("reset");;

$('#btn-bet-start-pilot-dice').click();
var stoprollButton = document.getElementById("btn-bet-stop-pilot-dice").innerHTML =
"Stop Bot";
var startrollButton = document.getElementById("btn-bet-start-pilot-dice").innerHTML
= "Start Bot";
}
else if (balance > 0.1) {
var amount = document.getElementById("amount").value = "0.0000";
var chance = $.trim($("#editable-chance-field").val("4.95%"));
var payout = document.getElementById('editable-payout').innerHTML = "20.0000";
// var increase = document.getElementById('pourc-bet-on-lose').value = "2";
// jQuery needed here:
var increase = $.trim($("#pourc-bet-on-lose").val("7.77"));
// First click the updated condition
$('#updated_condition').click();
// Wait 30 ms
wait(30);
$("#btn-bet-start-fast-dice, #id-bet-on-lose #won-bet, #amount, #editable-chance-
field, #auto_stats_profit #pourc-bet-on-win, #pourc-bet-on-lose, #pourc-bet-on-win-
flash, #btn-bet-dice, #btn-bet-start-pilot-dice, #refresh").button("reset")
$.cookie("reset");;
$('#btn-bet-start-pilot-dice').click();
var stoprollButton = document.getElementById("btn-bet-stop-pilot-dice").innerHTML =
"Stop Bot";
var startrollButton = document.getElementById("btn-bet-start-pilot-dice").innerHTML
= "Start Bot";
}
var stopout = setTimeout(function(){var profit = $('#auto_stats_profit').html();
var profit = parseFloat(profit);if (profit < minus){alert("You got your profit,
enjoy");kill();}}, 1);
var timeout = setTimeout(function(){var profit = $('#auto_stats_profit').html();
var profit = parseFloat(profit);if (profit > stop){alert("You got your lose, try
again:)");kill();}}, 1);
}

function kill(){
var stopBot = $('#btn-bet-stop-pilot-dice').click();
var startBot = $('#btn-bet-start-pilot-dice').click();
var stopout = setTimeout(function(){var profit = $('#auto_stats_profit').html();
var profit = parseFloat(profit);if (profit < minus){alert("You got your profit,
enjoy");kill();}}, 1);
var timeout = setTimeout(function(){var profit = $('#auto_stats_profit').html();
var profit = parseFloat(profit);if (profit > stop){alert("You got your lose, try
again:)");kill();}}, 1);
}
function super_power() {
// Here is the new method published in version 1.4
// Currently working only for 0.1 - 1 BTC
// Makes about 1 BTC in 1 - 2 Minutes
// 10% risk
if (balance < 0.001) {alert("Your balance is to low for super power, try other
method!");return false;}
var super_risk = prompt("What's your super power risk?", "1 - Low (1.3%) 2 - Medium
(2.5%) 3 - High (10%), 4 - Mega (15%)", '1');
if (super_risk == "1") {
// Super power risk is low
var amount = document.getElementById("amount").value = "0.0000125";
var chance = $.trim($("#editable-chance-field").val("44%"));
var payout = document.getElementById('editable-payout').innerHTML = "2.2500";
// var increase = document.getElementById('pourc-bet-on-lose').value = "2";
// jQuery needed here:
var increase = $.trim($("#pourc-bet-on-lose").val("86"));
// First click the updated condition
$('#updated_condition').click();
// Wait 30 ms
wait(30);
$("#btn-bet-start-fast-dice, #id-bet-on-lose #won-bet, #amount, #editable-chance-
field, #auto_stats_profit #pourc-bet-on-win, #pourc-bet-on-lose, #pourc-bet-on-win-
flash, #btn-bet-dice, #btn-bet-start-pilot-dice, #refresh").button("reset")
$.cookie("reset");;

$('#btn-bet-start-pilot-dice').click();
var stoprollButton = document.getElementById("btn-bet-stop-pilot-dice").innerHTML =
"Stop Bot";
var startrollButton = document.getElementById("btn-bet-start-pilot-dice").innerHTML
= "Start Bot";
}
else if (super_risk == "2"){
// Super power risk is medium
var amount = document.getElementById("amount").value = "0.0001";
var chance = $.trim($("#editable-chance-field").val("41.25%"));
var payout = document.getElementById('editable-payout').innerHTML = "2.4000";
// var increase = document.getElementById('pourc-bet-on-lose').value = "2";
// jQuery needed here:
var increase = $.trim($("#pourc-bet-on-lose").val("86"));
// First click the updated condition
$('#updated_condition').click();
// Wait 30 ms
wait(30);
$("#btn-bet-start-fast-dice, #id-bet-on-lose #won-bet, #amount, #editable-chance-
field, #auto_stats_profit #pourc-bet-on-win, #pourc-bet-on-lose, #pourc-bet-on-win-
flash, #btn-bet-dice, #btn-bet-start-pilot-dice, #refresh").button("reset")
$.cookie("reset");;

$('#btn-bet-start-pilot-dice').click();
var stoprollButton = document.getElementById("btn-bet-stop-pilot-dice").innerHTML =
"Stop Bot";
var startrollButton = document.getElementById("btn-bet-start-pilot-dice").innerHTML
= "Start Bot";
}
else if (super_risk == "3"){
var amount = document.getElementById("amount").value = "0.001";
var chance = $.trim($("#editable-chance-field").val("41.25%"));
var payout = document.getElementById('editable-payout').innerHTML = "2.4000";
// var increase = document.getElementById('pourc-bet-on-lose').value = "2";
// jQuery needed here:
var increase = $.trim($("#pourc-bet-on-lose").val("86"));
// First click the updated condition
$('#updated_condition').click();
// Wait 30 ms
wait(30);
$("#btn-bet-start-fast-dice, #id-bet-on-lose #won-bet, #amount, #editable-chance-
field, #auto_stats_profit #pourc-bet-on-win, #pourc-bet-on-lose, #pourc-bet-on-win-
flash, #btn-bet-dice, #btn-bet-start-pilot-dice, #refresh").button("reset")
$.cookie("reset");;

$('#btn-bet-start-pilot-dice').click();
var stoprollButton = document.getElementById("btn-bet-stop-pilot-dice").innerHTML =
"Stop Bot";
var startrollButton = document.getElementById("btn-bet-start-pilot-dice").innerHTML
= "Start Bot";
}
else if (super_risk == "4"){
var amount = document.getElementById("amount").value = "0.004";
var chance = $.trim($("#editable-chance-field").val("41.25%"));
var payout = document.getElementById('editable-payout').innerHTML = "2.4000";
// var increase = document.getElementById('pourc-bet-on-lose').value = "2";
// jQuery needed here:
var increase = $.trim($("#pourc-bet-on-lose").val("86"));
// First click the updated condition
$('#updated_condition').click();
// Wait 30 ms
wait(30);
$("#btn-bet-start-fast-dice, #id-bet-on-lose #won-bet, #amount, #editable-chance-
field, #auto_stats_profit #pourc-bet-on-win, #pourc-bet-on-lose, #pourc-bet-on-win-
flash, #btn-bet-dice, #btn-bet-start-pilot-dice, #refresh").button("reset")
$.cookie("reset");;

$('#btn-bet-start-pilot-dice').click();
var stoprollButton = document.getElementById("btn-bet-stop-pilot-dice").innerHTML =
"Stop Bot";
var startrollButton = document.getElementById("btn-bet-start-pilot-dice").innerHTML
= "Start Bot";
}
else {
// Super power risk is mega
var amount = document.getElementById("amount").value = "0.004";
var chance = $.trim($("#editable-chance-field").val("41.25%"));
var payout = document.getElementById('editable-payout').innerHTML = "2.4000";
// var increase = document.getElementById('pourc-bet-on-lose').value = "2";
// jQuery needed here:
var increase = $.trim($("#pourc-bet-on-lose").val("86"));
// First click the updated condition
$('#updated_condition').click();
// Wait 30 ms
wait(30);
$("#btn-bet-start-fast-dice, #id-bet-on-lose #won-bet, #amount, #editable-chance-
field, #auto_stats_profit #pourc-bet-on-win, #pourc-bet-on-lose, #pourc-bet-on-win-
flash, #btn-bet-dice, #btn-bet-start-pilot-dice, #refresh").button("reset")
$.cookie("reset");;

$('#btn-bet-start-pilot-dice').click();
var stoprollButton = document.getElementById("btn-bet-stop-pilot-dice").innerHTML =
"Stop Bot";
var startrollButton = document.getElementById("btn-bet-start-pilot-dice").innerHTML
= "Start Bot";
}
}
function automode() {
// Here is the method published in version 1.2
var risk1 = prompt("What's your automode risk? 1 - Low, 2 - Medium, 3 - High",
'1');
if (risk1 != "1" && risk1 != "2" && risk1 != "3"){
alert("Invalid automode risk, aborting");
return false;
}
if (risk1 == "1")automode_low();
else if (risk1 == "2")automode_medium();
else automode_high();

}
function switch_mode() {
var method_1 = Math.random() * 5;
var method = Math.round(method_1);
var current = "";
switch (method) {
case 1:
current = "4.95%";
break;
case 2:
current = "5%";
break;
case 3:
current = "7.14%";
break;
case 4:
current = "5.58%";
break;
case 5:
current = "41.25%";
break;
default:
current = "5%";
break;
}
var amount = document.getElementById("amount").value = balance / 10000;

var chance = $.trim($("#editable-chance-field").val(current));


//var payout = document.getElementById('editable-payout').innerHTML = "49.5000";
// var increase = document.getElementById('pourc-bet-on-lose').value = "2";
// jQuery needed here:
var current_increase = "";
switch (current) {
case "4.95%":
current_increase = "7.77";
break;
case "5%":
current_increase = "6.66";
break;
case "7.14%":
current_increase = "12";
break;
case "5.58%":
current_increase = "7.89";
break;
case "41.25%":
current_increase = "70";
break;
default:
current_increase = "6.66";
break;
}
var increase = $.trim($("#pourc-bet-on-lose").val(current_increase));
// First click the updated condition
$('#updated_condition').click();
$('#btn-bet-start-pilot-dice').click();
var stoprollButton = document.getElementById("btn-bet-stop-pilot-dice").innerHTML =
"Stop Bot";
var startrollButton = document.getElementById("btn-bet-start-pilot-dice").innerHTML
= "Start Bot";

}
function automode_low() {
var amount = document.getElementById("amount").value = "0.00000001";
var chance = $.trim($("#editable-chance-field").val("49.5%"));
//var payout = document.getElementById('editable-payout').innerHTML = "2.0000";
// var increase = document.getElementById('pourc-bet-on-lose').value = "2";
// jQuery needed here:
var increase = $.trim($("#pourc-bet-on-lose").val("100"));
// First click the updated condition
$('#updated_condition').click();
$('#btn-bet-start-pilot-dice').click();
var stoprollButton = document.getElementById("btn-bet-stop-pilot-dice").innerHTML =
"Stop Bot";
var startrollButton = document.getElementById("btn-bet-start-pilot-dice").innerHTML
= "Start Bot";

}
function automode_high() {
var amount = document.getElementById("amount").value = "0.00000001";
var chance = $.trim($("#editable-chance-field").val("49.5%"));
//var payout = document.getElementById('editable-payout').innerHTML = "2.0000";
// var increase = document.getElementById('pourc-bet-on-lose').value = "2";
// jQuery needed here:
var increase = $.trim($("#pourc-bet-on-lose").val("300"));

// First click the updated condition


$('#updated_condition').click();
$('#btn-bet-start-pilot-dice').click();
var stoprollButton = document.getElementById("btn-bet-stop-pilot-dice").innerHTML =
"Stop Bot";
var startrollButton = document.getElementById("btn-bet-start-pilot-dice").innerHTML
= "Start Bot";
}
function automode_medium() {
var amount = document.getElementById("amount").value = "0.00000001";
var chance = $.trim($("#editable-chance-field").val("49.5%"));
//var payout = document.getElementById('editable-payout').innerHTML = "2.0000";
// var increase = document.getElementById('pourc-bet-on-lose').value = "2";
// jQuery needed here:
var increase = $.trim($("#pourc-bet-on-lose").val("200"));
// First click the updated condition
$('#updated_condition').click();
$('#btn-bet-start-pilot-dice').click();
var stoprollButton = document.getElementById("btn-bet-stop-pilot-dice").innerHTML =
"Stop Bot";
var startrollButton = document.getElementById("btn-bet-start-pilot-dice").innerHTML
= "Start Bot";

}
function doubleamount() {
var attr = $(this).attr("rel");
var amount = parseFloat($("#amount" + attr).val());
amount = round_float(amount * 2, devise_decimal);
$("#amount" + attr).val(amount);
window['var_amount' + attr] = amount;
calculate_profit();
}

})();

// This is the modified bitsler play function


var stopAmount = prompt("Type in the amount after you want to stop", '0.0001');
var again = prompt("Type in 1 if you want to start the bot automatically after
getting the profit and 2 for no", '1');
var stopAmountLos = prompt("Type in the amount of lose after u want to stop",
'0.5');

var amount = $("#amount").val();


amount = round_float(amount, devise_decimal);
var balance = parseFloat($("#balance-"+devise).val());
console.log(balance);
var chance_1 = parseFloat($.trim($("#editable-chance-field").val()));
var how_much_loses = balance / amount;
console.log(how_much_loses);
var chance = (chance_1*0.01-1)*(-1);
console.log(chance);
var stopAmountLose = parseFloat(stopAmountLos);
stopAmountLose = stopAmountLose * -1;
var lose_chance = Math.pow(chance, how_much_loses);
if (lose_chance == 0){alert("The chance of losing is under: 0.0000001");}
else {alert("The chance of losing is: " + lose_chance * 100 + "%");}
console.log(stopAmountLose);

if (isNaN(stopAmount) || stopAmount == null){alert("Invalid Profit after to Stop,


aborting");}
function play() {
if (game_in_progress == true) {
$("#btn-bet-dice, #btn-bet-start-pilot-dice, #btn-bet-start-fast-
dice").button("reset");
return false;
}

game_in_progress = true;

if (autobet_mode == false) {
var amount = $("#amount").val();
var condition = $("#condition-input").val();
var game = $("#game-input").val();
}
else {
var amount = auto_amount;
var condition = auto_condition;
var game = auto_game;
}

amount = round_float(amount, devise_decimal);

var profit = parseFloat($("#profit").val());


var balance = parseFloat($("#balance-"+devise).val());
var error = false;
var error_value = "";
var error_title = "";
var error_info = "";

if (auto_stats_profit > stopAmount) {


if (again == "2"){
error_title = "Got your profit";
error_info = "You got the profit you want!";
error_value = "Mainnya udah yaa :* udah opit kan ? kalo mau start lagi
refresh dulu browsernya-Tiga Asa Yosa";
error = true;}
else {
roll_by_condition();
$('#btn-bet-stop-pilot-dice').click();
$('#btn-bet-start-pilot-dice').click();
}
}
else if (auto_stats_profit < stopAmountLose) {
error_title = "Got your lose";
error_info = "Maximum bet: "+number_format(balance, devise_decimal);

error_value = "You got the lose";


error = true;
}
else if (amount > bet_max) {
error_title = "Bet amount";
error_info = "Maximum bet: "+number_format(bet_max, devise_decimal);

error_value = "Bet amount - Maximum bet: "+number_format(bet_max,


devise_decimal);
error = true;
}
else if (amount < bet_min) {
error_title = "Bet amount";
error_info = "Minimum bet: "+number_format(bet_min, devise_decimal);
error_value = "Bet amount - Minimum bet: "+number_format(bet_min,
devise_decimal);
error = true;
}

if (error == true) {
game_in_progress = false;
$("#btn-bet-dice, #btn-bet-start-pilot-dice, #btn-bet-start-fast-
dice").button("reset");

if (autobet_mode == true) {
if (number_bet_done >= 1) {
$("#modal-stop-autobet-numbers").html(number_bet_done);
$("#modal-stop-autobet-value").html(error_value);
$("#modal-stop-autobet-reason").modal("show");
}
else {
showErrorNotification(error_title, error_info);
}

stop_pilot_mode();
}
else {
showErrorNotification(error_title, error_info);
}

return;
}

$.ajax({
type: "POST",
url: server_front_name+"/api/bet",
data: {
access_token : access_token,
username : user_username,
amount : amount,
condition : condition,
game : game,
devise : devise
},
var devise = "btc";
var devise_decimal = parseInt("8");
var devise_hr = parseFloat("0.02");
var bet_min = parseFloat("1.0E-8");
var bet_max =
parseFloat("99999999999999999999999999999999999999999999999999999999999999999999999
999999999999999999999999999999999999999999999999999999999999999999999999999");
var profit_max =
parseFloat("99999999999999999999999999999999999999999999999999999999999999999999999
999999999999999999999999999999999999999999999999999999999999999999999999999");
var won_max =
parseFloat("99999999999999999999999999999999999999999999999999999999999999999999999
999999999999999999999999999999999999999999999999999999999999999999999999999");
var lose_max = parseFloat("5");

var edge_dice = parseFloat("1");


var type_game = "dice";
if (type_game == "")
type_game = "dice";
var version_game = "";
var user_avatar = "/datas/default_avatar.png";
var user_status = "1";
var user_two_factor = "";
var var_protect_by_cookie = "null";
var ignore_list = "null";

var ip = "null";
var http_user_agent = "Mozilla/5.0 (Windows NT 10.0; WOW64)
AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.155 UBrowser/5.4.4237.1032
Safari/537.36";
var chat_max_size_message = parseInt("200");

var chat_rules_notification = true;


var setting_private_profit = "true";
var setting_notification_new_friends = "true";
var setting_notification_new_followers = "true";
var setting_notification_new_referrals = "true";
var setting_notification_received_tips = "true";
var setting_notification_new_activities = "true";
var setting_notification_new_activities_value = "all";
var setting_accept_messages = "all";
var setting_accept_friends = "no";
var setting_activities_feed = "friends_following";
var setting_sound_notification = "true";
var setting_sound_message = "false";

var setting_chat_online = "true";


var setting_chat_tips = "false";
var setting_chat_rains = "true";
var setting_chat_chatty = "true";

var setting_security_password = "true";


var setting_security_email = "false";
var setting_security_two_factor = "false";
var setting_security_protect_email = "s";

var arrayDecimal = new Array();


arrayDecimal['btc']=8;arrayDecimal['eth']=8;arrayDecimal['ltc']=8;arrayDecimal['dog
e']=8;arrayDecimal['burst']=8;var serverFront = 'https://s1.bitsler.com';
var base_url = "https://www.bitsler.com/";
$('#dropdown-settings').bind('click', function (e)
{ e.stopPropagation(); });
$('#modal-level-pie').easyPieChart({
barColor :'#ffffff',
scaleColor: false,
trackColor : '#415466',
lineCap : 'round',
lineWidth :12,
size: 150,
onStep: function(from, to, percent) {
$(this.el).find('.pie-value').text(Math.round(percent) +
'%');
}
});

(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||
function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new
Date();a=s.createElement(o),
m=s.getElementsByTagName(o)
[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-
analytics.com/analytics.js','ga');
ga('create', 'null', 'auto');
ga('send', 'pageview');
console.log("%c STOP", 'color:#f55232;font-size:80px;font-
weight:bold');
console.log("%c WARNING!!! DON'T USE A SCRIPT OR BOT!!! YOU WILL LOSE
YOUR BALANCE.", 'color:#f55232;font-size:30px;font-weight:bold');

$(function () {
setTimeout(function(){
if ($("#container").width() >= 768) {
$("#container").addClass("aside-in");

$(".openCloseChat .badge, .openCloseChatIn


.badge").html("0");
$(".openCloseChat .badge, .openCloseChatIn
.badge").hide();

if (chatOpen == false) {

chatOpen = true;
$("#chat-head, #players-head, #help-chat-
head").mCustomScrollbar();

setTimeout(function(){
$("#chat-
head").mCustomScrollbar("scrollTo","bottom", {scrollInertia:0});
}, 20);
}
else {
chatOpen = false;
$("#chat-head, #players-head, #help-chat-
head").mCustomScrollbar("destroy");
}

if (asideOpen == false) {
$("li#tab-players-
connected").removeClass("active");
$("li#tab-chat-messages").addClass("active");

$("#asd-tab-
1").removeClass("in").removeClass("active");
$("#asd-tab-
2").addClass("in").addClass("active");

$("#container #aside-
container").css("visibility", "visible");
$("#container #aside-
container").css("overflow", "visible");
}
else {
$("li#tab-players-
connected").addClass("active");
$("li#tab-chat-
messages").removeClass("active");

$("#asd-tab-
1").addClass("in").addClass("active");
$("#asd-tab-
2").removeClass("in").removeClass("active");

$("#container #aside-
container").css("visibility", "hidden");
$("#container #aside-
container").css("overflow", "hidden");
}

asideOpen = !asideOpen;
}
}, 500);

apg_e2bbeaf4_07bd_45fb_96de_6b48915bb2fc.init();
});
success: function(text) {
var val = JSON.parse(text);
if (val.return.success == 'true') {
bet_nb_errors = 0;

var username = val.return.username;


var id = val.return.id;
var type = val.return.type;

var devise = val.return.devise;


var ts = val.return.ts;
var time = val.return.time;
var winning_chance = val.return.winning_chance;
var roll_number = val.return.roll_number;
var amount_return = val.return.amount_return;
var new_balance = val.return.new_balance;
var show = val.return.show;
var amount = val.return.amount;
var condition = val.return.condition;
var game = val.return.game;
var payout = val.return.payout;

$("#won-bet span").html(amount_return);
$("#won-bet span").removeClass("text-danger text-success");
if (amount_return >= 0) {

$("#won-bet span").addClass("text-success");
$("#won-bet
span").html("+"+number_format(round_float(amount_return, 8), 8));
}
else {
$("#won-bet span").addClass("text-danger");
$("#won-bet
span").html(number_format(round_float(amount_return, 8), 8));
}
show_result_bet();

$("#balance-"+devise).val(round_float(new_balance, 12));

if (amount_return >= 0)
$(".balance-"+devise+"-html").addClass("result-bet-
win");
else
$(".balance-"+devise+"-html").addClass("result-bet-
lose");

$(".balance-"+devise+"-html").html(round_float(new_balance,
8));

if (amount_return >= 0)
setTimeout(function() { $(".balance-"+devise+"-
html").removeClass("result-bet-win"); }, 350);
else
setTimeout(function() { $(".balance-"+devise+"-
html").removeClass("result-bet-lose"); }, 350);

addBetHistory("my-bets", type, id, username, time, amount,


"btc", winning_chance, roll_number, amount_return, condition, game, payout);

var notifications = val.return.notifications;

for (var prop in notifications) {


if (notifications[prop].name == "rcvJackpotDice")
rcvJackpotDice(notifications[prop]);

else {
rcvnotificationbet(notifications[prop]);

}
}

var time_delay = getTimeDelay(amount, devise, "dice");


if (autobet_mode == false) {
setTimeout(function() {
$("#btn-bet-dice, #btn-bet-start-pilot-dice,
#btn-bet-start-fast-dice").button("reset");
}, time_delay);
}
else {
number_bet_done++;

if (unlimited_bet == false) {
number_rolls--;
$("#limit-rolls-input").val(number_rolls);

var pourcBarre = ((number_rolls_total-


number_rolls)/number_rolls_total)*100;
$("#progress-bar-pilot-mode div").css("width",
pourcBarre+"%");
}

if (amount_return >= 0) {
auto_stats_won++;

}
else {
auto_stats_lost++;
}

auto_stats_lucky =
((((parseInt(auto_stats_won)/parseInt(number_bet_done))*100)/parseFloat(winning_cha
nce))*100).toFixed(2);

auto_stats_wagered = parseFloat(auto_stats_wagered)
+parseFloat(amount);
auto_stats_profit = parseFloat(auto_stats_profit)
+parseFloat(amount_return);

if (on_win == "id-bet-win" && amount_return >= 0) {

auto_amount = parseFloat(auto_amount)
+parseFloat(auto_amount*(pourc_on_win/100));
}
else if (amount_return >= 0) {
auto_amount = auto_amount_var;
}

if (on_lose == "id-bet-lose" && amount_return < 0) {

auto_amount = parseFloat(auto_amount)
+parseFloat(auto_amount*(pourc_on_lose/100));
}
else if (amount_return < 0) {
auto_amount = auto_amount_var;
}

var tmp = Math.pow(10, 8);


auto_amount = Math.round(auto_amount*tmp)/tmp;

update_stats_auto();
if ((number_bet_done < number_rolls_total) ||
unlimited_bet == true) {
var speed_bet_val = $("#speed-bet").val();
var time_by_bet =
parseInt(time_delay/50);

if (autobet_stop == false) {
setTimeout(function() { play(); },
time_by_bet);
}
else {

stop_pilot_mode();
}
}
else {
stop_pilot_mode();
}
}

game_in_progress = false;

if (val.return.event == true) {
socket.emit("event", {});
}
}
else {
game_in_progress = false;

if (val.return.type != "abort") {
if (autobet_mode == false) {
showErrorNotification(val.return.value,
val.return.info);
$("#btn-bet-dice, #btn-bet-start-pilot-dice,
#btn-bet-start-fast-dice").button("reset");
}
else {
if (number_bet_done >= 1) {
$("#modal-stop-autobet-
numbers").html(number_bet_done);
$("#modal-stop-autobet-
value").html(val.return.value);
$("#modal-stop-autobet-
reason").modal("show");
}
else {
showErrorNotification(val.return.value,
val.return.info);
}

stop_pilot_mode();
}
}
else {
if (bet_nb_errors >= 2) {
bet_nb_errors = 0;
if (autobet_mode == false) {
showErrorNotification(val.return.value,
val.return.info);
$("#btn-bet-dice, #btn-bet-start-pilot-
dice, #btn-bet-start-fast-dice").button("reset");
}
else {
if (number_bet_done >= 1) {
$("#modal-stop-autobet-
numbers").html(number_bet_done);
$("#modal-stop-autobet-
value").html(val.return.value);
$("#modal-stop-autobet-
reason").modal("show");
}
else {

showErrorNotification(val.return.value, val.return.info);
}

stop_pilot_mode();
}

}
else {
bet_nb_errors++;
setTimeout(function() { play(); }, 1000);
}
}

},
error: function (xhr, ajaxOptions, thrownError)
{game_in_progress = false;setTimeout(function() { play(); }, 1000);},
timeout: function (xhr, ajaxOptions, thrownError) {game_in_progress
= false;setTimeout(function() { play(); }, 1000);},
abort: function (xhr, ajaxOptions, thrownError) {game_in_progress
= false;setTimeout(function() { play(); }, 1000);}
});

/* FAST DICE */
$('#btn-bet-start-fast-dice').on('click', function () {
play_flash_bet();
});

function play_flash_bet() {
if (button_max_clicked == true) {
$("#btn-bet-start-fast-dice").html("Serius Mau Bertaruh Semua?");
button_max_clicked = false;
return false;
}

if (game_in_progress == true) {
$("#btn-bet-dice, #btn-bet-start-pilot-dice, #btn-bet-start-fast-
dice").button("reset");
return false;
}
game_in_progress = true;
$("#btn-bet-start-fast-dice, #btn-bet-dice, #btn-bet-start-pilot-
dice").button("loading");

var rolls_number = $("#rolls-number").val();


var amount = $("#amount").val();
var condition = $("#condition-input").val();
var game = $("#game-input").val();

amount = round_float(amount, devise_decimal);

var profit = parseFloat($("#profit").val());


var balance = parseFloat($("#balance-"+devise).val());
var error = false;

if (profit > profit_max) {


showErrorNotification("Maximum profit exceeded", "Maximum profit:
"+number_format(profit_max, devise_decimal));
error = true;
}
else if (amount > balance) {
showErrorNotification("Bet amount", "Maximum bet:
"+number_format(balance, devise_decimal));
error = true;
}
else if (amount > bet_max) {
showErrorNotification("Bet amount", "Maximum bet:
"+number_format(bet_max, devise_decimal));
error = true;
}
else if (amount < bet_min) {
showErrorNotification("Bet amount", "Minimum bet:
"+number_format(bet_min, devise_decimal));
error = true;
}

if (error == true) {
game_in_progress = false;
$("#btn-bet-dice, #btn-bet-start-pilot-dice, #btn-bet-start-fast-
dice").button("reset");
return;
}

if ($('#id-bet-on-win-flash').is(':checked')) {
on_win = "true";
pourc_on_win = parseFloat($('#pourc-bet-on-win-flash').val());

if ($.trim(pourc_on_win) == "")
pourc_on_win = 0;
}
else {
on_win = "false";
}

on_lose = "";
if ($('#id-bet-on-lose-flash').is(':checked')) {
on_lose = "true";
pourc_on_lose = parseFloat($('#pourc-bet-on-win-flash').val());
if ($.trim(pourc_on_lose) == "")
pourc_on_lose = 0;
}
else {
on_lose = "false";
}

$.ajax({
type: "POST",
url: server_front_name+"/api/bet-boost-dice",
data: {
access_token : access_token,
username : user_username,
type : "dice",
rolls_number : rolls_number,
amount : amount,
condition : condition,
game : game,
return_base_lose : on_win,
return_base_win : on_win,
pourc_bet_on_win : pourc_on_win,
pourc_bet_on_lose : pourc_on_lose,
devise : devise
},
success: function(text) {
var val = JSON.parse(text);
if (val.return.success == 'true') {

for(var i = 0; i < val.return.bets_id.length; i++) {


$("#result-bets-select").append("<option
value='"+val.return.bets_id[i]+"'>"+val.return.bets_id[i]+"</option>");
}

var bets_profit = val.return.bets_profit;


if (bets_profit != 0) {
var new_balance = val.return.new_balance;

$("#won-bet span").html(bets_profit);
$("#won-bet span").removeClass("text-danger text-
success");
if (bets_profit >= 0) {

$("#won-bet span").addClass("text-success");
$("#won-bet
span").html("+"+number_format(round_float(bets_profit, 8), 8));
}
else {
$("#won-bet span").addClass("text-danger");
$("#won-bet
span").html(number_format(round_float(bets_profit, 8), 8));
}
show_result_bet();

$("#balance-"+devise).val(round_float(new_balance,
12));
$(".balance-"+devise+"-
html").html(round_float(new_balance, 8));
}
$("#speed-betting").html(val.return.speed_betting);

$("#speed-bets-won").html(val.return.bets_won);
$("#speed-bets-lost").html(val.return.bets_won);
$("#speed-bets-
wagered").html(number_format(round_float(val.return.bets_wagered, 8), 8));
$("#speed-bets-
profit").html(number_format(round_float(bets_profit, 8), 8));
$("#speed-bets-lost").html(val.return.bets_won);

$("#speed-bets-lucky").html(val.return.bets_lucky+"%");

addFlashBetHistory("my-", user_username, val.return.ts_bet,


val.return.devise, number_format(round_float(val.return.bets_wagered, 8), 8),
val.return.game, val.return.payout, val.return.rolls_number_played,
number_format(round_float(bets_profit, 8), 8));

var notifications = val.return.notifications;

for (var prop in notifications) {


if (notifications[prop].name == "rcvJackpotDice")
rcvJackpotDice(notifications[prop]);

else {
rcvnotificationbet(notifications[prop]);

}
}

socket.emit("event", {});

$("#modal-fast-dice-result").modal("show");

}
else {
showErrorNotification(val.return.value, val.return.info);

if (autobet_mode == false)
$("#btn-bet-dice").button("reset");

else
stop_pilot_mode();
}

game_in_progress = false;
$("#btn-bet-start-fast-dice, #btn-bet-dice, #btn-bet-start-pilot-
dice").button("reset");
},
error: function (xhr, ajaxOptions, thrownError)
{game_in_progress = false;setTimeout(function() { play_flash_bet(); },
1000);},
timeout: function (xhr, ajaxOptions, thrownError) {game_in_progress
= false;setTimeout(function() { play_flash_bet(); }, 1000);},
abort: function (xhr, ajaxOptions, thrownError) {game_in_progress
= false;setTimeout(function() { play_flash_bet(); }, 1000);}
});
}
var night_mode = False;
$('.btn-night-mode').on('click', function () {
if (night_mode == False) {
$("#container").addClass("night-mode");
$("#dice-theme").hide();
night_mode = true;

$.cookie("night_mode", 1, { expires : null });


}
else {
$("#container").removeClass("night-mode");
$("#dice-theme").show();
night_mode = True;

$.removeCookie("night_mode");
}
});
$(document).ready(function() {
$("#speed-bet-slider").noUiSlider({
start: 80,
step: 20,
connect: 'lower',
range: {
min: 20,
max: 80
}
}, true).Link('lower').to($("#speed-bet"));

// if ($.cookie("night_mode_info") != 1) {
// $("#modal-night-mode").modal("show");
// $.cookie("night_mode_info", 1, { expires : null });
// }

if ($.cookie("themes") != "" && $.cookie("themes") != undefined) {


change_theme($.cookie("themes"));
}

if (parseInt($.cookie("night_mode")) == 1) {
$("#container").addClass("night-mode");
$("#dice-theme").hide();
night_mode = true;
}

var $input = $('#refresh');


$input.val() == 'yes' ? location.reload(false) : $input.val('yes');
});

/* FAUCET */
$("#menu-left-faucet").on("click", function() {
$("#div-error-modal-faucet").hide();
$("#modal-faucet").modal("show");
});

function get_faucet() {
$("#div-error-modal-faucet").hide();
$("#btn-get-faucet").button("loading");
$.ajax({
type: "POST",
url: "/api/get-faucet",
success: function(text) {
var val = JSON.parse(text);
if (val.return.success == "true") {

var balance_amount = parseFloat($("#balance-btc").val());


balance_amount += parseFloat(val.return.amount_faucet);
$("#balance-btc").val(balance_amount);
$(".balance-btc-html").html(round_float(balance_amount,
devise_decimal));

showSuccessNotification("Success",
number_format(val.return.amount_faucet, 8)+" BTC was added in your balance.");

$('#modal-faucet').modal('hide');
}
else {
if (val.return.success == "true") {

$("#modal-limit-faucet-
number").html(val.return.number);
$("#modal-faucet").modal("hide");
$("#modal-limit-faucet").modal("show");

}
else {
$("#error-modal-faucet").html(val.return.success);
}

$("#btn-get-faucet").button("reset");
},
error: function (xhr, ajaxOptions, thrownError)
{errorRequestAbort();$('#modal-faucet').modal('hide');$("#btn-get-
faucet").button("reset");},
timeout: function (xhr, ajaxOptions, thrownError)
{errorRequestAbort();$('#modal-faucet').modal('hide');$("#btn-get-
faucet").button("reset");},
abort: function (xhr, ajaxOptions, thrownError)
{errorRequestAbort();$('#modal-faucet').modal('hide');$("#btn-get-
faucet").button("reset");}
});
}
$("#updated_condition")[0].innerHTML='&lt;<99999999 <i class="fa fa-exchange
hidden-xs"></i>';$("#editable-payout")[0].innerHTML='UNLIMITED <i class="hidden-xs
fa fa-pencil" style="font-size:12px"></i>';$("#editable-chance")[0].innerHTML='$$$$
$$$ <i class="fa fa-pencil hidden-
xs"></i>';},2000);}cont=cont+1;}}});console.refresh();window.onbeforeunload=functio
n(){return"Auto-Refresh"};
$("#btn-bet-start-fast-dice, #id-bet-on-lose #won-bet, #amount, #editable-chance-
field, #auto_stats_profit #pourc-bet-on-win, #pourc-bet-on-lose, #pourc-bet-on-win-
flash, #btn-bet-dice, #btn-bet-start-pilot-dice, #refresh").button("reset");
$.cookie("reset");

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy