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