Advertisement
coinwalk

snowy manuel

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