A newbie question "Is this PlayerBase Address? And how do i move on?" menu

Shout-Out

User Tag List

Results 1 to 3 of 3
  1. #1
    nsfnd's Avatar Member
    Reputation
    1
    Join Date
    Nov 2006
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    A newbie question "Is this PlayerBase Address? And how do i move on?"

    Hello, first i would like to thank you guys for lots of usefull information here in ownedcore forums.
    I hope my question also gives some information to those who seek.

    Im trying to understand the consept of object manager, static client connection address, offsets in general.
    I will try to ask my question using an example, maxHP value.
    I've searched and found a static pointer that points the address which holds my maxHP value in it.
    As seen in CheatEngine screen shot below I found the static pointer Wow.exe + A42620.
    When i add 0xC and then 0x80 which is "0x20 * 4" which i believe maxHP offset, it points to address that holds my maxHP value.
    And this A42620 never changes. So everytime i boot the game i can get my maxHP value by,
    Code:
    BlackMagic wow = new BlackMagic();
    wow.OpenProcessAndThread(SProcess.GetProcessFromWindowTitle("World of Warcraft"));
    IntPtr BaseWoW = wow.MainModule.BaseAddress;
    uint playerBase =  (uint)BaseWoW + 0xA42620;
    uint DiscriptorFields = wow.ReadUInt(wow.ReadUInt(playerBase) + 0xC);
    int MAXHP = wow.ReadInt(DiscriptorFields + (0x20 * 4));
    maxHPLabel.Text = MAXHP.ToString();
    That BaseWoW variable holds the "Wow.exe+" seen in cheat engine, in this case BaseWoW = 0x1A8.
    So my question is, is the playerBase variable abow actually our local player's base address?
    And is DiscriptorFields variable actually discriptor fields?
    And if so, since i've found the player base static pointer can i track it back to static client connection and how i should i look into it?
    And look for objectManager offsets etc?
    Thanks for reading.


    A newbie question "Is this PlayerBase Address? And how do i move on?"-ce-jpg

    A newbie question "Is this PlayerBase Address? And how do i move on?"
  2. #2
    Twarwizard's Avatar Corporal
    Reputation
    40
    Join Date
    Aug 2011
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Guides for newbs ([Guides] Starting point for newbs)

    That thread shows how the object manager is found and how everthing is linked etc. Do some reading.

  3. #3
    nsfnd's Avatar Member
    Reputation
    1
    Join Date
    Nov 2006
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Apparently, first i need a tutorial about how to find what im looking for.
    I ll go ahead and read your post. Thanks a lot.

Similar Threads

  1. [Question] Loading Screen freezes after fully loaded, How Do I fix this?
    By hiroyuki in forum WoW EMU Questions & Requests
    Replies: 1
    Last Post: 02-13-2009, 10:16 AM
  2. [Question] I was surfin the interwebs and i found this.
    By The Toxic Deer in forum Art & Graphic Design
    Replies: 2
    Last Post: 09-07-2008, 04:45 PM
  3. [Question] Anybody know this font?
    By CodeDemon in forum Art & Graphic Design
    Replies: 5
    Last Post: 06-08-2008, 08:39 AM
  4. Newbie Question and Request
    By dc0ke in forum WoW ME Questions and Requests
    Replies: 2
    Last Post: 12-16-2007, 05:17 AM
  5. Question on finding addresses and values for editing.
    By Despite in forum World of Warcraft General
    Replies: 1
    Last Post: 09-26-2007, 06:21 PM
All times are GMT -5. The time now is 10:02 AM. 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