Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- chance = 49.5
- b = balance/100
- i = balance
- t = false
- c = bob
- h = (c*6.9)
- f = balance
- u = balance
- k = balance
- r = (b*2.5)
- joe = false
- nextbet = b
- bethigh = false
- target = 50000
- resetstats()
- function dobet()
- if (balance>=(f+h)) then
- nextbet = previousbet*2
- c = previousbet*2
- i = balance
- h = (c*4.9)
- r = (c*2.5)
- t = true
- joe = false
- f = balance
- end
- if ((balance<=(k-r)) and (joe==false)) then
- nextbet = previousbet/2
- c = previousbet/2
- h = (c*6.9)
- r = (c*4.5)
- joe = true
- k = balance
- end
- if ((balance<=(k-r)) and (joe==true)) then
- nextbet = previousbet*2
- c = previousbet*2
- h = (c*6.9)
- r = (c*4.5)
- joe = false
- k = balance
- end
- if (balance<f) then
- f = balance
- end
- if (balance>k) then
- k = balance
- end
- if ((balance>(i+(c*2))) and (t==true) and (balance<s)) then
- nextbet = previousbet/2
- c = previousbet/2
- h = (c*6.9)
- i = balance
- f = balance
- k = balance
- r = (c*2.5)
- t = false
- joe = false
- end
- if ((balance>s) and (t==true) and (balance>(i+(c*2)))) then
- nextbet = b
- c = b
- h = (c*6.9)
- i = balance
- f = balance
- k = balance
- r = (b*2.5)
- t = false
- joe = false
- s = balance
- end
- if (balance>=target) then
- stop()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement