Need help with the bot or want someone to talk to?
FORUM.SEUNTJIE.COM

The forum is a good platform for asking or offering help with programmer mode scripts

LUA Scripts

Download a script for your bot, or upload your own to share with other users. Login or Register to upload

How do I use this?


Name:90% - x10 - adapted
Uploaded by: Michael75
Discription:
Bets at 90% chance, if lose multiplying lastbet x10, works with adapted bets value - based on your balance.

Example:
--if balance = 0.09000000, nextbet wil be 0.00000090 at 90% chance
--if lose ==> balance = 0.08999910 and nextbet = 0.00000899 at 90% chance. 
--if lose ==> balance = 0.08999011 and nextbet = 0.00008999  at 90% chance...etc

Minimum recomended balance: 0.01000000 (6 level). Can work at lower level, but not for long time. (6 levels = 1 chance from 1000000 bets to lose)

Works best to grow from 0.009 to 0.01 or 0.09 to 0.1 etc. It is slow, usually safe!

If you find this script useful, small donations are gladly received at 1JknbmmXfBayiujcqUjAf4pvQ78KjgCh1Y





CommentsLogin or Register
Michael7503:07:2017 05:34
Feedback and suggestion are appreciated!
    Login or Register
guebanget29:03:2020 23:45
now working for 999dice 
-----------------------------------------------------
Betting Stopped!
MaxLoss: 0   MaxRolls: 6 ( 0  )
-----------------------------------------------------
    Login or Register
Tomy4530:08:2020 02:16
If the bot stopped after first roll and you got this message:

Betting Stopped!
MaxLoss: 0   MaxRolls: 6 ( 0  )


....probably your balance is bigger than balance set in line 39. Set balance in that line bigger than your currently balance. Should work now.
    Login or Register