Could not find a valid MPU6050 sensor, check wiring!

Wire.requestFrom(0b1101000,6);      // request for 6 bits from selected register

The second argument to requestFrom() is the number of BYTES being requested, not bits.