Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- bob = (((((balance/2)/2)/2)/2)/2)
- four = bob
- tom = false
- target = 5000
- yall = (bob*2.5)
- chance = 49.5
- bethigh = false
- have = balance
- ian = balance
- nextbet = bob
- bal = balance
- resetstats()
- function dobet()
- bal = balance
- if (bal>=(have+(four*7))) then
- have = have+(four*10)
- yall = four*7
- nextbet = four*2
- four = four*2
- tom = false
- end
- if (bal<=(have-(yall))) then
- yall = four*10
- nextbet = four*2
- four = four*2
- tom = true
- have = have-(yall)
- end
- if ((balance>=ian) and (tom==true) and (balance<(ian+(bob*10)))) then
- nextbet = bob
- four = bob
- yall = (bob*2.5)
- have = ian
- tom = false
- end
- if (bal>(ian+(bob*20))) then
- nextbet = bob
- four = bob
- yall = (bob*2.5)
- 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