Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if ((balance<=(t-(c*god))) and (f==false)) then
- nextbet = previousbet*2
- c = nextbet
- god = 3
- f = true
- joe = 0
- t = balance
- end
- if ((balance<=(t-(c*god))) and (f==true)) {
- nextbet = previousbet/2
- c = nextbet
- god = 4
- f = false
- joe = 0
- sin = 5
- t = balance
- h = balance
- end
- if (balance>(h+(c*sin))) then
- nextbet = previousbet*2
- f = true
- c = nextbet
- i = balance
- h = balance
- joe = (c*2)
- end
- if (balance>=(i+joe)) then
- nextbet = b
- c = b
- sin = 5
- god = 4
- f = false
- h = balance
- t = balance
- i = balance
- joe = (b*10)
- end
- if (nextbet<b) then
- nextbet = b
- c = b
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement