[WoW][3.3.2] Info Dump Thread menu

User Tag List

Page 3 of 8 FirstFirst 1234567 ... LastLast
Results 31 to 45 of 114
  1. #31
    JabbaTheCunt's Avatar Member
    Reputation
    1
    Join Date
    Jan 2010
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    And two more...

    Code:
    public const uint CURRENT_ZONE_NAME_POINTER = 0xB69598; // 3.3.0 0xB68558;
    public const uint CURRENT_SUBZONE_NAME_POINTER = 0xB69594; // 3.3.0 0xB68554;

    [WoW][3.3.2] Info Dump Thread
  2. #32
    Unkn0wn0x's Avatar Member
    Reputation
    6
    Join Date
    Aug 2009
    Posts
    39
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Code:
       enum CTM
       {
          CTMXOffset  = 0xCBA864,
          CTMYOffset  = 0xCBA864 + 4,
          CTMZOffset  = 0xCBA864 + 8,
          CTMState    = 0xCBA7F4,
          CTMDistance = 0xCBA7E4,
       };
    Well the CTMY,Z are not listed here and i thought i should post them :P

  3. #33
    Overflow's Avatar Member
    Reputation
    -10
    Join Date
    Mar 2009
    Posts
    21
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    .





    .
    Last edited by Overflow; 02-06-2010 at 10:00 AM.

  4. #34
    Apoc's Avatar Angry Penguin
    Reputation
    1387
    Join Date
    Jan 2008
    Posts
    2,750
    Thanks G/R
    0/12
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Overflow View Post
    Only ones I had to do myself this time (except camera which I was to slow to see here)

    const static unsigned int ADR_FOCUS_GUID = 0x00B695E8;
    const static unsigned int ADR_CHAT_MSG_INDEX = 0x00B67F24;

    So thanks for sharing (gief rep want faster seach )
    Don't ask for rep. Enjoy your -7 from me.

  5. #35
    TheWolph's Avatar Member
    Reputation
    1
    Join Date
    Jun 2009
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    RealZoneText = 0x9C744F
    doesn't work for me so I'm using
    ReadASCIIString(ReadUInt(0xB67FC4)+14, 50) for now witch takes it from General - zone

  6. #36
    Screamer2010's Avatar Private
    Reputation
    1
    Join Date
    Feb 2010
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Exellent

    Excellent Work.

    All I need to do now is learn how to use the info..

  7. #37
    flo8464's Avatar Active Member
    Reputation
    30
    Join Date
    Apr 2009
    Posts
    434
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Apoc View Post
    Don't ask for rep. Enjoy your -7 from me.
    Thats what I call "Owned!".
    Hey, it compiles! Ship it!

  8. #38
    drunreal's Avatar Member
    Reputation
    0
    Join Date
    Jul 2009
    Posts
    87
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by flo8464 View Post
    Thats what I call "Owned!".
    Yeah definelly Anyway its his problem he did not say + rep only rep so Apoc could take it from both sides

  9. #39
    Overflow's Avatar Member
    Reputation
    -10
    Join Date
    Mar 2009
    Posts
    21
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hmm, ok thanks a lot idiot.. dont expect any favours from me

  10. #40
    Apoc's Avatar Angry Penguin
    Reputation
    1387
    Join Date
    Jan 2008
    Posts
    2,750
    Thanks G/R
    0/12
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Overflow View Post
    hmm, ok thanks a lot idiot.. dont expect any favours from me
    Didn't expect any to begin with. If you want to continue breaking the rules; I'll give you the same treatment I give everyone else in this forum.

    Break the rules, and you get a 2 week vacation.

    Your pick.

  11. #41
    sargy's Avatar Member
    Reputation
    4
    Join Date
    Nov 2009
    Posts
    10
    Thanks G/R
    1/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sorry if this has already been posted. My first offset contribution!

    LastTargetGUID = 0x00B695D0

  12. #42
    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)
    Greetings,
    Can someone supply me with the g_ClientConnection. Your help would be greatly appreciated! Thank you in advance.

    I tried using this instructional how to: http://www.mmowned.com/forums/wow-me...ml#post1472411

    I got the address 0x00AE41CC from http://img705.imageshack.us/img705/5...aclientcon.jpg

    Please advise where I went wrong.
    Last edited by Randomizer; 02-07-2010 at 02:02 PM.

  13. #43
    xwinterx's Avatar Member
    Reputation
    26
    Join Date
    Apr 2009
    Posts
    103
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    there are a couple places where the client connection comes up. look at them and compare the values to what has been posted here. screen shot and keep for reference in the future. that is what I did.

  14. #44
    mnbvc's Avatar Banned
    Reputation
    120
    Join Date
    Jul 2009
    Posts
    273
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    GetZoneText

    signed int __cdecl sub_4BAAB0(int a1)
    {
    char *v1; // eax@1

    v1 = (char *)dword_B695A0;
    if ( !dword_B695A0 )
    v1 = &byte_9C744F;
    sub_827500(a1, v1);
    return 1;
    }

    -> zonetext = wow.ReadASCIIString(wow.ReadUInt(0xB695A0), 16);

  15. #45
    Krillere's Avatar Contributor
    Reputation
    112
    Join Date
    Nov 2007
    Posts
    668
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone got the DoString address?

Page 3 of 8 FirstFirst 1234567 ... LastLast

Similar Threads

  1. [WoW][3.3.0] Info Dump Thread
    By Apoc in forum WoW Memory Editing
    Replies: 104
    Last Post: 02-02-2010, 01:26 AM
  2. [WoW][3.2.2] Info Dump Thread
    By Apoc in forum WoW Memory Editing
    Replies: 155
    Last Post: 12-04-2009, 12:40 AM
  3. [WoW][3.2.0] Info Dump Thread
    By Apoc in forum WoW Memory Editing
    Replies: 204
    Last Post: 09-22-2009, 05:14 AM
  4. [WoW][3.1.0] Info Dump Thread
    By Apoc in forum WoW Memory Editing
    Replies: 1
    Last Post: 05-03-2009, 01:29 PM
  5. [WoW][3.0.9] Info dump thread
    By Apoc in forum WoW Memory Editing
    Replies: 8
    Last Post: 03-19-2009, 03:18 PM
All times are GMT -5. The time now is 08:36 PM. 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