Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- betbse = (balance/1000)
- bethigh = false
- chance = 49.5
- nextbet = betbse
- original = balance
- tens = (betbse*10)
- seventy = (betbse*70)
- twohundreds = (betbse*50)
- sevens = (betbse*6.9)
- eights = (betbse*7.9)
- setasseven = 0
- chickendinner = (balance*24000)
- balance = balance
- goodoldbal = ((math.floor(balance/tens))*tens)
- badoldbal = ((math.floor(balance/tens))*tens)
- setsoftens = 4
- resetstats()
- function dobet()
- if ((balance>(((math.floor(balance/tens))*tens)+sevens)) and (balance<(((math.floor(balance/tens))*tens)+eights)) and (not (balance==setasseven))) then
- nextbet = previousbet*2
- setasseven = balance
- end
- if (((balance-(nextbet*2))<=(balance/240)) and (balance<(((math.floor(balance/tens))*tens)+sevens))) then
- nextbet = betbse
- setasseven = 0
- end
- if (((balance-(nextbet*2))<=(balance/240)) and (balance>(((math.floor(balance/tens))*tens)+eights))) then
- nextbet = betbse
- setasseven = 0
- end
- if (((balance-(nextbet*4))<=(balance/240)) and (balance>(((math.floor(balance/tens))*tens)+sevens)) and (balance<(((math.floor(balance/tens))*tens)+eights))) then
- nextbet = betbse*2
- setasseven = balance
- end
- if (((balance-(nextbet*2))<=(original/240)) and (balance<(((math.floor(balance/tens))*tens)+sevens))) then
- nextbet = betbse
- setasseven = 0
- end
- if (((balance-(nextbet*2))<=(original/240)) and (balance>(((math.floor(balance/tens))*tens)+eights))) then
- nextbet = betbse
- setasseven = 0
- end
- if (((balance-(nextbet*4))<=(original/240)) and (balance>(((math.floor(balance/tens))*tens)+sevens)) and (balance<(((math.floor(balance/tens))*tens)+eights))) then
- nextbet = betbse*2
- setasseven = balance
- end
- if (nextbet==null) then
- nextbet = previousbet
- end
- if (balance>=chickendinner) then
- print("winner winner chicken dinner")
- stop()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement