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:Find best Option V3
Uploaded by: Michael
Discription:
How it works:

Start bets at 50% chance with 0.00000001, if lose continue betting at 50% chance with 0.00000001.

If all last 3 rolls value are bigger then 50 or all last 3 rolls are lower then 50 --> start bets at 50% chance with multiplier until win.

If all last 7 rolls value are bigger then 25 or all last 7 rolls are are lower then 25 --> start bets at 25% chance with multiplier win until win 

If all last 100 rolls value are bigger then 5 or all last 100 rolls are are lower then 95 --> start bets at 05% chance with multiplier until win

If all these 3 options are not available it start generic bets at 50% chance. 

All bets are made with automatic base (based on your balance). Easy-to-Edit script!

If you liked this script and find it useful, make me happy :) with a small donation: doge: DAwiMXcgZWo1jSRbb5v6XofRLDkFShxok8  btc: 16VuXwk8SKLLun9SxNCK69dwGFXbBo9Dnt.





CommentsLogin or Register
shermhead24:04:2020 04:10
Good work Michael. I am working on a counter that counts reverse wins over a sample so it can include rare win streaks that result in rare lose streaks. I have to tweak the maximum table sizes still.
    Login or Register
61Rcti02:05:2020 20:29
                     SiteEdge: 1

-------------------------------------------------------------------------------
Miniumum value for Multi95 is: 24.7500000000001
Miniumum value for Multi90 is: 11
Miniumum value for Multi50 is: 2.02040816326531
Miniumum value for Multi25 is: 1.33783783783784
Miniumum value for Multi05 is: 1.0531914893617

error , why?
    Login or Register
bobwood18:04:2020 06:21
Thanks Michael, can you please explain in more detail how to get faster gain specifically using increase base, decrease max level and by Increasing multiplier.
    Login or Register
61Rcti03:05:2020 09:54
Micheal, your script not running, can't u help me, please. Thanks.
Like this on
                   SiteEdge: 1

-------------------------------------------------------------------------------
Miniumum value for Multi95 is: 24.7500000000001
Miniumum value for Multi90 is: 11
Miniumum value for Multi50 is: 2.02040816326531
Miniumum value for Multi25 is: 1.33783783783784
Miniumum value for Multi05 is: 1.0531914893617

error , why?
    Login or Register
Tomy4502:10:2020 13:13
In the lower left corner of the dicebot you probably see the status: "No Possible profit". As you know from the description, the script starts with 1 satoshi with a chance of 50% where no profit is possible, so the bot won't continue betting. Double your starting bets on script lines 23-27 with:

Base95Initial = 0.00000020 --set lower base for bet at 95% chance
Base90Initial = 0.00000010 --set lower base for bet at 90% chance
Base50Initial = 0.00000001 --set lower base for bet at 50% chance
Base25Initial = 0.00000001 --set lower base for bet at 25% chance
Base05Initial = 0.00000001 --set lower base for bet at 05% chance

on:

Base95Initial = 0.00000040 --set lower base for bet at 95% chance
Base90Initial = 0.00000020 --set lower base for bet at 90% chance
Base50Initial = 0.00000002 --set lower base for bet at 50% chance
Base25Initial = 0.00000002 --set lower base for bet at 25% chance
Base05Initial = 0.00000002 --set lower base for bet at 05% chance


Now it will work. Have fun.
    Login or Register
Eseven09:01:2021 19:17
Thanks for sharing, your script is good but the script always stops itself

Message: "bet result received does not match last bet placed! stopping for your safety"

Can you help me with this?

Thanks
    Login or Register
vojta05:08:2020 09:19
This comment has been removed.
    Login or Register