How To Use Offset Dump? menu

User Tag List

Results 1 to 5 of 5
  1. #1
    Cooldude's Avatar Member
    Reputation
    11
    Join Date
    Sep 2006
    Posts
    128
    Thanks G/R
    6/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    How To Use Offset Dump?

    How do you use the offset dumps that are publicly posted? For example I am on 3.3.5a 12340 warmane.

    In the public dump threads such as here (https://www.ownedcore.com/forums/wor...0-offsets.html (3.3.5a 12340 Offsets))

    It says that player xp is at 0x00AC66D8 + offset 0x9E8

    When I manually find the current playerXP pointer using CE I get 0x006EEDD0 + 0x14, 0x20, 0x4, 0x34, 0x24, 0xC, 0x984 and can read the value with an internal DLL successfully.

    How do you use those public dumps? If i try to read 0x00AC66D8 + offset 0x9E8 it just returns random bogus in memory.
    Last edited by Cooldude; 01-07-2020 at 03:29 PM.

    How To Use Offset Dump?
  2. #2
    NoxiaZ's Avatar Active Member
    Reputation
    23
    Join Date
    May 2019
    Posts
    101
    Thanks G/R
    21/12
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It would be easier to help you if you showed your code for reading.
    Anyways, if you want to use the pointer 0x00AC66D8 with an offset on 0x9E8 then you have to take baseaddress of wow like "Wow.exe+0x00AC66D8" read the address there and add 0x9E8, and then you get to the location.

    Or in CE it would be: Capture.PNG

    Hope this helps you a bit.

  3. #3
    Cooldude's Avatar Member
    Reputation
    11
    Join Date
    Sep 2006
    Posts
    128
    Thanks G/R
    6/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks for the reply, I tried that first but no luck, here is how I am reading:
    Code:
            uintptr_t moduleBase = (uintptr_t)GetModuleHandle(L"wow.exe");
        moduleBase = (uintptr_t)GetModuleHandle(NULL);
        uintptr_t playerXPDump = mem::FindDMAAddy(moduleBase + 0x00AC66D8, { 0x9E8 });
        uintptr_t playerXPPointer = mem::FindDMAAddy(moduleBase + 0x006EEDD0, { 0x14, 0x20, 0x4, 0x34, 0x24, 0xC, 0x984 });
    Code:
    uintptr_t mem::FindDMAAddy(uintptr_t ptr, std::vector<unsigned int> offsets)
    {
        uintptr_t addr = ptr;
        for (unsigned int i = 0; i < offsets.size(); ++i)
        {
            addr = *(uintptr_t*)addr;
            addr += offsets[i];
        }
        return addr;
    }
    Edit:
    When I open cheat engine and put the wow.exe + address and then add the offset I don't get anything either, see screenshot.
    Screenshot: Screenshot by Lightshot
    Last edited by Cooldude; 01-07-2020 at 03:51 PM.

  4. #4
    NoxiaZ's Avatar Active Member
    Reputation
    23
    Join Date
    May 2019
    Posts
    101
    Thanks G/R
    21/12
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Seems you are using the wrong pointer - Are you sure that these offsets are for this version ? - I am not playing that version, so i can't test it my self.

  5. #5
    sanyle's Avatar Member
    Reputation
    1
    Join Date
    Dec 2019
    Posts
    27
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I use CE to see the offset, but it often crashes the game. Changing keywords as suggested still happens frequently. Is there any other good way? thank.

Similar Threads

  1. Replies: 2
    Last Post: 10-01-2015, 04:06 AM
  2. How to use information in info dumps?
    By l1nk3 in forum WoW Bots Questions & Requests
    Replies: 0
    Last Post: 04-15-2010, 05:58 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. how to use this offsets
    By pandyer in forum WoW Memory Editing
    Replies: 17
    Last Post: 02-19-2009, 04:44 PM
  5. How To: use .rar files.
    By raamoz in forum World of Warcraft Guides
    Replies: 3
    Last Post: 11-06-2006, 02:51 PM
All times are GMT -5. The time now is 03:52 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search