Advertisement
coinwalk

royal

Feb 21st, 2022
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.64 KB | None | 0 0
  1. b = 0.001
  2. i = balance
  3. t = balance
  4. ian = balance
  5. c = b
  6. bob = b
  7. joe = (b*10)
  8. god = (c*2)
  9. h = balance
  10. l = balance
  11. sev = true
  12. y = true
  13. z = true
  14. k = false
  15. jim = 0
  16. sin = 6
  17. chance = 49.5
  18. bethigh = false
  19. nextbet = b
  20. joe = (b*10)
  21. tag = balance
  22. target = 500000
  23. resetstats()
  24.  
  25. function dobet()
  26. if ((balance<(t-god)) and (sev==true) and (y==true)) then
  27. nextbet = (previousbet*2)
  28. c = nextbet
  29. god = (c*2)
  30. sin = 5
  31. joe = 0
  32. y = true
  33. sev = false
  34. t = balance
  35. end
  36. if ((balance<(t-god)) and (sev==false) and (y==true)) then
  37. nextbet = b
  38. c = b
  39. god = (c*3)
  40. joe = 0
  41. sev = true
  42. sin = 5
  43. y = false
  44. t = balance
  45. h = balance
  46. end
  47. if ((balance<(t-god)) and (sev==true) and (y==false)) then
  48. nextbet = (previousbet*2)
  49. c = nextbet
  50. god = (c*3)
  51. sin = 5
  52. joe = (b*9)
  53. y = true
  54. sev = true
  55. t = balance
  56. h = balance
  57. end
  58. if (balance>(h+(c*sin))) then
  59. nextbet = (previousbet*2)
  60. c = nextbet
  61. sev = false
  62. y = true
  63. god = (c*2)
  64. h = balance
  65. end
  66. if (nextbet<b) then
  67. nextbet = b
  68. c = b
  69. end
  70. if (balance>=(ian+joe)) then
  71. nextbet = b
  72. c = b
  73. y = true
  74. god = (b*3)
  75. sev = true
  76. sin = 5
  77. t = balance
  78. joe = (b*9)
  79. l = balance
  80. h = balance
  81. ian = balance
  82. end
  83. if balance>=target then
  84. stop()
  85. end
  86. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement