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