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