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