Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- basebet = 0.01
- nextbet = basebet
- bethigh = false
- chance = 24
- james = balance
- botbuddy = 0
- target = balance+150
- losss = balance-150
- function dobet()
- if win then
- botbuddy = 0
- else
- botbuddy+=1
- 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 balance>james then
- nextbet = basebet
- botbuddy = 0
- james = balance
- end
- if balance>target then
- tip(336178519,150)
- balance = james
- nextbet = basebet
- end
- if balance<losss then
- stop()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement