If you have the same script, betting system, I think it would be wise to just adjust the betting amount. Babaguhin mo ba yung formula or adjust lang yung mga amounts of bet?
Kasi if we're talking about adjusting amounts or the formulas it would be easy to edit. Hindi ko makita kung may script na nakapost sa DiceBot about Fibonacci pero ibang script muna to, just for an example.
if (balance < (cbal+cbal*stoplosspercent/100)) then
print("You lost your session roll...Stopping")
stop()
end
It's an equation that is for calculated balance and checking if it reached the stop loss amount.
Most scripts have the variables this way
initialbet = 0.00000100
sessionprofit = 0.00050000
Change the amount that you prefer then you are good.
Anyway, siguro pwede tayo mag collaborate with making your script para at least, tulong tulong. Tapos siyempre Use at Your Own Risk.