Advertisement
coinwalk

Untitled

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