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

Jeleeeek

okk

Uploaded by

aditya mi
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)
27 views2 pages

Jeleeeek

okk

Uploaded by

aditya mi
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

arr_ch = {17,20}

basebet = 0.00000001
ct_bet = 1
mt_bet = 1.23

preroll = 0.00001
ct_roll = 50
mt_roll = 1.05

profitct = 0
count_roll = 1
count_bet = 1
lastbasebet = basebet
lastpreroll = preroll
on_preroll = true

chance = arr_ch[1]
bethigh = true
nextbet = preroll

function dobet()
print("\n\n░▒▓█ PADEPOKAN DADU DICEKODE █▓▒░\n")
fn_simplestats(0,0)
print("\n")

chance = math.random(arr_ch[1]*100,arr_ch[2]*100)/100
profitct += currentprofit
if profitct > 0 then
profitct = 0
count_bet = 1
count_roll = 1
lastbasebet = basebet
lastpreroll = preroll
on_preroll = true
end

if on_preroll then
nextbet = lastpreroll * mt_roll
lastpreroll = nextbet
count_roll += 1
if count_roll%ct_roll==0 then
on_preroll = false
end
else
nextbet = lastbasebet * mt_bet
lastbasebet = nextbet
count_bet += 1
if count_bet%ct_bet==0 then
on_preroll = true
end
end

print("░▒▓- Preroll \t[ "..string.format("%.8f",lastpreroll).."


x"..mt_roll.." \t"..count_roll.."/"..ct_roll.." ]")
print("░▒▓- Basebet \t[ "..string.format("%.8f",lastbasebet).." x"..mt_bet.." \
t"..count_bet.."/"..ct_bet.." ]")
print("\n")
end
simplestats_balhi = balance
simplestats_balst = balance
simplestats_maxdrop,simplestats_profitc,simplestats_wager = 0,0,0
simplestats_stoponwin = false
function fn_simplestats(dmx,bmx)
simplestats_wager += previousbet
simplestats_profitc += currentprofit
if (simplestats_profitc >= 0) then
simplestats_profitc = 0
if simplestats_stoponwin then stop() end
simplestats_balhi = balance
end
simplestats_drop = simplestats_balhi - balance
if (simplestats_drop > simplestats_maxdrop) then
simplestats_maxdrop = simplestats_drop
end
if simplestats_maxdrop/balance*100 > dmx and dmx > 0 then simplestats_stoponwin
= true end
if nextbet > bmx and bmx > 0 then simplestats_stoponwin = true end
print("░▒▓- Profit \t[ "..string.format("%.8f",profit).."\
t"..string.format("%.2f",profit/(balance-profit)*100).."% ]")
print("░▒▓- Wager \t[ "..string.format("%.8f",simplestats_wager).."\
t"..string.format("%.2f",simplestats_wager/simplestats_balst*100).."% ]")
print("░▒▓- Dropdown \t[ "..string.format("%.8f",simplestats_maxdrop).."\
t"..string.format("%.2f",simplestats_maxdrop/balance*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