3.3.5 Offsets menu

Shout-Out

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 28
  1. #1
    wraithZX's Avatar Active Member
    Reputation
    43
    Join Date
    May 2007
    Posts
    122
    Thanks G/R
    0/1
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    3.3.5 Offsets

    For Apoc to Copy/Rape when he sorts out the new thread...

    Code:
                 ClntObjMgrObjectPtr 0x004D5540 (R:0x000D5540 D:0x004D5540)
           ClntObjMgrGetActivePlayer 0x004D3F40 (R:0x000D3F40 D:0x004D3F40)
    
                     CGUnit_C_VTABLE 0x00A34D38 (R:0x00634D38 D:0x00A34D38)
               CGUnit_C__GetPosition 0x006E71D0 (R:0x002E71D0 D:0x006E71D0) VTable index: 12
                 CGUnit_C__GetFacing 0x006E7220 (R:0x002E7220 D:0x006E7220) VTable index: 14
                  CGUnit_C__GetModel 0x00717F00 (R:0x00317F00 D:0x00717F00) VTable index: 24
              CGUnit_C__OnRightClick 0x00731710 (R:0x00331710 D:0x00731710) VTable index: 44
             CGUnit_C__GetObjectName 0x006E71A0 (R:0x002E71A0 D:0x006E71A0) VTable index: 54
    
             CGPlayer_C__ClickToMove 0x007278B0 (R:0x003278B0 D:0x007278B0)
       CGWorldFrame__GetActiveCamera 0x004F6050 (R:0x000F6050 D:0x004F6050)
    
                    GetGUIDByKeyword 0x0060AFA0 (R:0x0020AFA0 D:0x0060AFA0)
                  EnumVisibleObjects 0x004D52C0 (R:0x000D52C0 D:0x004D52C0)
    
                            lua_type 0x0084E050 (R:0x0044E050 D:0x0084E050)
                     luaL_loadbuffer 0x0084FA00 (R:0x0044FA00 D:0x0084FA00)
                           lua_pcall 0x0084EDF0 (R:0x0044EDF0 D:0x0084EDF0)
                       lua_toboolean 0x0084E250 (R:0x0044E250 D:0x0084E250)
                       lua_tolstring 0x0084E280 (R:0x0044E280 D:0x0084E280)
                        lua_tonumber 0x0084E1D0 (R:0x0044E1D0 D:0x0084E1D0)
                          lua_gettop 0x0084DD70 (R:0x0044DD70 D:0x0084DD70)
                          lua_settop 0x0084DD90 (R:0x0044DD90 D:0x0084DD90)
                        lua_getfield 0x0084F550 (R:0x0044F550 D:0x0084F550)
                        lua_getState 0x00817F50 (R:0x00417F50 D:0x00817F50)
    Untested, of course, seeing as the servers are down.

    EDIT: PatchDiff2 confirms my dumper's values above, just gotta wait to get in-game to test...
    Last edited by wraithZX; 06-22-2010 at 07:48 AM.

    3.3.5 Offsets
  2. #2
    TOM_RUS's Avatar Legendary
    Reputation
    914
    Join Date
    May 2008
    Posts
    699
    Thanks G/R
    0/52
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

  3. #3
    wraithZX's Avatar Active Member
    Reputation
    43
    Join Date
    May 2007
    Posts
    122
    Thanks G/R
    0/1
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Well if we're doing that....

    Paste2: Next Generation Pastebin - Viewing Paste 887846

    ...and the corresponding IDA idc file:

    http://paste2.org/p/887848

    EDIT: The lot is unconfirmed. Don't blame me for mislabeled stuff, I honestly don't care :P
    Last edited by wraithZX; 06-22-2010 at 07:54 AM.

  4. #4
    Apoc's Avatar Angry Penguin
    Reputation
    1388
    Join Date
    Jan 2008
    Posts
    2,750
    Thanks G/R
    0/13
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anybody got a binary link? I'm currently blocked from connecting to WoW's servers for some reason. (Cba to figure it out right now)

    Edit; stickying this until I get a chance to prettify the addresses you guys have dumped.

  5. #5
    JuJuBoSc's Avatar Banned for scamming CoreCoins Purchaser
    Reputation
    1019
    Join Date
    May 2007
    Posts
    922
    Thanks G/R
    1/3
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Code:
            public enum Lua
            {
    
                Lua_DoString = 0x008193B0,                  // 3.3.5
                Lua_GetLocalizedText = 0x007229C0,          // 3.3.5
    
            }
    
            public enum Direct3D9
            {
    
                pDevicePtr_1 = 0x00C5DF80,                  // 3.3.5
                pDevicePtr_2 = 0x397C,                      // 3.3.5
                oEndScene = 0xA8,                           // 3.3.5
    
            }
    
            public enum ObjectManager
            {
    
                CurMgrPointer = 0x00C79CD8,                 // 3.3.5
                CurMgrOffset = 0x2ED0,                      // 3.3.5
                NextObject = 0x3C,                          // 3.3.5
                FirstObject = 0xAC,                         // 3.3.5
                LocalGUID = 0xC0                            // 3.3.5
    
            }
    
            public enum Globals
            {
    
                s_PlayerName = 0x00C79D10,                  // 3.3.5
                s_CurrentTarget = 0x00BD07A8,               // 3.3.5
                s_CurrentAccount = 0x00B6AA38,              // 3.3.5
                s_LastTarget = 0x00BD07B0,                  // 3.3.5
                s_MouseOver = 0x00BD0798,                   // 3.3.5
                s_ComboPoint = 0x00BD0845,                  // 3.3.5
                s_LootWindow = 0x00BFA8D0,                  // 3.3.5
                s_KnownSpell = 0x00BE5D80,                  // 3.3.5
                s_IsLoadingOrConnecting = 0x00B6AA30,       // 3.3.5
                Movement_Field = 0xD8,                      // 3.3.5
    
                s_SpellCooldown_Pointer = 0x00D3F5A4,       // 3.3.5
    
                s_Timestamp = 0x00B1D618,                   // 3.3.5
                s_LastHardwareAction = 0x00B4999C,          // 3.3.5
    
                ClntObjMgrObjectPtr = 0x004D5540,           // 3.3.5
                ClntObjMgrGetActivePlayerObj = 0x4038F0,    // 3.3.5
                HandleTerrainClick = 0x0080C450,            // 3.3.5
                CGGameUI_Target = 0x005253F0,               // 3.3.5
                Spell_C_CastSpell = 0x0080DB50,             // 3.3.5
                CGUnit_C__GetCreatureType = 0x0071F6E0,     // 3.3.5
                CGUnit_C__GetCreatureRank = 0x00718DE0,     // 3.3.5
    
                nbItemsSellByMerchant = 0x00BFA3E8,         // 3.3.5
    
                CInputControl = 0x00C2494C,                 // 3.3.5
    
            }
    
            public enum ClickToMove
            {
    
                CGPlayer_C__ClickToMove = 0x007278B0,       // 3.3.5
    
                CTM_Activate_Pointer = 0xBD08EC,            // 3.3.5
                CTM_Activate_Offset = 0x30,                 // 3.3.5
    
                CTM_Base = 0x00CA11D0,                      // 3.3.5
    
            }
    
            public enum Party
            {
    
                s_LeaderGUID = 0x00BD1960,                  // 3.3.5
                s_Member1GUID = 0x00BD1940,                 // 3.3.5
                s_Member2GUID = s_Member1GUID + 0x8,        // 3.3.5
                s_Member3GUID = s_Member2GUID + 0x8,        // 3.3.5
                s_Member4GUID = s_Member3GUID + 0x8,        // 3.3.5
    
            }
    
            public enum Corpse
            {
    
                X = 0x00BD0A50,                              // 3.3.5
                Y = X + 0x4,                                 // 3.3.5
                Z = X + 0x8,                                 // 3.3.5
    
            }
    
            public enum ShapeshiftForm
            {
    
                CGUnit_C__GetShapeshiftFormId = 0x0071B350, // 3.3.5  
    
                BaseAddress_Offset1 = 0xD0,                 // 3.3.5 
                BaseAddress_Offset2 = 0x1D3,                // 3.3.5 
    
            }
    
            public enum UnitBaseGetUnitAura
            {
    
                CGUnit_Aura = 0x005576A0,                   // 3.3.5
                AURA_COUNT_1 = 0xDD0,                       // 3.3.5
                AURA_COUNT_2 = 0xC54,                       // 3.3.5
                AURA_TABLE_1 = 0xC50,                       // 3.3.5
                AURA_TABLE_2 = 0xC58,                       // 3.3.5
                AURA_SIZE = 0x18,                           // 3.3.5
                AURA_SPELL_ID = 0x8                         // 3.3.5
    
            }
    
            public enum Movements
            {
    
                MoveForwardStart = 0x005FC5B0,              // 3.3.5
                MoveForwardStop = 0x005FC600,               // 3.3.5
                MoveBackwardStart = 0x005FC640,             // 3.3.5
                MoveBackwardStop = 0x005FC690,              // 3.3.5
                TurnLeftStart = 0x005FC6D0,                 // 3.3.5
                TurnLeftStop = 0x005FC710,                  // 3.3.5
                TurnRightStart = 0x005FC760,                // 3.3.5
                TurnRightStop = 0x005FC7A0,                 // 3.3.5
                JumpOrAscendStart = 0x005FC330,             // 3.3.5
                AscendStop = 0x005FC450,                    // 3.3.5
    
            }
    
            public enum IsFlying
            {
    
                // Reversed from Lua_IsFlying
    
                IsFlyingOffset = 0x44,                      // 3.3.5
                IsFlying_Mask = 0x2000000,                  // 3.3.5
    
            }
    
            public enum IsSwimming
            {
    
                // Reversed from Lua_IsSwimming
    
                IsSwimmingOffset = 0xA30,                   // 3.3.5
                IsSwimming_Mask = 0x200000,                 // 3.3.5
    
            }
    
            public enum AutoLoot
            {
    
                AutoLoot_Activate_Pointer = 0x00D090C,      // 3.3.5
                AutoLoot_Activate_Offset = 0x30,            // 3.3.5
    
            }
    
            public enum AutoSelfCast
            {
    
                AutoSelfCast_Activate_Pointer = 0xBD0918,   // 3.3.5
                AutoSelfCast_Activate_Offset = 0x30,        // 3.3.5
    
            }
    
            public enum WoWChat
            {
    
                ChatBufferStart = 0x00B75A58,               // 3.3.5
                NextMessage = 0x17C0,                       // 3.3.5
    
            }
    More to come, thanks TOM_RUS for the binary.
    Last edited by JuJuBoSc; 06-23-2010 at 07:59 AM.

  6. #6
    Cheatz0's Avatar Member
    Reputation
    14
    Join Date
    May 2009
    Posts
    36
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    These are unconfirmed:
    Code:
    RuneType = 0x00C242FC;
    RuneState = 0x00C2435C;
    
    GameState = 0x00BD078A; //1 = in game 0 = loadingscreen
    More to come later

  7. #7
    DrakeFish's Avatar Lazy Leecher

    Reputation
    634
    Join Date
    Nov 2008
    Posts
    569
    Thanks G/R
    0/14
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Code:
    // DrakeFish's Address Dump for WoW.exe (3.3.5.12213)
    // Dump Date: 6\22\2010
    
    00CD87A0   PlayerPointer
    00C79CD8   CurrMgr_Ptr
    00002ED0   CurrMgr_Offs
    00CA1230   PlayerGUID
    00CA1234   PlayerID
    00BD07A8   TargetGUID
    00BD07AC   TargetID
    00AB63BC   MapID
    00BD0804   ZoneID
    00BD0778   ZoneNamePtr
    00BEA4C8   BGStatus
    00B4AA8C   IsIndoors
    00B75A58   ChatBuffer_Start
    000017C0   ChatBuffer_Next
    00BCEFEC   ChatBuffer_Count
    00CA11EC   CTM_Type
    00CA11F0   CTM_GUID
    00CA125C   CTM_Xpos
    00B4999C   LastHardwareAction
    00B1D618   TimeStamp
    Apoc, here's the link you asked for:
    http://filebeam.com/3ae024f651cdeb3828493c25f352cf0e
    Last edited by DrakeFish; 06-22-2010 at 11:47 AM.

  8. #8
    ostapus's Avatar Active Member
    Reputation
    60
    Join Date
    Nov 2008
    Posts
    180
    Thanks G/R
    3/10
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

  9. #9
    eLaps's Avatar Active Member
    Reputation
    34
    Join Date
    Sep 2007
    Posts
    123
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Code:
    AHListNumAuctions            0xc0f43c
    AHListAuctions               0xc0f440
    AHListTotalAuctions          0xc0f400
    LastHardwareAction           0xb4999c
    CGUnit_C__UpdateDisplayInfo  0x73e8c0
    Traceline                    0x7a4060
    InternalMapName              0xce06c8
    LuaState                     0xd3f784
    FrameScript_RegisterFunction 0x818130
    InvalidPtrMaxRange           0xd415b4    //void**
    Timestamp                    0xb1d618    //uint32_t*
    Untested.

  10. #10
    snip_78's Avatar Private
    Reputation
    1
    Join Date
    Feb 2009
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Code:
      public const int BaseBoxTchat = 0xDCE474; // 3.3.3 0xCB8B3C; // 3.3.2 0xDF5D94; // 3.3.0 0xDF4D94; //3.2.2 0x013D1DB4; //3.2.0a 0x013BBF8C;
            public const int StatBoxTchat = 0xD41658; // 3.3.3 0xAEDD48; // 3.3.2 0xD61B00; // 3.3.0 0xD60AB0; //3.2.2 0xD60AB0;  //3.2.2  0x0133D870; //3.2.0a  0x01327770;
    
            public const int BaseTchat = 0x00B75A58; // 3.3.3 0x00BF3F4C; // 3.3.2 0x00B0D984; //3.2.0a  0x010CCB94; !!!!!!!!!!!!!!!!!!!!!!!
            public const int ProchainMessage = 0x17C0;
    
            public const int CORPSE_X = 0x00BD0A50; // 3.3.3 0x00C4EDDC; // 3.3.2 0x00B69858; // 3.3.0 0xB68810; // 3.2.2 0x113DA34; //3.2.0a  0x011279F8;
            public const int CORPSE_Y = CORPSE_X + 0x4;
            public const int CORPSE_Z = CORPSE_Y + 0x4;
    
            public const int CTM = 0x00CA11D0; // 3.3.3 0xB92510; // 3.3.2 0xCBA7D8; // 3.3.0 0x0CB9788; //3.2.2  0x1297920; //3.2.0a  0x01281838;
            public const int CTM_DISTANCE = CTM + 0xC;
            public const int CTM_GUID = CTM + 0x20;
            public const int CTM_PUSH = CTM + 0x1C;
            public const int CTM_X = CTM + 0x8C;
            public const int CTM_Y = CTM + 0x90;
            public const int CTM_Z = CTM + 0x94;
    
          
            public const int TargetGUID = 0xBD07A8; // 3.3.3 0x00C4EB48; // 3.3.2 0x00B695C8; // 3.3.0 0x00B68580; //3.2.2 0x113d7a8; //3.2.0a  0x1127770;
            public const int LastTargetGUID = 0xBD07B0; // 3.3.3 0x00C4EB50; // 3.3.2 0x00B695D0; // 3.3.0 0x00B68588; //3.2.2 0x113D7B0; //3.2.0a 0x01127778;
    
            public const int LastWowErrorMessage = 0xBCFB88; // 3.3.3 0xC4DF28; // 3.3.2 0x004B9760; // 3.3.0 0xB67960; //3.2.2 0x0113CB88; //3.2.0a  0x01126B50;
    
            public const int Map_Name = 0xCE06C8; // 3.3.3 0xB22298; // 3.3.2 0xD00B78; // 3.3.0 0xCFFB28; //3.2.2 0x012DC8E8; //3.2.0a  0x012C67F8;
    
            public const int StartBar = 0xC1E350; // 3.3.3 0xC53CB0; // 3.3.2 0xC37C30; // 3.3.0 0xC36BE8; //3.2.2 0x0120BE98; //3.2.0a  0x011F5E70;
            public const int LastBar = StartBar + 0x11C;
            public const int NbBar = 0xC1E590; // 3.3.3 0xC53EF0; // 3.3.2 0xC37E70; // 3.3.0 0xC36E28; //3.2.2 0x0120C0D8; //3.2.0a  0x011F60B0;
            public const int NextBar = 0x4;
    
          
    
            public const int ObjMgr1 = 0x00C79CD8; // 3.3.3 0x00BB43F0; // 3.3.2 0xC93410; // 3.3.0 0x00C923C0; //3.2.2 0x12705B0; //3.2.0a  0x125A590;
            public const int ObjMgr2 = 0x2ED0; // 3.3.3 0x2EB0;  // 3.3.2 0x2E04; //3.2.0a 0x2D8C;
            public const int ObjMgr_curObj = 0xAC;
            public const int ObjMgr_nextObj = 0x3C;
    
            public const int ObjName1 = 0x1A4;
            public const int ObjName2 = 0x90;
    
            public const int PlayerCP = 0xBD0845; // 3.3.3 0x00C4EBE5; //3.3.2 0x00B6861D; //3.2.2 0x0113D849; //3.2.0a  0x11D4001;
    
            public const int PlayerName = 0xC79D10; // 3.3.3 0x00BB4428; //3.3.2 0x00C93448; // 3.3.0 0xC923F8; //3.2.2 0x012705E8; //3.2.0a 0x125A5C8;
    
           
            public const int StatPvp = 0xBEA4C8; // 3.3.3 0xC55988; //3.3.2 0xB6F020; // 3.3.0 0x00B6DFD8; //3.2.2  0x0113F2B0; //3.2.0a 0x01129278;
          
            public const int StartSlotIsReady = 0xC1DED0; // 3.3.3 0xC53830; //3.3.2 0xC377B0; // 3.3.0 0xC36768; //3.2.2  0x120BA18;
    Last edited by snip_78; 06-23-2010 at 07:27 AM. Reason: Fix Offset

  11. #11
    Chinchy's Avatar Active Member
    Reputation
    21
    Join Date
    Mar 2009
    Posts
    71
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by JuJuBoSc View Post
    Code:
            public enum Globals
            {
    
                s_LastTarget = 0x00BD07B0,                  // 3.3.5
                s_MouseOver = 0x00BD07B0,                   // 3.3.5
    
            }
    Small error. That is the address for LastTarget's GUID. Here is MouseOver's GUID. =)
    s_Mouseover = 0x00BD0798 //3.3.5

  12. #12
    tboy32's Avatar Member
    Reputation
    6
    Join Date
    Jun 2009
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    PlayerNameCache 0xC5D930

  13. #13
    lunitune's Avatar Member
    Reputation
    3
    Join Date
    Apr 2008
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thank you all.

    ptr_iPlayerBaseStatic 0x00CD87A0

  14. #14
    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)
    Thanks all for the information. I am still waiting diligently for one of Apoc's award winning Offset posts!

  15. #15
    JuJuBoSc's Avatar Banned for scamming CoreCoins Purchaser
    Reputation
    1019
    Join Date
    May 2007
    Posts
    922
    Thanks G/R
    1/3
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Camera Pointer 0x00B74364
    Camera Offset 0x7E20
    Camera X 0x8
    Camera Y 0xC
    Camera Z 0x10

Page 1 of 2 12 LastLast

Similar Threads

  1. WoW Offsets & WPE
    By RyanoAthens in forum World of Warcraft General
    Replies: 2
    Last Post: 03-11-2014, 10:15 PM
  2. Hiding offsets of proccess how ?
    By sabotage3d in forum World of Warcraft General
    Replies: 0
    Last Post: 03-24-2007, 09:59 AM
  3. Swimming state offset
    By sabotage3d in forum World of Warcraft General
    Replies: 0
    Last Post: 03-12-2007, 03:54 PM
  4. Enemy offsets
    By sabotage3d in forum World of Warcraft General
    Replies: 0
    Last Post: 03-12-2007, 08:13 AM
  5. How do you find memory offsets in the game?
    By koalaz2004 in forum World of Warcraft General
    Replies: 0
    Last Post: 08-18-2006, 09:40 PM
All times are GMT -5. The time now is 01:56 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