Test
Test
Test
r=37599977 )
//Email Me : smithpaulbill284@gmail.com
//Martingale script
//Double bet on every lose ... base bet on win
//Base bet
var base_bet = 0.00000050;
//Do not change anything below this ... if you do, it will not be martingale
anymore ...
var payout = 2;
var on_lose_multiply_by = 1.05;
var number_of_rolls = 0;
var balance_one = document.getElementById("balance2").innerHTML.substr(0, 10);
document.getElementById("double_your_btc_stake").value = base_bet;
document.getElementById("double_your_btc_payout_multiplier").value = payout ;
//Advert Section
(function() {
'use strict';
var body = $('body');
body.prepend(
$('<div/>').attr('style',"position:fixed;top:48px;left:0;z-
index:999;width:360px;background-color:red;color: White; text-align: left; font-
size: 16px;")
.append(
$('<div/>').attr('id','autofaucet')
.append($('<p/>').attr('style','text-
decoration:underline;').text("Freebitco.in Hacking Script By Paul Smith ony"))
.append($('<p/>').text("This is DEMO Hacking Script Used
Once"))
.append($('<p/>').text("After your profit Refresh Browser To See your
Total balance"))
.append($('<p/>').text("<<Message Me>> To Instantly Get your
hacking Working script"))
.append($('<p/>').text("MESSAGE ME TO GET A HIGHER SCRIPT"))
.append($('<p/>').text("(Email: smithpaulbill284@gmail.com)"))
.append($('<p/>').text("(Telegram===> @Worldsmith284)"))
.append($('<p/>')
)
).click(function(){
var $temp = $('<input>').val("FREDOUXRT");
body.append($temp);
$temp.select();
document.execCommand("copy");
$temp.remove();
})
).prepend($('<style/>')
.text("#autofaucet p { margin: 0; margin-left: 2px; text-align: left; }")
)
function random(min,max){
return min + (max - min) * Math.random();
}
})();
function client_seed() {
var text = "";
var possible = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";
document.getElementById("next_client_seed").value = text;
}
//Bet Randomly
function Bet() {
if (Random_integer(1, 10000)%2==0) {
document.getElementById('double_your_btc_bet_hi_button').click();
}
else {
document.getElementById('double_your_btc_bet_lo_button').click();
}
}
function stop(){
clearInterval(martingale);
}
function play() {
if (document.getElementById('double_your_btc_bet_hi_button').disabled ===
false) {
won = document.getElementById('double_your_btc_bet_win').innerHTML;
lost = document.getElementById('double_your_btc_bet_lose').innerHTML;
if (lost.match(/(\d+\.\d+)/) !== null) {
current_bet_amount =
document.getElementById("double_your_btc_stake").value;
document.getElementById("double_your_btc_stake").value =
current_bet_amount*on_lose_multiply_by;
}
client_seed();
Bet();
number_of_rolls += 1;
balance_two = document.getElementById("balance2").innerHTML.substr(0, 10);
profit = balance_two - balance_one ;
loss = balance_one-balance_two;