Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- fraction = 50000
- basebet = balance/fraction
- base = basebet
- chance = 80
- nextbet = basebet
- bethigh = false
- oldbal = balance
- target = 50000
- shit = 0
- stuff = 0
- sex = 0
- smck = 0
- bill = basebet
- resetstats()
- function dobet()
- if !win and (chance==80) then
- bill = lastBet.Amount
- nextbet = previousbet*2
- chance = 24
- stuff = 0
- end
- if !win and (chance==24) then
- nextbet = ((wagered/4)+bill)
- end
- if win and (chance==24) then
- bill = balance/fraction
- chance = 80
- end
- if (balance>=oldbal) then
- nextbet = balance/fraction
- bill = balance/fraction
- oldbal = balance
- resetstats()
- end
- if (balance>=target) then
- stop()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement