Advertisement
coinwalk

trial

Feb 2nd, 2022
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. b = balance/10
  2. i = balance
  3. t = balance
  4. c = b
  5. h = balance
  6. chance = 49.5
  7. bethigh = false
  8. bob = balance
  9. nextbet = b
  10. shi = false
  11. joe = (b*10)
  12. target = (balance*2000)
  13. resetstats()
  14.  
  15. function dobet()
  16. if ((balance<=(t-(c*3))) and (balance<i)) then
  17. nextbet = previousbet*2
  18. c = nextbet
  19. joe = 0
  20. t = balance
  21. h = balance
  22. end
  23. if (balance<=h) then
  24. h = balance
  25. end
  26. if (balance>(h+(c*6))) then
  27. nextbet = c*2
  28. c = nextbet
  29. h = balance
  30. i = balance
  31. joe = (c*2)
  32. end
  33. if (balance>=t) then
  34. t = balance
  35. end
  36. if (balance>=(i+joe)) then
  37. nextbet = previousbet/2
  38. c = nextbet
  39. h = balance
  40. t = balance
  41. i = balance
  42. joe = (b*10)
  43. end
  44. if balance>=target then
  45. stop()
  46. end
  47. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement