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