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

DiceScript1734412307554.lua

Sc

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)
13 views2 pages

DiceScript1734412307554.lua

Sc

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

--#Cenglay

chance = 90
basebet = balance/7000000
chancex = {36,37,21,4,5,7,24,25}
chindex = 1
first_index = false
nextbet = basebet
wcount = 0
lcount = 0
btarget = balance + 5551.7
profitc = 0

target = balance*(0.2/100)
StopLossLimitStreakRound =balance*(1.2/100)
function dobet()
if profit >target then stop() end
if profit < ((StopLossLimitStreakRound) * -1) then
stop()
end

if btarget <= balance then


stop()
end

if win then
wcount = wcount + 1
lcount = 0
else
nextbet = previousbet*(1+(chance*0.02))
lcount = lcount + 1
end

if wcount == 2 then
chindex = math.random(1, #chancex)
chance = chancex[chindex]
bethigh = false
wcount = 0
end

if lcount == 1 then
chance = 47.5
bethigh = true
end

if lcount == 2 then
chance = 49.5
bethigh = false
end

if lcount == 3 then
chindex = math.random(1, #chancex)
chance = chancex[chindex]
bethigh = true
end

profitc = profitc + lastBet.profit


if profitc > 0 then
profitc = 0
nextbet = basebet
chance = 90
bethigh = false
resetpartialprofit()
end
fn_simplestats()
print("\n")
end

simplestats_balhi = balance
simplestats_balst = balance
simplestats_maxdrop,simplestats_profitc,simplestats_wager = 0,0,0
function fn_simplestats()
simplestats_wager =simplestats_wager + previousbet
simplestats_profitc += currentprofit

if (simplestats_profitc >= 0) then


simplestats_profitc = 0
simplestats_balhi = balance
end

simplestats_drop = simplestats_balhi - balance

if (simplestats_drop > simplestats_maxdrop) then


simplestats_maxdrop = simplestats_drop
end

print(" █-□ Profit \t[ "..string.format("%.8f",profit).."\


t"..string.format("%.2f",profit/(balance-profit)*100).."% ]")
print(" █-□ Dropdown\t[ "..string.format("%.8f",simplestats_maxdrop).."\
t"..string.format("%.2f",simplestats_maxdrop/balance*100).."% ]")
print(" █-□ Wager \t[ "..string.format("%.8f",simplestats_wager).."\
t"..string.format("%.2f",simplestats_wager/simplestats_balst*100).."% ]")

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