Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- b = balance/100
- i = balance
- t = balance
- c = b
- jib = (c*3)
- sin = 6
- h = balance
- chance = 49.5
- y = true
- bethigh = false
- z = true
- nextbet = b
- joe = (b*10)
- target = 50000
- resetstats()
- function dobet()
- if ((balance<=(t-jib)) and (y==true) and (balance<i)) then
- nextbet = previousbet*2
- c = nextbet
- jib = (c*3)
- y = false
- z = true
- t = balance
- end
- if ((balance<=(t-jib)) and (y==false) and (balance<i)) then
- nextbet = previousbet*2
- c = nextbet
- y = true
- sin = 5
- z = true
- h = balance
- jib = (c*4)
- t = balance
- end
- if ((balance>(h+(c*sin))) and (z==true)) then
- nextbet = previousbet*2
- c = nextbet
- y = true
- z = false
- h = balance
- end
- if (balance>=(i+joe)) then
- nextbet = b
- c = b
- sin = 5
- j = 4
- z = true
- y = true
- h = balance
- t = balance
- joe = (b*9)
- i = balance
- end
- if (nextbet<b) then
- nextbet = b
- c = b
- end
- if balance>=target then
- stop()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement