Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- bob = balance/1010
- four = bob
- tom = false
- target = 5000
- yall = (bob*3)
- chance = 49.5
- bethigh = false
- have = balance
- ian = balance
- bal = balance
- nextbet = bob
- resetstats()
- function dobet()
- bal = balance
- if (bal>=(have+(four*7))) then
- nextbet = four*2
- four = four*2
- yall = (four*5)
- have = bal
- end
- if (bal<=(have-(yall))) then
- nextbet = four*2
- four = four*2
- tom = true
- yall = (four*5)
- have = bal
- end
- if ((bal>=ian) and (tom==true) and (bal<(ian+(bob*10)))) then
- nextbet = bob
- four = bob
- yall = (bob*3)
- have = ian
- tom = false
- end
- if (bal>(ian+(bob*10))) then
- nextbet = bob
- four = bob
- yall = (bob*2)
- tom = false
- ian = ian+((math.floor((bal-ian)/(bob*10)))*(bob*10))
- have = ian
- end
- if (balance<nextbet) then
- stop()
- end
- if (balance>=target) then
- stop()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement