Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- bob = 1000000
- b = balance/5000
- x = bob
- g = bob
- n = bob
- chance = 49.49
- bethigh = false
- nextbet = b
- target = 5
- old = balance
- v = bob
- resetstats()
- function dobet()
- if win then
- v = v+1
- n = n+1
- else
- n = n-1
- v = v-1
- end
- if (n<=(g-4)) then
- nextbet = previousbet*2
- g = n
- end
- if n>g then
- n=bob
- g=bob
- end
- if (v>=(x+6)) then
- nextbet = previousbet*2
- x = v
- end
- if v<x then
- v=bob
- x=bob
- end
- if (balance>=(old+(b*9))) then
- nextbet = b
- v = bob
- x = bob
- y = bob
- old = balance
- end
- if (balance>target) then
- stop()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement