Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- bethigh = false
- good = balance*3
- chance = 49.95
- base = balance/2800
- nextbet = balance/2800
- bonz = balance/80
- lol = balance*0.5
- were = balance*1.001
- function dobet()
- if balance > were and win then
- nextbet = base
- were = balance*1.001
- end
- if lastBet.Roll < 49.95 then
- box+=1
- bit = 0
- end
- if lastBet.Roll > 50.05 then
- bit+=1
- box = 0
- end
- if (bit==3) and !win then
- bethigh = true
- box = 0
- bit = 0
- end
- if (box==3) and !win then
- bethigh = false
- box = 0
- bit = 0
- end
- if !win then
- nextbet = previousbet*2
- end
- if balance < lol then
- nextbet = bonz
- lol = balance*0.5
- end
- if balance > good then
- stop()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement