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