[Help] Read ObjMgrPtr = 0 menu

User Tag List

Results 1 to 4 of 4
  1. #1
    hacker5510's Avatar Member
    Reputation
    2
    Join Date
    Sep 2019
    Posts
    11
    Thanks G/R
    5/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Help] Read ObjMgrPtr = 0

    Been trying to get started with these addresses but can't get it working.

    https://www.ownedcore.com/forums/wor...2-32089-a.html ([Classic] 1.13.2.32089)
    [Classic] 1.13.2.32089
    ObjMgrPtr: Wow.exe + 0x232DED8 Test Result: 0
    LocalPlayerGUID: Wow.exe + 0x26243D0 Test Result: OK
    LocalPlayerName: Wow.exe + 0x26243E8 Test Result: OK
    LastTargetGUID: Wow.exe + 0x218B8C0 unTest
    CurrentTargetGUID: Wow.exe + 0x218B8B0 Test Result: OK
    MouseoverGUID: Wow.exe + 0x2545878 unTest

    Code:
    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Runtime.InteropServices;
    using System.Text;
    using System.Threading.Tasks;
    using Process.NET;
    using Process.NET.Memory;
    
    namespace WoWTesterCMD
    {
        class Program
        {
            static void Main(string[] args)
            {
                var preprocess = System.Diagnostics.Process.GetProcessesByName("wow").FirstOrDefault();
                var ps = new ProcessSharp(preprocess, MemoryType.Remote);
                if (ps.Native.MainModule != null)
                {
                    var woWBase = ps.Native.MainModule.BaseAddress;
                    var objMgrPtr = ps.Memory.Read<int>(IntPtr.Add(woWBase, 0x231CED8));
                    Console.WriteLine($"objMgrPtr:{objMgrPtr}");
                }
                ps.Dispose();
                Console.ReadKey();
            }
             
        }
    }

    [Help] Read ObjMgrPtr = 0
  2. #2
    xalcon's Avatar Contributor ふたなり
    Authenticator enabled
    Reputation
    198
    Join Date
    Oct 2008
    Posts
    291
    Thanks G/R
    20/58
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    1. Wow classic is a 64 bit process, so when you read a pointer, you should use a 64 bit type, i.e. IntPtr or long/ulong instead of an int.
    2. Use the right address. You even posted the right one. 0x231CED8 is for Build 1.13.2.31882
    "Threads should always commit suicide - they should never be murdered" - DirectX SDK

  3. #3
    hacker5510's Avatar Member
    Reputation
    2
    Join Date
    Sep 2019
    Posts
    11
    Thanks G/R
    5/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks for reply, I don’t even know where I am wrong.:shh:

  4. #4
    hacker5510's Avatar Member
    Reputation
    2
    Join Date
    Sep 2019
    Posts
    11
    Thanks G/R
    5/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by xalcon View Post
    1. Wow classic is a 64 bit process, so when you read a pointer, you should use a 64 bit type, i.e. IntPtr or long/ulong instead of an int.
    2. Use the right address. You even posted the right one. 0x231CED8 is for Build 1.13.2.31882
    Thank you ! Thank you!
    I found the mistake.
    I posted 0x231DED8 but wrote 0x231CED8

Similar Threads

  1. [Help] Read Playername
    By 1814 in forum WoW Memory Editing
    Replies: 22
    Last Post: 10-23-2008, 04:59 AM
  2. Need help, read please!
    By elwarcrafta in forum World of Warcraft General
    Replies: 5
    Last Post: 07-30-2008, 01:00 PM
  3. Replies: 3
    Last Post: 07-10-2008, 05:05 AM
  4. [help] reading chat pane (for zeppelin arrivals)
    By korknob in forum WoW Memory Editing
    Replies: 2
    Last Post: 05-17-2008, 06:00 AM
All times are GMT -5. The time now is 10:38 AM. 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