chance = 49
basebet = 0.0001
nextbet = balance*0.0001
igihombo = 0.0
--have any idea dice stretegy or have question u can send --email ykid.07@gmail.com
---this is my wallet if u happy with my strategy and want ----to donotion a little
from ur coin.
-----btc:1CjdDXNg9JRNgMtb1Fm4Tc4Nyg6URLjSrC
------doge:DRnJDmreJqwG5KJsbngvKLX6VvJWoZa3H1
function dobet()
if !win then
nextbet = 0
igihombo = igihombo-currentprofit
-- print(igihombo)
end
if currentstreak==1 then
if igihombo>=0.1 then
nextbet=+igihombo/5
end
if igihombo<0.1 then
nextbet = +igihombo
print(igihombo)
-- print(igihombo)
end
end
if currentstreak>1 then
igihombo=igihombo+currentprofit
if +igihombo>=0.1 then
nextbet=+igihombo/5
print (nextbet)
end
if igihombo<0.1 then
nextbet = +igihombo
print(nextbet)
end
if igihombo>=0 then
igihombo=0.0
nextbet=basebet
print("Congrats u got Profit again")
igihombo = 0.0
print(igihombo)
--print(profit)
end
end
end