Post
Topic
Board Reputation
Merits 4 from 1 user
Re: Can you still believe aTriz words? Reopened, too many open questions
by
HCP
on 09/03/2018, 06:39:09 UTC
⭐ Merited by o_e_l_e_o (4)
For those who aren't so great at deciphering javascript gambling scripts... I've coded a script for a "well known dicebot"...

Code:
basebet = 0.00000001
basechance = 91.851
firstLossMultiplier = 4
lossMultiplier = 5
lossChance = 79.360

nextbet = basebet
chance = basechance

function dobet()

  if (win) then
    nextbet = basebet
    chance = basechance
    
  else
    if currentstreak == -1 then
      -- first loss
      nextbet = previousbet * firstLossMultiplier
    else
      nextbet = previousbet * lossMultiplier
    end
    
    chance = lossChance
    
  end
  
end
It seems to have a SHA256 "similar" to: e9474064aaeb4d07689d80952adb4d785d318fcd43947b90ec25c12450876f50 *wink wink*

So, I estimate it's worth about 50 BTC! *cough* #makeMartingaleGreatAgain