Iterating Object manager menu

Shout-Out

User Tag List

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

    Iterating Object manager

    First time working with this engine (external), don't hurt me to much.

    I'm assuming i'd iterate same as others,
    Code:
    auto CurrentCount = memory::read<int>(Manager + 0x10);
    for (auto i = 0; i < CurrentCount; i++) {
    	auto Object = memory::read<uintptr_t>(Manager + (0x8 * i));
    }
    seems to be wonky, if someone could lead me into the right direction :^)

    Wrath Build: 45613
    Last edited by eboyfriends; 09-17-2022 at 11:51 PM.

    Iterating Object manager
  2. #2
    Razzue's Avatar Contributor Avid Ailurophile

    CoreCoins Purchaser Authenticator enabled
    Reputation
    379
    Join Date
    Jun 2017
    Posts
    590
    Thanks G/R
    188/268
    Trade Feedback
    2 (100%)
    Mentioned
    14 Post(s)
    Tagged
    0 Thread(s)
    ..... Are you serious?

    There are various posts in this very forum from myself and many others that even provide you the source code that works. Take a day. Read a bit.

    I'm not one to spoon feed unless you show some sign of effort. Most people here don't actively hop to helping p2c "devs" that expect as such either fyi.
    "May all your bacon burn"

  3. #3
    eboyfriends's Avatar Member
    Reputation
    1
    Join Date
    Sep 2022
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Razzue View Post
    ~
    Originally Posted by Razzue View Post
    The "read array" is just a quicker way of doing

    var ArrayPtr = NT.Read<IntPtr>(managerBase+ 0x;
    for (var i = 0; i < MaxCount; i ++)
    {
    var entryPtr= NT.Read<IntPtr>(managerBase+ (0x8 * i));
    while(IntPtr.Zero != entryPtr)
    entryPtr = NT.Read<IntPtr>(entryPtr + 0x0);
    }

    no clue why while loop, but entryPtr + 0x18] + 0x18 = guid correct? but not correct
    Last edited by eboyfriends; 09-18-2022 at 04:41 AM.

  4. #4
    eboyfriends's Avatar Member
    Reputation
    1
    Join Date
    Sep 2022
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    fixed issue btw, working on w2s, names such now

Similar Threads

  1. [APP] - Malu05's Ingame Object Manager.
    By UnknOwned in forum WoW ME Tools & Guides
    Replies: 16
    Last Post: 05-30-2009, 01:42 PM
  2. Mobs missing from object manager.
    By RawrSnarl in forum WoW Memory Editing
    Replies: 23
    Last Post: 12-31-2008, 01:31 PM
  3. Object Manager
    By Shamun in forum WoW Memory Editing
    Replies: 11
    Last Post: 11-28-2008, 02:06 PM
  4. WoW Object Manager ?
    By discorly in forum WoW ME Questions and Requests
    Replies: 4
    Last Post: 07-28-2007, 06:34 PM
All times are GMT -5. The time now is 02:35 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