
MyDiceBot - Recommended Low-Risky script for playing MagicDice - magicdice-regression.lua
Screenshot proof - Betting on MagicDice and profit!

Download MyDiceBot
You could adjust 'basebet' by yourself as required, 0.1, 0.162, 1, or 10, what ever, just no less than 0.1
You could adjust each stopping condition as required, including:
- profit
- wins
- bets
- currentstreak
Make sure you have enough balance (STEEM or SBD) in you account, to guarantee the worst situation of loss streaks
function sleep(n)
t0 = os.clock()
while os.clock() - t0 <= n do end
end
chance = 94
basebet = 1
bethigh = false
lossstreakcount = 0
nextbet = basebet
function dobet()
if profit >= 10.0 then
print("profit done, so stop.")
stop()
end
if wins >= 1000 then
print("wins done, so stop.")
stop()
end
if (bets >= 5000) then
print("bets done, so stop.")
stop()
end
if (currentstreak <= -10) then
print("10 loss streak, so stop.")
stop()
end
if (win) then
chance = 94
nextbet = basebet
lossstreakcount = 0
print("WIN")
end
if (!win) then
lossstreakcount += 1
if (lossstreakcount > 1) then
nextbet = previousbet*2
chance = (1/(((nextbet+(nextbet-basebet))/nextbet)))*100
if chance < 49.5 then chance = 49.5 end
bethigh = !bethigh
print ("LOSE")
else
nextbet = previousbet*2
chance = (1/(((basebet+nextbet))/nextbet))*100
if chance < 49.5 then chance = 49.5 end
bethigh = !bethigh
print ("LOSE")
end
end
end
Have fun by playing MagicDice

Quote
- "Gambling is gambling no matter what you do or how good your strategy is. The house always wins if you keep playing. Winners know when to stop."
- "Like any human, we make mistakes, and like any program, the bot is bound to have a few bugs. Use the bot at your own risk. "
Disclaimer
- This is still gambling. The bot is not guaranteed to win.
- Please do not gamble more than you can afford to lose.
- The bot has a lot of settings, and we cannot test each and every combination.
- The bot might behave unpredictable and unreliably with certain combinations of settings.
- Certain actions from the server might also result in unexpected behavior.
- We cannot be held responsible for any losses incurred while using the bot.
Legal
- It is your obligation to ensure compliance with any legislation relevant to your country of domicile regarding online gambling.
Thank you for your contribution @mydicebot.
Your tutorial is very small and does not explain what you have developed.
In a tutorial it's necessary to explain what was developed so that the reader learns with his contribution.
Please follow the suggestions in your next tutorial. Thank you.
Need help? Write a ticket on https://support.utopian.io/.
Chat with us on Discord.
[utopian-moderator]
thanks for reviewing, voting u.
Thank you for your review, @portugalcoin! Keep up the good work!
Congratulations @mydicebot! You have completed the following achievement on the Steem blockchain and have been rewarded with new badge(s) :
Click here to view your Board
If you no longer want to receive notifications, reply to this comment with the word
STOPTo support your work, I also upvoted your post!
Hi @mydicebot!
Your post was upvoted by @steem-ua, new Steem dApp, using UserAuthority for algorithmic post curation!
Your UA account score is currently 1.121 which ranks you at #49394 across all Steem accounts.
Your rank has dropped 141 places in the last three days (old rank 49253).
We curated this post of yours in our last Algorithmic Curation Round, which included the curation of in total 186 contributions. Unfortunately, your post ranked last, at #186.
Evaluation of your UA score:
:* Only a few people are following you, try to convince more people with good work.
Feel free to join our @steem-ua Discord server