Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- fraction = 256000
- basebet = balance/fraction
- nextbet = basebet
- bethigh = false
- chance = 24
- target = 500000
- james = balance
- botbuddy = 0
- him = balance
- resetstats()
- function dobet()
- if !win then
- botbuddy+=1
- else
- botbuddy = 0
- end
- if (botbuddy==2) then
- nextbet = previousbet*2
- end
- if (botbuddy==6) then
- nextbet = previousbet*2
- end
- if (botbuddy==16) then
- nextbet = previousbet*2
- botbuddy = 0
- end
- if (nextbet==nil) then
- nextbet = previousbet
- end
- if balance>james then
- nextbet = balance/fraction
- botbuddy = 0
- james = balance
- end
- if balance>target then
- stop()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement