[Retail] FrameBase and frame offsets menu

User Tag List

Results 1 to 2 of 2
  1. #1
    Lumi666's Avatar Member
    Reputation
    4
    Join Date
    May 2012
    Posts
    27
    Thanks G/R
    3/3
    Trade Feedback
    3 (100%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    [Retail] FrameBase and frame offsets

    Hello !
    I'm looking for the latest FrameBase and frame offsets for the latest version of retail as well as offsets for UIObjects. Checking the enumerateframes function will take me some time as it seems that the disassembled version need some stack fixing and cleaning. Does anyone have them and can share them please ?

    [Retail] FrameBase and frame offsets
  2. #2
    Mr.Sergey's Avatar Contributor
    Reputation
    117
    Join Date
    Apr 2009
    Posts
    201
    Thanks G/R
    6/23
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Code:
    // for 57689 build
    
    public enum Frames : uint
    {
        FramesBase = 0x4750290,
        FramesOff1 = 0xF18,
        FramesOff2 = 0x148,
    }
    
    public static IEnumerable<long> FramesBases
    {
        get
        {
            long frameBase = Memory.Process.ReadInt64(Memory.BaseAddress + (uint)Addresses.Frames.FramesBase);
    
            long currentFrameBase = Memory.Process.ReadInt64(frameBase + (uint)Addresses.Frames.FramesOff1);
    
            while (currentFrameBase != 0 && (currentFrameBase & 1) == 0)
            {
                yield return currentFrameBase;
    
                currentFrameBase = Memory.Process.ReadInt64(currentFrameBase + (uint)Addresses.Frames.FramesOff2);
            }
        }
    }

Similar Threads

  1. [Retail] 9.1.0 (36272) Dumping and ObjMgr offset
    By IlikePP in forum WoW Memory Editing
    Replies: 0
    Last Post: 10-18-2020, 03:55 PM
  2. Replies: 2
    Last Post: 01-29-2011, 05:42 PM
  3. How to use CheatEngine to speedhack and more (OFFSETS INCLUDED)
    By Beastslayer in forum World of Warcraft Bots and Programs
    Replies: 12
    Last Post: 03-30-2010, 12:54 PM
  4. Vertical Placement and Model Offset Editing ?
    By thesixth in forum WoW ME Questions and Requests
    Replies: 4
    Last Post: 02-02-2009, 01:10 PM
All times are GMT -5. The time now is 02:08 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search