MPU6050

Hey! Do anyone have an idea how to create a message by using MPU6050 and arduino? for an example if i tilt my MPU6050 to right it create a message HEllO and if tilt to left its said How are you?

You'll need to define what "tilt it to the left" means. The left of what? The right of what?

The MPU6050 measures acceleration. You'll need to map aX, aY, and aZ data to angles somehow, and then determine which axis of rotation you care about.

Are you trying to use degrees/radians or acceleration values with the gyro/accelerometer?
Your code would help. I have a good understanding of the MPU6050
Z