Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- bob = balance/10000
- old = balance
- cill = (balance/10000)
- ian = balance
- goll = 0
- lol = 0
- joe = false
- nob = false
- chance = 49.5
- nextbet = 0
- target = 5000
- bethigh = false
- resetstats()
- function dobet()
- if (previousbet>cill) then
- job = (previousbet/7)
- else
- job = cill
- end
- if !win then
- bob = ((bob)+(job))
- lol = lol+1
- goll = 0
- else
- goll = goll+1
- lol = 0
- end
- if (goll==2) then
- nextbet = bob+cill
- end
- if (goll==3) then
- nextbet = 0
- goll = 0
- end
- if (lol>0) then
- nextbet = 0
- lol = 0
- end
- if (balance>ian) then
- nextbet = 0
- lol = 0
- goll = 0
- job = cill
- bob = cill
- nob = false
- ian = balance
- end
- if (balance>=target) then
- stop()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement