Jump to content

Set player Rotation?


Mykoplazma

Recommended Posts

Yes you can by memory writing(i haven'nt found another way for it)

here is a method:

    public void SetRotation(float rotation)
    {
        uint rot = Memory.WowMemory.Memory.ReadUInt32(ObjectManager.Me.GetBaseAddress + 280U);
        Memory.WowMemory.Memory.WriteFloat(rot + 28U, rotation);
    }

But the rotation needs to be updated with another small movement like a jump or short strafe to actually change the rotation to the server :)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...