Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- bob = balance/3200
- four = (bob/2)
- chance = 49.5
- bethigh = false
- nextbet = 0
- kam = 0
- boo = 0
- target = 5000
- resetstats()
- function dobet()
- if win then
- boo = boo+1
- else
- boo = 0
- kam = kam+1
- end
- if (boo<0) then
- boo = 0
- end
- if (kam==1) then
- nextbet = 0
- boo = 0
- end
- if (boo==4) then
- nextbet = four*2
- four = nextbet
- kam = 0
- end
- if ((win) and (previousbet>=bob)) then
- bob = balance/3200
- nextbet = 0
- boo = 0
- four = (bob/2)
- end
- if (balance>=target) then
- stop()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement