Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- b = 0.001
- i = balance
- t = balance
- ian = balance
- c = b
- bob = b
- joe = (b*10)
- god = (c*2)
- h = balance
- l = balance
- sev = true
- y = true
- z = true
- k = false
- jim = 0
- sin = 6
- chance = 49.5
- bethigh = false
- nextbet = b
- joe = (b*10)
- tag = balance
- target = 500000
- resetstats()
- function dobet()
- if ((balance<(t-god)) and (sev==true) and (y==true)) then
- nextbet = (previousbet*2)
- c = nextbet
- god = (c*2)
- sin = 5
- joe = 0
- y = true
- sev = false
- t = balance
- end
- if ((balance<(t-god)) and (sev==false) and (y==true)) then
- nextbet = b
- c = b
- god = (c*3)
- joe = 0
- sev = true
- sin = 5
- y = false
- t = balance
- h = balance
- end
- if ((balance<(t-god)) and (sev==true) and (y==false)) then
- nextbet = (previousbet*2)
- c = nextbet
- god = (c*3)
- sin = 5
- joe = (b*9)
- y = true
- sev = true
- t = balance
- h = balance
- end
- if (balance>(h+(c*sin))) then
- nextbet = (previousbet*2)
- c = nextbet
- sev = false
- y = true
- god = (c*2)
- h = balance
- end
- if (nextbet<b) then
- nextbet = b
- c = b
- end
- if (balance>=(ian+joe)) then
- nextbet = b
- c = b
- y = true
- god = (b*3)
- sev = true
- sin = 5
- t = balance
- joe = (b*9)
- l = balance
- h = balance
- ian = balance
- end
- if balance>=target then
- stop()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement