Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- basebet = balance/2^8
- base = basebet
- chance = 24.975
- nextbet = basebet
- bethigh = false
- oldbal = balance
- target = 50000
- sux = 0
- wage = 0
- bim = 0
- resetstats()
- function dobet()
- wage = wage+previousbet
- if balance>=oldbal*1.00002 then
- nextbet = previousbet*2
- oldbal = balance
- end
- if balance<=oldbal/2^6 then
- nextbet = balance/2^8
- oldbal = balance
- end
- if nextbet>=balance/50000 and win then
- nextbet = basebet
- end
- if nextbet<basebet then
- nextbet = basebet
- end
- if (balance>=target) then
- stop()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement