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