Advertisement
coinwalk

omfg snowy strikes back

Jan 20th, 2022
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.09 KB | None | 0 0
  1. b = (balance/24)
  2. base = b
  3. e = true
  4. chance = 49.5
  5. bethigh = false
  6. g = true
  7. f = true
  8. him = 3
  9. kim = 7
  10. joy = balance
  11. lol = balance
  12. w = false
  13. k = true
  14. z = true
  15. j = true
  16. stuff = balance
  17. nextbet = b
  18. oldt = balance
  19. resetstats()
  20.  
  21. function dobet()
  22.  
  23. if ((balance<=(oldt-(base*2))) and (g==true)) then
  24. him = 2
  25. f = true
  26. joyer = balance
  27. e = false
  28. w = false
  29. j = false
  30. nextbet = previousbet*2
  31. base = nextbet
  32. g = false
  33. lol = balance
  34. oldt = balance
  35. end
  36. if ((balance<=(oldt-(base*2))) and (g==false)) then
  37. k = false
  38. joy = balance
  39. e = false
  40. f = true
  41. z = false
  42. him = 2
  43. kim = 6
  44. j = false
  45. w = false
  46. nextbet = previousbet/2
  47. base = nextbet
  48. lol = balance
  49. g = true
  50. oldt = balance
  51. end
  52. if ((balance>=(lol+(b*kim))) and (f==true)) then
  53. nextbet = previousbet*2
  54. base = nextbet
  55. w = true
  56. j = true
  57. f = false
  58. lol = balance
  59. end
  60. if ((balance>=stuff) and (j==false)) then
  61. j = true
  62. oldbal = balance
  63. kim = 6
  64. e = true
  65. g = true
  66. f = true
  67. z = true
  68. him = 3
  69. joy = balance
  70. nextbet = b
  71. base = nextbet
  72. w = false
  73. k = true
  74. lol = balance
  75. oldt = balance
  76. stuff = balance
  77. end
  78. if ((balance>=(lol+(base*2))) and (w==true)) then
  79. oldbal = balance
  80. kim = 6
  81. e = true
  82. j = true
  83. g = true
  84. f = true
  85. z = true
  86. him = 3
  87. joy = balance
  88. nextbet = b
  89. base = nextbet
  90. w = false
  91. k = true
  92. lol = balance
  93. oldt = balance
  94. stuff = balance
  95. end
  96. if (nextbet<b) then
  97. nextbet = b
  98. base = b
  99. end
  100. if balance>500 then
  101. stop()
  102. end
  103. end
  104. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement