Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- basebet = balance/50000
- chance = 49.95
- nextbet = basebet
- bethigh = false
- james = balance
- target = 500
- bot = 0
- bin = 0
- bix = 0
- resetstats()
- function dobet()
- if (!win) then
- bot+=1
- nextbet = previousbet*2
- bix+=1
- bethigh = !bethigh
- else
- bin+=1
- bix = 0
- bot = 0
- end
- if (bix>=2) then
- nextbet = previousbet
- bethigh = !bethigh
- bot = 0
- end
- if (bin>=2) and (bot==0) then
- nextbet = previousbet*2
- bix = 0
- bin = 0
- bot = 0
- end
- if balance>james then
- nextbet = balance/50000
- bix = 0
- bot = 0
- bin = 0
- james = balance
- end
- if balance>target then
- stop()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement