Advertisement
coinwalk

for benderer and snowy to win heaps

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