Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- divide = 100000
- b = balance/divide
- i = balance
- t = balance
- c = balance/divide
- h = balance
- y = 0
- chance = 49.5
- bethigh = false
- bob = balance
- nextbet = b
- target = balance*5
- resetstats()
- function dobet()
- resetseed()
- if (balance<=(h-(c*4))) then
- nextbet = previousbet*2
- c = nextbet
- h = balance
- end
- if (balance>h) then
- h = balance
- end
- if (balance>=(t+(c*7))) then
- nextbet = previousbet*2
- c = nextbet
- t = balance
- end
- if (balance<t) then
- t = balance
- end
- if (balance>=i) then
- nextbet = balance/divide
- t = balance
- c = b
- h = balance
- i = balance
- y = math.random(1,2)
- if (y==2) then
- bethigh = !bethigh
- end
- end
- if balance>=target then
- stop()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement