Advertisement
Baliarta

WAGER+PROFIT 100%/15MENIT

Jan 26th, 2023 (edited)
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. --
  2. target = balance *7.19
  3. chance = 88
  4.  
  5. bethigh = true
  6.  
  7.  
  8. bb = balance*1e-3
  9. cl = 0
  10. pc = 0
  11. is = 0.9241
  12. ib = 1.250
  13. tp = balance * 12
  14. sl = 0
  15.  
  16. nextbet = bb
  17. chance = 90
  18. bethigh = true
  19. resetstats()
  20. function dobet()
  21.  
  22. pb = previousbet
  23. pf = profit
  24. cx = math.random(79,83)
  25.  
  26. if (win) then
  27. cl = 0
  28. if (pf > pc + 0.000001) then
  29. pc = pf
  30. nb = bb
  31. ch = {59,70}
  32. else
  33. if (cx > 70) then
  34. ch = {7,18}
  35. nb = pb * is
  36.  
  37. else
  38. nb = bb
  39. ch = {69,83}
  40. end
  41. end
  42. else
  43. cl += 1
  44. if (cl == 3) then
  45. cl = 0
  46. ch = {29,53}
  47. nb = pb * ib
  48. end
  49. end
  50.  
  51. nextbet = nb
  52. bethigh = math.random(3) > 1.5
  53. chance = math.random(ch[1],ch[2])
  54. if balance > tp then
  55. if balance > tp then stop() end
  56. end
  57. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement