Advertisement
coinwalk

snowy nisan nearly

Jan 20th, 2022
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.63 KB | None | 0 0
  1. div = 2400
  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. lol = balance
  61. end
  62. if ((balance>=stuff) and (j==false)) then
  63. j = true
  64. oldbal = balance
  65. kim = 6
  66. e = true
  67. g = true
  68. f = true
  69. z = true
  70. him = 3
  71. joy = balance
  72. nextbet = b
  73. base = nextbet
  74. w = false
  75. k = true
  76. lol = balance
  77. oldt = balance
  78. stuff = balance
  79. end
  80. if ((balance>=(lol+(base*2))) and (w==true)) then
  81. oldbal = balance
  82. kim = 6
  83. e = true
  84. j = true
  85. g = true
  86. f = true
  87. z = true
  88. him = 3
  89. joy = balance
  90. nextbet = b
  91. base = nextbet
  92. w = false
  93. k = true
  94. lol = balance
  95. oldt = balance
  96. stuff = balance
  97. end
  98. if (balance>=nisan) then
  99. print("next nisan micra")
  100. b = balance/div
  101. oldbal = balance
  102. kim = 6
  103. e = true
  104. j = true
  105. g = true
  106. f = true
  107. z = true
  108. him = 3
  109. joy = balance
  110. nextbet = b
  111. base = nextbet
  112. w = false
  113. k = true
  114. lol = balance
  115. oldt = balance
  116. stuff = balance
  117. nisan = (balance+(b*100))
  118. end
  119. if (nextbet<b) then
  120. nextbet = b
  121. base = b
  122. end
  123. if balance>50000 then
  124. print("now buy nisan micra")
  125. stop()
  126. end
  127. end
  128. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement