Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- base = 0.00000001
- if_lose = 1.165179574883948
- if_win = 1.0
- if_profit = 0.01
- nextbet = base
- chance = 86
- tp = balance * 1.9
- resetstats()
- resetchart()
- resetseed()
- function dobet()
- if win then
- print("NYICIL PAJERO")
- nextbet = previousbet * if_win
- else
- nextbet = previousbet * if_lose
- end
- if profit > if_profit then
- if_profit = profit
- nextbet = base
- end
- if balance > tp then stop () end
- chance = math.random(99,12000)/1000
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement