Advertisement
coinwalk

meeeee valuable meeeeee

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