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