Post
Topic
Board Gambling
Re: Seuntjies DiceBot -Multi-Site, multi-strategy betting bot for dice. With Charts!
by
HCP
on 21/08/2020, 20:57:59 UTC
I don't see anything obviously wrong with the code. Undecided

The only thing I can think of is that the site you're using the bot with is setting the roll value to some bizarre value? Huh

Maybe add a "print" statement in to debug what the value of lastBet.Roll actually is. It should output to the Bot's console window.

Code:
function dobet()
    print("Roll: ", lastBet.Roll)
    if (lasbetBet.Roll < 3.3 or lastBet.Roll > 96.7) then
        chance = 49.1089
    end
...