20.75
Bet: 109,132,045,271
placed by Serlite on 18/04/2022
Wagered
0.00027351
Multiplier
1.01x
Profit
0.00000279
This is a really easy challenge - I hope everyone gets in on it! The prize is bigger this week too, so the share will be bigger even if we have more participants than usual. Here's a script you can use, though it should be simple enough for most people to get on their own:
chance = 98
nextbet = 0.00027351
bethigh = false
currency = "Ltc"
local lowerLimit = 17.04
local upperLimit = 24.04
function dobet()
if win and lastBet.Roll >= lowerLimit and lastBet.Roll <= upperLimit then
print(tostring(lastBet.Id))
ching()
stop()
end
end