0% found this document useful (1 vote)
737 views

Try Script With High Wager

The document defines variables and a function for a betting simulation. It tracks the chance of winning, current bet amount, number of wins, and a target profit amount. The function makes bets, tracks the number of wins above and below thresholds, and adjusts the chance of winning and bet amounts based on the number of consecutive wins.

Uploaded by

Jericho Padilla
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (1 vote)
737 views

Try Script With High Wager

The document defines variables and a function for a betting simulation. It tracks the chance of winning, current bet amount, number of wins, and a target profit amount. The function makes bets, tracks the number of wins above and below thresholds, and adjusts the chance of winning and bet amounts based on the number of consecutive wins.

Uploaded by

Jericho Padilla
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

chance = 98

basebet = 0.1
wincount = 0
wincount = 0
bethigh = true
counter = 0
targetprofit = balance*1.10

function dobet()
counter += 0
print("winAbove50 :"..string.format("%.8f",wincount))
print("winbelow83.49 :"..string.format("%.8f",wincount1))
if balance > targetprofit then
stop()
end
if lastBet.roll > 50.00 then
wincount += 1
else
wincount = 0

if ((chance == 49.5) and win) then


chance = 98
wincount = 0
nextbet = basebet
end
end
if lastBet.roll < 83.49 then
wincount1 += 1
else
wincount1 = 0
if ((chance == 16.5) and win) then
chance = 98
wincount1 = 0
nextbet = basebet
end
end

if win then
nextbet = basebet
chance = 98

if wincount >= 7 then


chance = 49.5
bethigh = false
wincount = 0
end
if wincount1 >= 15 then
chance = 16.5
bethigh = true
wincount1 = 0
nextbet = balance/10000
end
end
if (chance == 16.5) then
wincount = 0
end

if !win then
wincount = 0

if (chance == 49.5) then


nextbet = previousbet*2.2
end
if (chance == 16.5) then
nextbet = previousbet*1.2
end
end
end

You might also like