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