Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- basebet = balance/256
- chance = 49.95
- nextbet = basebet
- bethigh = true
- james = balance
- target = 2560
- bot = 0
- resetstats()
- function dobet()
- if (win) then
- nextbet = previousbet*1.5
- bot = 0
- else
- bot+=1
- end
- if (bot==2) or (bot==6) or (bot==16) 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