Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- fraction = 1600
- basebet = balance/fraction
- chance = 49.5
- nextbet = basebet
- bethigh = false
- google = balance
- com = balance
- now = 0
- nob = 0
- nib = 0
- go = 0
- bob = balance
- target = 15000
- resetstats()
- function dobet()
- if !win then
- now+=1
- bethigh = !bethigh
- go+=1
- else
- nob+=1
- go = 0
- now = 0
- end
- if (now>1) then
- nextbet = previousbet*2
- end
- if (nob==1) then
- nextbet = previousbet*5
- nob = 0
- end
- if nextbet<basebet then
- nextbet = basebet
- end
- if (nextbet>=(balance-(basebet*2))) then
- basebet = balance/fraction
- nextbet = basebet
- end
- if (balance>=(google+basebet)) then
- basebet = balance/fraction
- nextbet = basebet
- bob = balance
- nob = 0
- nib = 0
- now = 0
- google = balance
- end
- if balance>target and win then
- tip(303973219,balance/2)
- google = balance/2
- nextbet = basebet
- nob = 0
- nib = 0
- now = 0
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement