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 = 7
- have = balance
- bol = balance
- dipper = balance
- yall = (bob*3)
- tommy = false
- 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
- yall = (four*4)
- have = balance
- end
- if (balance<(have-yall)) then
- nextbet = four*2
- four = four*2
- yall = (four*3)
- have = balance
- end
- if ((balance<=bol) and (tom==true)) then
- nextbet = bob
- four = bob
- tom = false
- yall = (bob*3)
- bol = balance
- have = balance
- end
- if (balance>(bol+(bob*10))) then
- nextbet = bob
- four = bob
- tom = false
- yall = (bob*3)
- bol = bol+((math.floor((balance-bol)/(bob*10)))*(bob*10))
- have = bol
- end
- if nextbet>=balance then
- stop()
- end
- if (balance>=target) then
- stop()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement