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