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