Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- b = balance/24
- i = balance
- t = balance
- c = b
- h = balance
- y = false
- chance = 49.5
- bethigh = false
- bob = balance
- nextbet = b
- god = 3
- sin = 6
- joe = (b*10)
- target = 50000
- resetstats()
- function dobet()
- if ((balance<=(t-(c*god))) and (y==false)) then
- nextbet = previousbet*2
- c = nextbet
- god = 3
- y = true
- joe = 0
- t = balance
- end
- if ((balance<=(t-(c*god))) and (y==true)) {
- nextbet = previousbet/2
- c = nextbet
- god = 4
- y = false
- joe = 0
- sin = 5
- t = balance
- h = balance
- end
- if (balance>(h+(c*sin))) then
- nextbet = previousbet*2
- y = true
- c = nextbet
- i = balance
- h = balance
- joe = (c*2)
- end
- if (balance>=(i+joe)) then
- nextbet = b
- c = b
- sin = 5
- god = 4
- y = false
- h = balance
- t = balance
- i = balance
- joe = (b*10)
- 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