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