First I tried with lerp, but that didn't work good of course, worth the try.
Second I tried with 8 Direction, didn't work at all either.
Third and last I tried is by changing the Bullet Speed of the Sprite and moving it every tick at this angle angle(MouseController.X, MouseController.Y, Mouse.X, Mouse.Y). This one doesn't work either as it's just as lerp when it's slow and when it's fast it teleports around which completely destroys my crosshair system.
I would appreciate any ideas on this as I can't think of anything good that feels like a mouse pointer.