Advertisement
coinwalk

snowylua

Jan 4th, 2022
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. ebe = balance/2400
  2. b = ebe
  3. oldbal = balance
  4. old = balance
  5. oldt = balance
  6. oldc = balance
  7. f = true
  8. j = true
  9. chance = 49.5
  10. nextbet = ebe
  11. bethigh = false
  12. him = (ebe*2)
  13. kim = (ebe*10)
  14. jim = (ebe*9)
  15. target = 5000
  16. resetstats()
  17.  
  18. function dobet()
  19. if (balance>(oldt+(b*6))) then
  20. nextbet = previousbet*2
  21. b = nextbet
  22. oldt = balance
  23. end
  24. if (balance<(oldbal-him)) then
  25. nextbet = previousbet*2
  26. b = nextbet
  27. him = (b*2)
  28. f = false
  29. oldt = balance
  30. oldbal = balance
  31. end
  32. if (balance>=(old+kim)) then
  33. nextbet = ebe
  34. b = ebe
  35. kim = (ebe*9)
  36. f = true
  37. him = (b*3)
  38. oldt = balance
  39. oldbal = balance
  40. oldc = balance
  41. old = balance
  42. end
  43. if ((balance>=old) and (f==false)) then
  44. nextbet = ebe
  45. b = ebe
  46. f = true;
  47. kim = (ebe*9)
  48. him = (b*3)
  49. oldt = balance
  50. oldc = balance
  51. old = balance
  52. oldbal = balance
  53. end
  54. if (balance<=(oldc-jim)) then
  55. kim = (ebe*9)
  56. him = (b*3)
  57. jim = (ebe*10)
  58. oldt = balance
  59. oldbal = balance
  60. oldc = balance
  61. end
  62. if (balance>=target) then
  63. stop()
  64. end
  65. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement