Need help with Pointers menu

User Tag List

Results 1 to 8 of 8
  1. #1
    NanoB's Avatar Private
    Reputation
    -6
    Join Date
    Dec 2010
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Need help with Pointers

    Hey guys,

    I am looking for these pointers, I'm hoping you guys could help me out.

    None of these have been updated for 4.0.3 I believe, the summary just says so.
    Code:
    /// <summary>
            ///   Updated for 4.0.3
            /// </summary>
            public static unsafe class ObjectManagerPointers
            {
                public static uint
                    PlayerGUID = 0xB8,
                    GUID = 0x30, 
                    Type = 0x14,
                    FirstObject = 0xB4, 
                    NextObject = 0x3C, 
                    CurrMgr = 0x008A5C20,
                    CurrMgrEx = 0x4618;
            }
    
            /// <summary>
            ///   Updated for 4.0.3
            /// </summary>
            public static unsafe class GeneralPointers
            {
                public static uint
                    PlayerName = 0x8B2FB0, 
                    CurrentSpell = 0xB24,
                    CurrentChannelSpell = 0xB38,
                    GlueScreen = 0xB6A9E0,
                    LootWindow = 0x9FCA60, 
                    MouseOverGUID = 0x009816A0,
                    TargetGUID = 0x9906B8, 
                    ComboPoints = 0x98F759, 
                    GlobalCooldown = 0xD3F5AC,
                    InGame = 0x98F69A, 
                    ZoneText = 0x990690, 
                    SubZoneText = 0x99068C, 
                    WorldMap = 0xB22398;
            }
    
            /// <summary>
            ///   Updated for 4.0.3
            /// </summary>
            public static unsafe class AuraPointers
            {
                public static uint
                    AURA_COUNT_1 = 0xF98, 
                    AURA_COUNT_2 = 0xD1C, 
                    AURA_TABLE_1 = 0xD18, 
                    AURA_TABLE_2 = 0xD20, 
                    AURA_SIZE = 0x28, 
                    AURA_SPELL_ID = 0x8; 
            }
    
            /// <summary>
            ///   Updated for 4.0.3
            /// </summary>
            public static class PositionPointers
            {
                public static uint
                    UNIT_X = 0x110,
                    UNIT_Y = UNIT_X + 0x4,
                    UNIT_Z = UNIT_X + 0x8,
                    UNIT_ROT = UNIT_X + 0xA,
                    OBJECT_X = 0x110,
                    OBJECT_Y = OBJECT_X + 0x4,
                    OBJECT_Z = OBJECT_X + 0x8,
                    OBJECT_ROT = OBJECT_X + 0xA;
            }
    
            /// <summary>
            ///   Updated for 4.0.3
            /// </summary>
            public static class NamePointers
            {
                public static uint
                    UNIT_NAME_1 = 0xA24, 
                    UNIT_NAME_2 = 0x60, 
                    GAMEOBJECT_NAME_1 = 0x1CC,
                    GAMEOBJECT_NAME_2 = 0x94, 
                    NAME_STORE = 0x881988 + 0x8,
                    NAME_MASK = 0x24,
                    NAME_BASE = 0x1C,
                    NAME_STRING = 0x20;
            }

    Need help with Pointers
  2. #2
    Randomizer's Avatar Contributor
    Reputation
    120
    Join Date
    Jun 2008
    Posts
    188
    Thanks G/R
    6/0
    Trade Feedback
    1 (100%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Check Here: http://www.mmowned.com/forums/world-...mp-thread.html


    This thread was about 5 down...

  3. #3
    miceiken's Avatar Contributor Authenticator enabled
    Reputation
    209
    Join Date
    Dec 2007
    Posts
    401
    Thanks G/R
    7/9
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Christ.................

  4. #4
    dook123's Avatar Active Member
    Reputation
    21
    Join Date
    Oct 2008
    Posts
    115
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    ?

    Thats kind of hurtful guys.... I mean who looks for posts already up about the information they need? ^^

    @NanoB There are usually sticky threads or a thread towards the top of the list dealing with all new patch info that people have submitted, you are new so maybe you didnt know that. From now on look there first and if you dont find it then the site must be dead because its always there.

  5. #5
    Randomizer's Avatar Contributor
    Reputation
    120
    Join Date
    Jun 2008
    Posts
    188
    Thanks G/R
    6/0
    Trade Feedback
    1 (100%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by miceiken View Post
    Christ.................
    Ripped right from MBot (tm)

  6. #6
    NanoB's Avatar Private
    Reputation
    -6
    Join Date
    Dec 2010
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I did update some of them but the post in the threads mentioned are like a week old, and Blizz released hotfixes in the meanwhile so they might have changed. Also, not all of the pointers I need have been released or they have been released under a different name so I don't know which pointers to use.

    So yeah, can anybody help?

    Also, this is not from MBot, I believe it's from LBot or something, but I'm changing a lot of the sourcecode.

  7. #7
    cvccbum's Avatar Member
    Reputation
    1
    Join Date
    Sep 2009
    Posts
    26
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    All pointers/offsets on that post (4.0.3.13329) still work. Even after the hotfixes.

  8. #8
    dook123's Avatar Active Member
    Reputation
    21
    Join Date
    Oct 2008
    Posts
    115
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I think part of the forum rules says not to ask for things like this. If the stuff you are missing is not in those threads I encourage you to find them and post them. Contribute to the cause

Similar Threads

  1. [Help][C++] Need help with array of pointers
    By prospectingemu in forum Programming
    Replies: 3
    Last Post: 03-18-2014, 10:13 PM
  2. I need help with multi-level pointers in CE
    By Phygar in forum WoW Memory Editing
    Replies: 0
    Last Post: 01-31-2008, 04:38 PM
  3. I need help with CE (pointers)
    By vivec45 in forum World of Warcraft General
    Replies: 0
    Last Post: 08-10-2007, 02:45 AM
  4. need help with shammy talents
    By jason in forum World of Warcraft General
    Replies: 5
    Last Post: 07-19-2006, 02:02 AM
  5. Need Help with WoW Glider
    By paypal in forum World of Warcraft General
    Replies: 2
    Last Post: 07-07-2006, 02:08 AM
All times are GMT -5. The time now is 09:34 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