Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- belance = balance
- joey = 0
- beast = 1
- james = 0
- nion = balance
- prefit = nion / 1440000
- winnerdinner = nion
- smartz = nion
- tens = prefit * 10
- sevens = prefit * 6.9
- eights = prefit * 7.9
- function dobet()
- belance = balance
- if ((belance>(((math.floor(belance/tens))*tens)+sevens)) and (belance<(((math.floor(belance/tens))*tens)+eights)) and (not ((belance>(joey-(prefit/2))) and (belance<(joey+(prefit/2)))))) then
- nextbet = previousbet*2
- joey = belance
- end
- if ((belance>=(james+tens)) and (belance<(((math.floor(belance/tens))*tens)+sevens))) then
- nextbet = prefit
- joey = 0
- james = ((math.floor(belance/tens))*tens)
- end
- if belance >= (winnerdinner * 24000) then
- print("winner winner chicken dinner")
- stop()
- end
- cat = (belance - smartz)
- print("profit")
- print(cat)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement