Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- basebet = balance/16000
- chance = 49.5
- nextbet = basebet
- bethigh = false
- james = balance
- target = 2650
- bot = 0
- bott = 0
- bam = 0
- bang = 0
- zonk = 0
- resetstats()
- function dobet()
- if (!win) then
- bot+=1
- bott+=1
- bam+=1
- zonk+=1
- else
- bang+=1
- zonk = 0
- end
- if (zonk==4) then
- bethigh = !bethigh
- bang = 0
- zonk = 0
- end
- if bang>1 then
- bam = 0
- bang = 0
- end
- if bam>5 then
- bam = 0
- end
- if (bam>2)and (bang<1) then
- bethigh = !bethigh
- bang = 0
- bam = 0
- end
- if (bot==4) and (balance<james) then
- nextbet = previousbet*2
- bot = 0
- end
- if (bott==6) and (balance<james) then
- nextbet = previousbet*2
- bott = 0
- end
- if (balance>james) then
- nextbet = basebet
- james = balance
- bang = 0
- bam = 0
- end
- if balance>target then
- stop()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement