Bitcoin Forum
May 27, 2024, 09:07:59 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Warning: One or more bitcointalk.org users have reported that they strongly believe that the creator of this topic is a scammer. (Login to see the detailed trust ratings.) While the bitcointalk.org administration does not verify such claims, you should proceed with extreme caution.
Pages: [1]
  Print  
Author Topic: FREE DICE CASINO WEBSITE! 15 ZEROS!  (Read 174 times)
Hyperius (OP)
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
April 22, 2018, 06:12:28 PM
Last edit: June 23, 2018, 04:09:51 PM by Hyperius
 #1

 Cool

Hello friends!

http://digitalmoon.ca/coin_power_freebie.html

Code:
<!doctype html>
<html>
<style>
@font-face {
font-family: systems_analysis;
src: url(systems_analysis.ttf);
}
@font-face {
font-family: eurostile_extended;
src: url('eurostile_extended.otf');
}
.betbutton {
background-color: black;
color: white;
border: none;
border-radius: 0.5px;
cursor: pointer;
width: 1800px;
height: 25px;
font-size: 20px;
border-radius: 12px;
box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2), 0 1.5px 5px 0 rgba(0,0,0,0.19);
font-family: systems_analysis;
}
.betbutton:hover {
background-color: white;
color: black;
}
.betbutton:active {
transform: translateY(1px);
}
.betbutton:focus {
outline:0 !important;
}
.balanceBox {
font-family: eurostile_extended;
font-size: 25px;
border: 1px transparent;
width: 1800px;
text-align: center;
}
.rollBox {
font-family: systems_analysis;
font-size: 50px;
border: 1px transparent;
width: 1800px;
text-align: center;
}
.infoText2 {
font-family: eurostile_extended;
font-size: 20px;
border: 1px transparent;
color: black;
}
</style>
<head>
<meta charset="utf-8">
<title>Coin Power</title>  
</head>
<body>
<center>
<input type="text" id="rollID" class="rollBox" value="0">
</center>
<br>
<center>
<p class="infoText2">payout</p>
<input type="text" id="payoutID" class="balanceBox" value="2.000000000000000" min="0">
</center>
<br>
<center>
<p class="infoText2">multiplier</p>
<input type="text" id="onLossID" class="balanceBox" value="10.00000000000000" min="0">
</center>
<br>
<center>
<p class="infoText2">bet</p>
<input type="text" id="betAmount" class="balanceBox" value="0.000000000000001">
</center>
<center>
<p class="infoText2">base</p>
<input type="text" id="baseBetAmount" class="balanceBox" value="0.000000000000001">
</center>
<br>
<center>
<p class="infoText2">balance</p>
<input type="text" id="balanceID" class="balanceBox" value="1.000000000000000" min="0" readonly>
</center>
<br>
<br>
<center>
<input type="button" class="betbutton" onclick="autoBet(); overBet()" value="start autobet"/>
</center>
<br>
<center>
<input type="button" class="betbutton" onclick="stopAutobet()" value="stop autobet"/>
</center>
<br>
<center>
<input type="button" class="betbutton" onclick="window.location.reload()" value="refresh"/>
</center>
<br>
<br>
<center>
<img src="litecoin_logo_A.jpg" width="128">
</center>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
</body>
</html>
<script>
var x;

function autoBet() {
         x = setInterval(rollHashFunction, 100);
}
function stopAutobet() {
        clearInterval(x);
}  
</script>
<script>
function rollHashFunction() {
    var rollHash = Math.random()*10000;

document.getElementById("rollID").value = rollHash.toFixed(0);

var betAmountVar = document.getElementById("betAmount").value;

var baseBetAmountVar = document.getElementById("baseBetAmount").value;

var onLossVar = document.getElementById("onLossID").value;

var payoutVar = document.getElementById("payoutID").value;
        
var betAmountSet = Number(betAmountVar)*Number(onLossVar);

document.getElementById("betAmount").value = betAmountSet.toFixed(15);

var balanceVar = document.getElementById("balanceID").value;

var balanceADDAbove = Number(balanceVar)+(Number(betAmountVar)*Number(payoutVar));

var balanceADDBelowOne = (Number(payoutVar)-1)*Number(betAmountVar);

var balanceADDBelowTwo = Number(balanceVar)+Number(balanceADDBelowOne);

var balanceSUBTRACT = Number(balanceVar)-Number(betAmountVar);

var rollHashPayout= 10000/(Number(payoutVar));
        
if (payoutVar>2 && rollHash<rollHashPayout) {
    document.getElementById("balanceID").value = balanceADDAbove.toFixed(15);
document.getElementById("betAmount").value = baseBetAmountVar;
baseBetCrash();
} else if (payoutVar>2 && rollHash>rollHashPayout) {
    document.getElementById("balanceID").value = balanceSUBTRACT.toFixed(15);
baseBetCrash();
} else if (payoutVar<=2 && rollHash<rollHashPayout) {
    document.getElementById("balanceID").value = balanceADDBelowTwo.toFixed(15);
document.getElementById("betAmount").value = baseBetAmountVar;
baseBetCrash();
} else if (payoutVar<=2 && rollHash>rollHashPayout) {
    document.getElementById("balanceID").value = balanceSUBTRACT.toFixed(15);
baseBetCrash();
}
}
</script>
<script>
function baseBetCrash() {
var balanceVar = document.getElementById("balanceID").value;
if (balanceVar<=0.00000000000000000001) {
document.getElementById("betAmount").value = 0.00000000000000000000;
}
}
</script>
<script>
function overBet() {
var balanceVar = document.getElementById("balanceID").value;
if (betAmountVar>balanceVar) {
    document.getElementById("betAmount").value = 0;
}
}
</script>
</body>
</html>

The manager of Coin Power is BK:

http://www.digitalmoon.ca/BK.jpg


BONUS! BINARY MARTINGALE:

http://www.digitalmoon.ca/Binary%20Martingale.jpg


And how to have two windows open at the same time:

https://finance.yahoo.com/news/how-to-split-your-screen-in-windows-10-twice-in-125541466359.html


yolodice.com autobet script:

Code:
{"roll_range":"lo","stop_loss":20000000,"stop_win":250,"on_start":"a=0.00001000;m=1.1","on_win":"m-=0.005","on_loss":"m=1.1;a*=2"}

Have fun!

Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!