Chance 90 and 33

divider =1000000
chance  = 90
bethigh = true
basebet = balance/divider
nextbet = basebet
     
 
function dobet()
 
     if (win) then
         bethigh = true
         chance  = 90
         nextbet = basebet
     else
         print("-------------------------------------")
          print(" ")
          print("☘️ - Profit = " ..string.format("%.8f",profit))
          print(" ")
          print("😱 - Lost = " ..string.format("%.8f",lost))
          print(" ")
          print("-------------------------------------")
          print("💢💢💢💢💢💢💢💢💢")
           bethigh = false
           chance  = 33
           nextbet = previousbet * 1.55
      end   
 
end

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

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