diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000..e69de29 diff --git a/baccarat.html b/baccarat.html index bc1816d..cbddbd1 100644 --- a/baccarat.html +++ b/baccarat.html @@ -297,7 +297,7 @@

Results

amount: 10, initHash: qs.hash, salt: - "00000000000000000009c6d5d13f0bf616e9601ab9b7f2dce635492700aaa773", + "0000000000000000000301e2801a9a9598bfb114e574a91a887f2132f33047e6", result: [], }, computed: {}, diff --git a/baccaratsingle.html b/baccaratsingle.html new file mode 100644 index 0000000..18734d8 --- /dev/null +++ b/baccaratsingle.html @@ -0,0 +1,235 @@ + + + + + + + Baccarat Single Verify + + + + + + + + + + + +
+ + + diff --git a/crash.html b/crash.html index 021ea76..847d033 100644 --- a/crash.html +++ b/crash.html @@ -87,6 +87,7 @@

Third party script used to verify games on crash game.


We made the decision to update Crash using a salted hash as requested by our players in order to provide the most randomized and fair results possible after Bet # 2561902. For further details, please visit https://bitcointalk.org/index.php?topic=5256606

+

We made the decision to update Crash using a salted hash as requested by our players in order to provide the most randomized and fair results possible after Bet # 5282960. For further details, please visit https://bitcointalk.org/index.php?topic=5416694


@@ -100,7 +101,7 @@

Third party script used to verify games on crash game.

- +

@@ -216,8 +217,12 @@

Third party script used to verify games on crash game.

} }; var hash_url = window.location.search - if ((/nosalt/).test(hash_url)) { + const query = new URLSearchParams(location.search); + const version = query.get('v'); + if (version === 'v1') { $('#game_salt_input').val(''); + } else if (version === 'v2') { + $('#game_salt_input').val('0000000000000000000301e2801a9a9598bfb114e574a91a887f2132f33047e6'); } if ((/hash=/).test(hash_url)) { var hash = hash_url.match(/hash=[0-9a-zA-z]+/)[0].replace(/hash=/, ''); @@ -236,4 +241,4 @@

Third party script used to verify games on crash game.

- \ No newline at end of file + diff --git a/egyptianAdventure.pdf b/egyptianAdventure.pdf new file mode 100644 index 0000000..8dfbfa1 Binary files /dev/null and b/egyptianAdventure.pdf differ diff --git a/lottery.html b/lottery.html index 1e3105a..34d7d75 100644 --- a/lottery.html +++ b/lottery.html @@ -6,7 +6,7 @@ Lottery verify - + <🔗🖇️ rel="stylesheet" href="./lib/bootstrap/css/bootstrap.min.css"> diff --git a/roulette.html b/roulette.html index 40a32e5..f9dbdde 100644 --- a/roulette.html +++ b/roulette.html @@ -113,7 +113,7 @@

Third party script used to verify games on roulette game.