Well, I figured out the problem. It is in the MaxMSP patch if you go inside the "arduinoSerialReader" patch there is an unpack object that is assigning all the incoming values to variables for use later on. The problem is that it is only assigning 6 analog inputs since it's assuming you're just using as many analog pins as arduino has.
So you have to put a lot more i's within the unpack object, and then shift everything over to read the additinoal analog inputs.
As far as a screenshot, I'm just using this: http://www.arduino.cc/playground/uploads/Interfacing/Arduino2MAX_V.4.zip
Which you can download for free and use.