It may be that you have set the speed higher than your stepper can support. If you have the speed set too high then the stepper will miss steps.
If you know how many steps per revolution your stepper has, you can check it by running a simple sketch to turn the stepper the number of steps for one revolution at your set speed. If you find that the stepper turned less than one revolution, then you know the speed is too high.
the numbers in the serial monitor just start blazing of and im pretty sure its not correct.
By "blazing of " do you mean "blazing off" and does that mean they are printed very rapidly?
If so then that is what you would expect. If you want to slow things down so you can see these numbers then add a delay just after the print. This will also slow the motor down as indeed does actually printing out the number of steps.