0% found this document useful (0 votes)
12 views9 pages

Sessionlodt

is goof

Uploaded by

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

Sessionlodt

is goof

Uploaded by

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

------VALERIA

----- (FAST)------+++FINAL

-----ULTIMATE/PROFIT

------VALERIA S POTENCIJAMA +PI

--------------------------------------------------------

basebet = 0.0001

-------------------------------------------------------------

WAGERSTOP = 200000 ------>>>>

-------------------------------------------------

LargestBet =20 ------------>>>>

------------------------------------

Safebalance = 0.9 -- If balance falls below this value, stop

------------------------------------

Minbalance = 0-- If balance falls below this value, stop

Target = 15000 -- Target balance to reach

Maxstreak = -15 -- Maximum losing streak before stopping

SESION LOST = 0.5

StopLoss = 1 -- Maximum loss before stopping

StopProfit = 15 -- Desired profit to achieve before stopping

NumberofBetsStopper = 200000 -- Maximum number of bets before stopping

Secondstoper = 120 * 60 * 60 -- 3 hours in seconds


---------------------------------------------------

BAL = balance

---------------------------------------

--FIRE =balance+1, at 99%

highestProfit = 0;

sessionProfit = 0;

allTimeHigh = 0;

--resetstats()

--resetchart()

-- Sleep function, add number in seconds at bottom

resetseed()

profits = 0

stopwin = false

-- Timer variables

startTime = os.time() -- Store the start time

function sleep(n)

t0 = os.clock()

while os.clock() - t0 <= n do end

end

wbet=math.random(0300,0350)/100

chance = math.random(9700, 9900)/100

basebet =basebet

nextbet = (basebet)*wbet
--loss =0

wincount = 0

losscount = 0

betcount = 0

FIRE=BAL+0.005---------<<<<<<<<SUPER WAGER

Stereo = BAL+( basebet) *5

Wekerica = BAL+( basebet) *2---->>>>GORNJA TOCKA

Wagerica = BAL---------->>>>>>>>>>>REFERENT

TESSA = BAL-( basebet)*(math.random(0200,0400))/100

jack = BAL-( basebet)*(math.random(0600,0800))/100

PI =BAL-( basebet)*(math.random(1000,1200))/100

ULTIMA_PROFIT = BAL-( basebet)*(math.random(1400,1600))/100----->>> DONJA TOCKA

-----------------------------------------------------------------------------------------

------------------------------------------------

function resetSession()

basebet = 0.0001

TESSA = BAL - (basebet) * (math.random(0200, 0400)) / 100

jack = BAL - (basebet) * (math.random(0600, 0800)) / 100

PI = BAL - (basebet) * (math.random(1000, 1200)) / 100


ULTIMA_PROFIT = BAL - (basebet) * (math.random(1400, 1500)) / 100

chance = math.random(9700, 9900) / 100

nextbet = (basebet) * wbet

wincount = 0

losscount = 0

betcount = 0

highestProfit = 0

profits = 0

startTime = os.time() -- Reset the start time

stopwin = false

end

-- Initial reset to start the session

resetSession()

function sleep(n)

t0 = os.clock()

while os.clock() - t0 <= n do end

end

function dobet()

basebet = 0.0001

TESSA = BAL - (basebet) * (math.random(0200, 0400)) / 100

jack = BAL - (basebet) * (math.random(0600, 0800)) / 100

PI = BAL - (basebet) * (math.random(1000, 1200)) / 100


ULTIMA_PROFIT = BAL - (basebet) * (math.random(1400, 1500)) / 100

currentTime = os.time()

elapsedTime = os.difftime(currentTime, startTime)

bethigh = math.floor((lastBet.roll * 100) + 0.5) % 2 == 0

profits += currentprofit

if profits >= basebet then

if stopwin then stop() end

end

if wincount >= 5 then

chance = math.random(5500, 6500) / 100

wincount = 0

end

if losscount >= 3 then

nextbet = previousbet * math.random(5500, 6500) / 100

losscount = 0

end

if betcount >= 6 then

chance = math.random(5500, 6500) / 100

betcount = 0

end
if win then

betcount += 1

losscount = 0

wincount += 1

chance -= math.random(0800, 1500) / 100

end

if not win then

betcount += 1

wincount = 0

losscount += 1

chance += math.random(0800, 1500) / 100

end

if chance >= 98 then chance = 98 end

if chance <= math.random(3000, 4000) / 100 then

chance = math.random(6000, 6500) / 100 end

if balance >= ULTIMA_PROFIT then

basebet = basebet * 5

loss = 0

wincount = 0

losscount = 0

betcount = 0
end

if profit > highestProfit then

highestProfit = profit

basebet = basebet

nextbet = (basebet)

end

if balance >= TESSA then

chance = math.random(1900, 2500) / 100

nextbet = (basebet)

nextbet = previousbet * math.random(0105, 0120) / 100

else

nextbet = previousbet * math.random(0105, 0120) / 100

end

if balance >= jack then

chance = math.random(4000, 6500) / 100

nextbet = (basebet)

end

if balance >= PI then

chance = math.random(1900, 2500) / 100

nextbet = (basebet)

nextbet = previousbet * math.random(0105, 0120) / 100


else

nextbet = previousbet * math.random(0105, 0120) / 100

end

if balance >= Wagerica and currentstreak % 1 == 0 then

chance = math.random(8500, 9900) / 100

wbet = math.random(0150, 0200) / 100

nextbet = (basebet) * wbet

nextbet = previousbet * 2

end

if balance >= Wekerica and currentstreak % 1 == 0 then

wbet = math.random(0300, 0350) / 100

chance = math.random(9700, 9900) / 100

nextbet = (basebet) * wbet

end

if balance >= Stereo and currentstreak % 1 == 0 then

chance = math.random(9500, 9800) / 100

nextbet = basebet * 4

end

if balance >= FIRE then

chance = 99

nextbet = 0.005
end

if elapsedTime >= Secondstoper then stopwin = true end

if bets >= NumberofBetsStopper and profit >= 0 then stop() end

if balance >= BAL and (wagered) >= WAGERSTOP then stop() end

if currentstreak <= Maxstreak then stopwin = true end

if balance <= Safebalance then stopwin = true end

if balance >= Target then stop() end

if balance <= Minbalance then stop() end

if profit >= StopProfit then

PlaySound(ching)

stop()

end

if profit - nextbet < -StopLoss then


PlaySound(alarm)
stop()end

if profit - nextbet < -SESION LOST

resetSession() -- Call resetSession to start over

end

if previousbet >= LargestBet then

stopwin = true

end

end

sleep(0)

You might also like