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