0% found this document useful (0 votes)
17 views1 page

Escalier Igihombo5

Uploaded by

healthwshop
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
17 views1 page

Escalier Igihombo5

Uploaded by

healthwshop
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

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

You might also like