Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- cat = 100
- y = balance/cat
- nextbet = y
- older = balance
- old = balance
- bill = cat*cat
- bi = cat*cat
- jill = cat*cat
- v = cat*cat
- g = cat*cat
- c = true
- myseed = 0
- f = true
- x = cat*cat+3
- target = 6
- chance = 49.95
- bethigh = false
- resetstats()
- function dobet()
- if win then
- bill = bill-1
- bi = bi+1
- else
- bill = bill+1
- bi = bi-1
- end
- if (bi==(g+7)) and c==true then
- nextbet = previousbet*2
- c = false
- end
- if ((bill*2)==(v+(x+3))) then
- nextbet = previousbet*2
- x = x+2
- f = false
- end
- if ((bill)==(v-(x-3))) and f==false then
- nextbet = previousbet*2
- x = x-3
- f = false
- end
- if nextbet>=y*16 or (balance>=(older+(y*8))) or balance>=older and f==false then
- nextbet = y
- c = true
- f = true
- jill = cat*cat
- bi = cat*cat
- bill = cat*cat
- v = cat*cat
- x = cat*cat+3
- g = cat*cat
- older = balance
- end
- if balance>target then
- stop()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement