Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- print("ProfitMiner-999dice-maxchance-2k5-suppermining")
- coin = doge
- maxbalance = balance*5
- minbalance = balance
- multi = maxbalance/minbalance
- minbet = balance/5000
- base = minbet * 2
- bet1 = base * 5
- bet2 = bet1 * 2.2
- maxchance = math.random(1,90)/100 + 94.001
- nextbet = minbet
- chance = maxchance - math.random(5,10)
- target = balance *2
- resetstats()
- resetseed()
- function dobet()
- bethigh = bethigh
- if win then
- if currentstreak >= 9 then
- chance = (lastBet.chance) - math.random(1,10)/100
- end
- if profit >= minbet/2 then
- resetstats()
- resetseed()
- nextbet = minbet
- bethigh = !bethigh
- chance = math.random(80, 85)
- if profit >= minbet then
- print("ProfitMiner-999dice-maxchance-2k5-suppermining")
- nextbet = bet1
- bethigh = !bethigh
- chance = math.random(1,100)/100 + 89.99
- end
- end
- bethigh = bethigh
- if balance >= target then
- stop()
- end
- if profit >= minbet*10 then
- resetseed()
- resetstats()
- nextbet = balance/500 --5
- bethigh = !bethigh
- chance = math.random(90, 95)
- if profit >= minbet then
- resetstats()
- nextbet = minbet
- bethigh = !bethigh
- chance = math.random(74, 75)
- else
- if bets%60==0 then
- nextbet = previousbet * 2
- chance = math.random(85, 90)
- else
- nextbet = previousbet
- chance = (lastBet.chance) - math.random(1,10)/100
- end
- end
- end
- else
- if bets%40==0 then
- nextbet = previousbet * 2
- chance = math.random(80, 85)
- else
- nextbet = previousbet
- chance = (lastBet.chance) - math.random(1,10)/100
- if bets%20==0 then
- nextbet = previousbet * 2
- chance = math.random(75, 80)
- else
- nextbet = previousbet
- chance = (lastBet.chance) - math.random(1,10)/100
- end
- end
- if currentstreak <= -4 then
- nextbet = -profit * 5
- chance = math.random(11,66)/100 + 88.8888
- end
- if profit <= -(bet1*2) then
- chance = maxchance
- nextbet = bet2 * multi/3
- if profit <= -(multi/2) then
- chance = lastBet.chance - math.random(20,50)/100
- nextbet = -profit * multi/2
- end
- end
- if profit <= -(minbalance/2) then
- chance = lastBet.chance - math.random(20,80)/100
- nextbet = -profit * (multi-1)
- end
- end
- end --> end of dobet
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement