How can I read mana/hp player ? [2.4.3] menu

User Tag List

Results 1 to 3 of 3
  1. #1
    fab92's Avatar Private
    Reputation
    -3
    Join Date
    Jun 2010
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    How can I read mana/hp player ? [2.4.3]

    Hello, (sorry for my english)
    I program in c #, and I can not find how to read the mana Or hp player,but I noticed that the address was dynamic.

    I use the method blackmagic, an exemple :
    private BlackMagic BM = new BlackMagic();
    BM.OpenProcessAndThread(procID);
    uint uPlayerName = 0x00D43348;
    lblName.Text = BM.ReadASCIIString(uPlayerName, 20);
    BM.Close();

    So, how to find the address of Mana ? (i'm in 2.4.3)

    How can I read mana/hp player ? [2.4.3]
  2. #2
    fab92's Avatar Private
    Reputation
    -3
    Join Date
    Jun 2010
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Up please !

    MEGAUPLOAD - The leading online storage and file delivery service <---- That the "wow.exe" in 2.4.3, if you want to disassemble to find the solution to my problem.

  3. #3
    piiters's Avatar Corporal
    Reputation
    5
    Join Date
    May 2010
    Posts
    20
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I use folowing (C#):
    Code:
    uint power1 = wow.ReadUInt(wow.ReadUInt(playerbase + 8) + 0x19 * 4); // mana
                   uint power2 = wow.ReadUInt(wow.ReadUInt(playerbase + 8) + 0x1A * 4);// rage
                   uint power3 = wow.ReadUInt(wow.ReadUInt(playerbase + 8) + 0x1B * 4);
                   uint power4 = wow.ReadUInt(wow.ReadUInt(playerbase + 8) + 0x1C * 4);// energy
                   uint power5 = wow.ReadUInt(wow.ReadUInt(playerbase + 8) + 0x1D * 4);
                   uint power6 = wow.ReadUInt(wow.ReadUInt(playerbase + 8) + 0x1E * 4);
                   uint power7 = wow.ReadUInt(wow.ReadUInt(playerbase + 8) + 0x1F * 4);
    You might find useful THIS LINK. Of corse, you need to update ofsets (i believe they should be somewhere in this forum )

    Hope this helps

Similar Threads

  1. [wow 2.4.3] How can I read mana/hp player ?
    By fab92 in forum WoW Memory Editing
    Replies: 5
    Last Post: 06-05-2010, 03:24 PM
  2. How can i make players start at a level higher then 80? For example 90.
    By Wheeze201 in forum WoW EMU Questions & Requests
    Replies: 5
    Last Post: 08-03-2009, 12:28 PM
  3. How can i add an item to your inventory whenever you kill a player ?
    By Wheeze201 in forum WoW EMU Questions & Requests
    Replies: 6
    Last Post: 01-20-2009, 07:39 PM
  4. Can you read player names out of process?
    By sweeper18 in forum WoW Memory Editing
    Replies: 10
    Last Post: 07-06-2008, 08:54 PM
  5. How To Play sounds to all players of the server! read it here !
    By latruwski in forum World of Warcraft Emulator Servers
    Replies: 17
    Last Post: 11-30-2007, 03:33 AM
All times are GMT -5. The time now is 05:09 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