-- DarkStar's Number Hunter
nextbet = 0.000001 -- 100 satoshis right now, increase or decrease as needed
chance = 98 -- Win chance in percentage, set to 98% to reduce variance
target = 77.77 -- Number you are targeting, 77.77 for this promotion
function dobet()
if lastBet.roll == target then
print("Bet #" .. lastBet.Id .. " has hit your target of " .. target .. "!") -- Once hit, it prints the roll ID
stop() -- Stops the bot after hitting
end
end
Theoretically should work, currently using it myself but haven't hit it yet.
Finally got it after 7650 bets!
Thanks for sharing!
Just a reminder, this promotion ends in just a little over 1 day. Make sure you get your entries in!