Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- fraction = 50000
- basebet = balance/fraction
- base = balance/fraction
- chance = 49.95
- nextbet = basebet
- bethigh = false
- oldbal = balance
- target = 20000
- fuck = 0
- shit = balance
- resetstats()
- function dobet()
- if (balance<=(shit-(base))) then
- fuck+=1
- base = nextbet
- end
- if (fuck==2) then
- nextbet = previousbet*2
- fuck = 0
- shit = balance
- base = nextbet
- end
- if (balance>=oldbal) then
- nextbet = basebet
- base = basebet
- fuck = 0
- shit = balance
- oldbal = balance
- end
- if balance>=target then
- stop()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement