Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- lol = 50000
- basebet = balance/lol
- base = balance/lol
- chance = 49.5
- nextbet = basebet
- bethigh = false
- sod = balance
- oldbalance = balance
- old = balance
- target = 50000
- lock = balance
- old = balance
- wage = base
- zim = 0
- bim = 0
- resetstats()
- function dobet()
- wage = wage+previousbet
- if win then
- zim+=1
- bim+=1
- dom = 0
- else
- zim = 0
- dom+=1
- bim = 0
- end
- if (balance<lock) and dom<=4 then
- nextbet = (wage+(base))
- end
- if (balance<lock) and dom>4 then
- nextbet = previousbet*2
- end
- if (balance>=lock) then
- nextbet = base
- wage = base
- lock = balance
- end
- if zim>=2 and balance>=lock then
- nextbet = previousbet*2
- zim = 0
- end
- if bim>=3 and balance>=lock then
- nextbet = previousbet*2
- bim = 0
- end
- if (balance>=target) then
- stop()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement