Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- basebet = balance/100
- oldbalance = balance
- old = balance
- i = balance
- bethigh = false
- nextbet = basebet
- target = 50000
- f = true
- a = true
- b = true
- c = true
- d = true
- e = true
- resetstats()
- function dobet()
- if ((balance==(oldbalance-(basebet*3))) and (a==true)) then
- nextbet = previousbet*2
- a = false
- end
- if ((balance==(oldbalance-(basebet*9))) and (b==true)) then
- nextbet = previousbet/2
- b = false
- old = balance
- end
- if ((balance==(oldbalance-(basebet*13))) and (c==true)) then
- nextbet = previousbet*2
- c = false
- end
- if ((balance==(oldbalance-(basebet*19))) and (d==true)) then
- nextbet = previousbet*2
- d = false
- old = balance
- end
- if ((balance==(oldbalance-(basebet*23))) and (e==true)) then
- nextbet = previousbet*2
- e = false
- end
- if ((balance==(oldbalance-(basebet*29))) and (f==true)) then
- nextbet = previousbet*2
- old = balance
- f = false
- end
- if (balance==(old+(basebet*7))) then
- nextbet = previousbet*2
- end
- if (balance>=(i+(basebet*11))) then
- nextbet = basebet
- f = true
- a = true
- b = true
- c = true
- d = true
- e = true
- old = (i+(basebet*10))
- oldbalance = (i+(basebet*10))
- i = (i+(basebet*11))
- end
- if balance>=target then
- stop()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement