Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- bob = 0
- b = balance/10
- x = 0
- chance = 49.5
- bethigh = false
- nextbet = b
- target = balance*27
- older = balance
- old = balance
- v = bob
- resetstats()
- function dobet()
- if win then
- bob = 0
- x = x+1
- else
- bob = bob+1
- end
- if (bob==3) and f==true then
- nextbet = previousbet*2
- bob = 0
- f = false
- end
- if x>=1 and f==false then
- g = false
- x = 0
- end
- if bob>=2 and g==false then
- nextbet = previousbet*2
- lol = lol+1
- bob = 0
- end
- if x>=1 and g==false and lol>=1 then
- n = false
- x = 0
- end
- if b>=1 and n==false and !win then
- nextbet = previousbet*2
- end
- if (balance>=(old+b)) then
- nextbet = b
- bob = 0
- x = 0
- old = balance
- end
- if (balance>target) then
- stop()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement