Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- chance=math.random(45*1000, 52*1000)/1000.0
- resetstats()
- base =0.0000001
- nextbet = base
- target=6000
- balance2=balance
- nbet=base*4
- f=0
- g=balance
- tg2=0
- rollcount=0
- maxbet = 0
- win=0
- lose=0
- bethigh = false
- bethigh = true
- low = 0
- high = 0
- countwin=0
- countlose=0
- rollcount = 20
- target = 0.2
- function dobet()
- if(bets%2==0) then
- bethigh=true
- else
- bethigh=false
- end
- if(win) then
- countwin+=1
- else
- countlose+=1
- end
- if rollcount == 20 then
- rollcount = 0
- resetseed();
- else
- rollcount = rollcount + 1
- end
- if win then
- chance=math.random(35*1000, 42*1000)/1000.0
- nextbet=previousbet*1.1
- if balance2 < balance then
- balance2=balance
- nextbet=base
- end
- else
- nextbet=previousbet*1.08
- chance=math.random(32*1000, 45*1000)/1000.0
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement