Advertisement
coinwalk

there this should work with 0.01 now

Mar 14th, 2020
287
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.07 KB | None | 0 0
  1. print("ProfitMiner-999dice-maxchance-2k5-suppermining")
  2. coin = doge
  3. maxbalance = balance*5
  4. minbalance = balance
  5. multi = maxbalance/minbalance
  6. minbet = balance/5000
  7. base = minbet * 2
  8. bet1 = base * 5
  9. bet2 = bet1 * 2.2
  10. maxchance = math.random(1,90)/100 + 94.001
  11. nextbet = minbet
  12. chance = maxchance - math.random(5,10)
  13. target = balance *2
  14. resetstats()
  15. resetseed()
  16.  
  17. function dobet()
  18. bethigh = bethigh
  19. if win then
  20.  
  21. if currentstreak >= 9 then
  22. chance = (lastBet.chance) - math.random(1,10)/100
  23. end
  24.  
  25. if profit >= minbet/2 then
  26. resetstats()
  27. resetseed()
  28. nextbet = minbet
  29. bethigh = !bethigh
  30. chance = math.random(80, 85)
  31. if profit >= minbet then
  32. print("ProfitMiner-999dice-maxchance-2k5-suppermining")
  33. nextbet = bet1
  34. bethigh = !bethigh
  35. chance = math.random(1,100)/100 + 89.99
  36. end
  37. end
  38.  
  39. bethigh = bethigh
  40.  
  41. if balance >= target then
  42. stop()
  43. end
  44.  
  45. if profit >= minbet*10 then
  46. resetseed()
  47. resetstats()
  48. nextbet = balance/500 --5
  49. bethigh = !bethigh
  50. chance = math.random(90, 95)
  51. if profit >= minbet then
  52. resetstats()
  53. nextbet = minbet
  54. bethigh = !bethigh
  55. chance = math.random(74, 75)
  56.  
  57. else
  58.  
  59. if bets%60==0 then
  60. nextbet = previousbet * 2
  61. chance = math.random(85, 90)
  62. else
  63. nextbet = previousbet
  64. chance = (lastBet.chance) - math.random(1,10)/100
  65. end
  66. end
  67.  
  68. end
  69.  
  70. else
  71.  
  72. if bets%40==0 then
  73. nextbet = previousbet * 2
  74. chance = math.random(80, 85)
  75. else
  76. nextbet = previousbet
  77. chance = (lastBet.chance) - math.random(1,10)/100
  78.  
  79. if bets%20==0 then
  80. nextbet = previousbet * 2
  81. chance = math.random(75, 80)
  82. else
  83. nextbet = previousbet
  84. chance = (lastBet.chance) - math.random(1,10)/100
  85. end
  86. end
  87. if currentstreak <= -4 then
  88. nextbet = -profit * 5
  89. chance = math.random(11,66)/100 + 88.8888
  90. end
  91.  
  92. if profit <= -(bet1*2) then
  93. chance = maxchance
  94. nextbet = bet2 * multi/3
  95. if profit <= -(multi/2) then
  96. chance = lastBet.chance - math.random(20,50)/100
  97. nextbet = -profit * multi/2
  98. end
  99. end
  100. if profit <= -(minbalance/2) then
  101. chance = lastBet.chance - math.random(20,80)/100
  102. nextbet = -profit * (multi-1)
  103. end
  104. end
  105. end --> end of dobet
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement