0% found this document useful (0 votes)
21 views2 pages

HDC Good For Fast

Dicebot

Uploaded by

restuadiprayuda
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)
21 views2 pages

HDC Good For Fast

Dicebot

Uploaded by

restuadiprayuda
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/ 2

--Hdc Good For Big Balance

levelthreshold = 7--level safe to risk 5-10--more high more safe


basebet = balance/100000
prebet = basebet/2
multijackpot = 2 --safe to risk 1-3--more small more fun
pb1 = basebet+(basebet/10)
pb2 = basebet*500
chance = math.random(55,68)
nextbet = basebet
loss = 0
won = 0
countwin = 0
shock = 0
roundprofit = 0
initbalance = balance
function dobet()
bethigh = !bethigh
roundprofit += currentprofit
initbalance = balance+roundprofit
if roundprofit > 0 then
chance = math.random(88,90)
nextbet = prebet
roundprofit = 0
ch=0
loss = 0
won = 0
countwin = 0
shock = 0
end
if (win) then
loss = 0
won +=1
else
loss+=1
won = 0
end

if (loss>=1)then
chance = math.random(11,22)
end
if (loss==8) then
nextbet = previousbet+(basebet/10)

end
if (nextbet >= pb1) then
nextbet = prebet
shock += multijackpot
print(shock)
end
if (shock > 1) then
chance = 20
nextbet = previousbet * 2
shock+=1
if (win) then
nextbet = previousbet*0.75
shock -= 1
countwin+=1
else
chance = math.random(6,7)
nextbet = previousbet * 1.25

end
if nextbet > pb2 then
chance = math.random(11,66)
nextbet=previousbet*1.25
end
end
end

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy