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