Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- div = 24
- b = (balance/div)
- base = b
- e = true
- chance = 49.5
- bethigh = false
- g = true
- f = true
- him = 3
- kim = 7
- joy = balance
- lol = balance
- w = false
- k = true
- z = true
- j = true
- nisan = (balance+(b*100))
- stuff = balance
- nextbet = b
- oldt = balance
- resetstats()
- function dobet()
- if ((balance<=(oldt-(base*2))) and (g==true)) then
- him = 2
- f = true
- joyer = balance
- e = false
- w = false
- j = false
- nextbet = previousbet*2
- base = nextbet
- g = false
- lol = balance
- oldt = balance
- end
- if ((balance<=(oldt-(base*2))) and (g==false)) then
- k = false
- joy = balance
- e = false
- f = true
- z = false
- him = 2
- kim = 6
- j = false
- w = false
- nextbet = previousbet/2
- base = nextbet
- lol = balance
- g = true
- oldt = balance
- end
- if ((balance>=(lol+(b*kim))) and (f==true)) then
- nextbet = previousbet*2
- base = nextbet
- w = true
- j = true
- f = false
- oldt = balance
- lol = balance
- end
- if (balance>stuff) then
- stuff = balance
- end
- if ((balance>=stuff) and (j==false)) then
- j = true
- oldbal = balance
- kim = 6
- e = true
- g = true
- f = true
- z = true
- him = 3
- joy = balance
- nextbet = previousbet/2
- base = nextbet
- w = false
- k = true
- lol = balance
- oldt = balance
- stuff = balance
- end
- if ((balance>=(lol+(base*2))) and (w==true)) then
- oldbal = balance
- kim = 6
- e = true
- j = true
- g = true
- f = true
- z = true
- him = 3
- joy = balance
- nextbet = b
- base = nextbet
- w = false
- k = true
- lol = balance
- oldt = balance
- stuff = balance
- end
- if (balance>=nisan) then
- print("next nisan micra")
- b = balance/div
- oldbal = balance
- kim = 6
- e = true
- j = true
- g = true
- f = true
- z = true
- him = 3
- joy = balance
- nextbet = b
- base = nextbet
- w = false
- k = true
- lol = balance
- oldt = balance
- stuff = balance
- nisan = (balance+(b*100))
- end
- if (nextbet<b) then
- nextbet = b
- base = b
- end
- if balance>1 then
- print("now buy nisan micra")
- stop()
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement