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