Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --
- target = balance *7.19
- chance = 88
- bethigh = true
- bb = balance*1e-3
- cl = 0
- pc = 0
- is = 0.9241
- ib = 1.250
- tp = balance * 12
- sl = 0
- nextbet = bb
- chance = 90
- bethigh = true
- resetstats()
- function dobet()
- pb = previousbet
- pf = profit
- cx = math.random(79,83)
- if (win) then
- cl = 0
- if (pf > pc + 0.000001) then
- pc = pf
- nb = bb
- ch = {59,70}
- else
- if (cx > 70) then
- ch = {7,18}
- nb = pb * is
- else
- nb = bb
- ch = {69,83}
- end
- end
- else
- cl += 1
- if (cl == 3) then
- cl = 0
- ch = {29,53}
- nb = pb * ib
- end
- end
- nextbet = nb
- bethigh = math.random(3) > 1.5
- chance = math.random(ch[1],ch[2])
- if balance > tp then
- if balance > tp then stop() end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement