Post
Topic
Board Gambling discussion
Re: Sicodice scam
by
Sicodice
on 03/10/2022, 16:03:37 UTC
So I see I am not the only one who doesn't trust SicoDice. I got a bad streak one 49.5% after switching to a new seed.

Got 37 reds, hit, 22 reds, hit, 59 reds, hit, 44 reds. I am playing dice for a long time but haven't seen this.

I got a complete logfile from their support (https://we.tl/t-fDqI7WhHfU) Maybe someone with a lot of experience of seeds/hashes or so can find out how they do it. (It becomes  suspicious from line 68628)


Hi,
If you think there is a problem, first use the roll verifier or the script to make sure
If you found any mismatch, contact support to get your money + prize

You can use this script to verify bets:
$seed = $serverSeed.'-'.$clientSeed.'-'.$nonce
do {
$seed = sha1($seed);
$lucky = hexdec(substr($seed,0,8));
} while ($lucky > 4294960000);

$luckyNumber = ($lucky % 10000) / 100;

if ($luckyNumber < 0)
$luckyNumber = -$luckyNumber;

echo $luckyNumber;