Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- divide = 512
- b = balance/divide
- bob = 10
- chance = 49.5
- bethigh = false
- nextbet = b
- target = 50000
- old = balance
- v = bob
- x = bob
- zim = (balance-(b*10))
- resetstats()
- function dobet()
- resetseed()
- if win then
- v = v+1
- else
- v = v-1
- end
- if (v<=(x-4)) or (v>=(x+7)) then
- nextbet = previousbet*2
- x = v
- end
- if (balance>=(old+(b*10))) then
- nextbet = b
- v = bob
- x = bob
- old = balance
- end
- if (((balance-nextbet)<=zim) and previousbet>=b*2) or balance<zim then
- nextbet = previousbet
- end
- if (balance>target) then
- stop()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement