Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- good = balance
- chance = 49.95
- bethigh = false
- kook = balance/110000
- nextbet = kook
- floyd = 0
- bit = 0
- box = 0
- target = balance*1000
- function dobet()
- if win then
- bethigh = false
- else
- nextbet = previousbet*1.5
- end
- if balance > good and win then
- nextbet = kook
- good = balance
- end
- if lastBet.Roll > 50.5 then
- bit+=1
- end
- if (bit==3) then
- bethigh = true
- bit = 0
- end
- if lastBet.Roll < 49.95 then
- box+=1
- end
- if (box==3) then
- bethigh = false
- box = 0
- end
- if balance > target then
- stop()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement