Martin Chance 15 and 33 RND

basebet  = 0.00000001
chance     = 33
minchance = 15
maxchance = 33
multiplier = 1.5
nextbet = basebet
bethigh    = true
 
function dobet()
   
chance = math.random(minchance ,maxchance )
 
if win then  
print("💢💢💢💢💢💢💢💢")
print("✌️ - Profit - " ..string.format("%.8f",profit))
print("💢💢💢💢💢💢💢💢")
print(" ")
 nextbet=basebet
else
print("💢💢💢💢💢💢💢💢")
print("😱 - Lost = " ..string.format("%.8f",lost))
print("💢💢💢💢💢💢💢💢")
print(" ")
nextbet=previousbet*multiplier
end

end

Комментариев нет:

Отправить комментарий