1. Looking into getting VR support on 3.3.5a client

    So I'm looking to work with VR support on the 3.3.5a client and modifying it to improve it. So far I've been using a test server, but I'm wanting to try it on Warmane.
    Anyone else had any luck on this? So far on the test server my main problem was it was flagging the Anti Cheat as so far it's relying on direct injection relating to the camera controls and position in memory.

    Basicly is there anyone else wanting to assist, offer input or give ideas on how to go further on this. Don't want to risk a ban from a false flag from the anti cheat.

  2. How many addresses are we talking about?

  3. As of right now it's quite a bit. So far it hasn't resulted in a kick or ban, just being flagged using trinity emu. Wanting to try on warmane but kinda scared of the banhammer hitting me.
    Below are the functions needed and their corresponding address.


    self.isInGame = 0x00BCEFE0
    self.worldFrame = 0x00B7436C
    self.worldFrameCameraOffset = 0x7E20
    self.cameraX = 0x0008
    self.cameraY = 0x000C
    self.cameraZ = 0x0010

    self.cameraFOV = 0x0040
    self.cameraZoom = 0x0118
    self.cameraYaw = 0x011C
    self.cameraPitch = 0x0120
    self.cameraRoll = 0x0124
    self.cameraPlayerYaw = 0x01D4
    self.cameraPlayerX = 0x01C4
    self.cameraPlayerY = 0x01C8
    self.cameraPlayerZ = 0x01CC
    self.cameraFixFlag = 0x00AC

    self.objectManager = [0x00C79CE0,0x2ED0]
    #self.objectManagerOffset = 0x2ED0
    self.playerGuid = 0x00CA1238
    self.baseObjectOffset = 0xAC
    self.nextObjectOffset = 0x3C
    self.objectGuidOffset = 0x30
    #self.objectOrientationOffset = 0x118
    self.objectYawOffset = 0x7A8
    self.objectAlphaOffset = 0xCB
    Edited: February 24, 2023

  4. As of right now it's quite a bit. So far it hasn't resulted in a kick or ban, just being flagged using trinity emu. Wanting to try on warmane but kinda scared of the banhammer hitting me.
    Below are the functions needed and their corresponding address.


    self.isInGame = 0x00BCEFE0
    self.worldFrame = 0x00B7436C
    self.worldFrameCameraOffset = 0x7E20
    self.cameraX = 0x0008
    self.cameraY = 0x000C
    self.cameraZ = 0x0010

    self.cameraFOV = 0x0040
    self.cameraZoom = 0x0118
    self.cameraYaw = 0x011C
    self.cameraPitch = 0x0120
    self.cameraRoll = 0x0124
    self.cameraPlayerYaw = 0x01D4
    self.cameraPlayerX = 0x01C4
    self.cameraPlayerY = 0x01C8
    self.cameraPlayerZ = 0x01CC
    self.cameraFixFlag = 0x00AC

    self.objectManager = [0x00C79CE0,0x2ED0]
    #self.objectManagerOffset = 0x2ED0
    self.playerGuid = 0x00CA1238
    self.baseObjectOffset = 0xAC
    self.nextObjectOffset = 0x3C
    self.objectGuidOffset = 0x30
    #self.objectOrientationOffset = 0x118
    self.objectYawOffset = 0x7A8
    self.objectAlphaOffset = 0xCB
    Hello, have you had any success in getting it to run? Thank you

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •