Advertisement
coinwalk

snowy nissan maker

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