Read Chat messages out-of-process menu

Shout-Out

User Tag List

Results 1 to 3 of 3
  1. #1
    kajko's Avatar Member
    Reputation
    4
    Join Date
    Oct 2009
    Posts
    48
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Read Chat messages out-of-process

    Hello,

    Any one knows why this piece of sh.. ehmm.. code does not work. What ever i try, fails to produce results

    ...
    WoWChat_ChatBufferStart = 0x00A1FA80,
    WoWChat_NextMessage = 0x17C0,
    ...
    for( int i = 0; i < 60; i++ )
    {
    str = m_wowMem.ReadString( m_nModulBaseAddress + WoWChat_ChatBufferStart + i * WoWChat_NextMessage );
    LogString( str );
    }
    ...

    does not work with or w/o rebase.

    Thanks,
    Kajko

    Read Chat messages out-of-process
  2. #2
    Tanaris4's Avatar Contributor Authenticator enabled
    Reputation
    148
    Join Date
    Oct 2008
    Posts
    646
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You probably need these?

    Code:
    #define ChatLog_CounterOffset       0x8
    #define ChatLog_TimestampOffset     0xC
    #define ChatLog_UnitGUIDOffset      0x10
    #define ChatLog_UnitNameOffset      0x1C
    #define ChatLog_UnitNameLength      0x30
    #define ChatLog_DescriptionOffset   0x4C
    #define ChatLog_NextEntryOffset     0x17BC
    
    #define ChatLog_TextOffset 0xBB8
    https://tanaris4.com

  3. #3
    kajko's Avatar Member
    Reputation
    4
    Join Date
    Oct 2009
    Posts
    48
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Tanaris4 View Post
    You probably need these?

    Code:
    #define ChatLog_CounterOffset       0x8
    #define ChatLog_TimestampOffset     0xC
    #define ChatLog_UnitGUIDOffset      0x10
    #define ChatLog_UnitNameOffset      0x1C
    #define ChatLog_UnitNameLength      0x30
    #define ChatLog_DescriptionOffset   0x4C
    #define ChatLog_NextEntryOffset     0x17BC
    
    #define ChatLog_TextOffset 0xBB8
    Thanks, but i have no idea what to do with those...tried something, but did not worked out...
    I am embarrassed to say more...

    Kajko

    ---------- Post added at 10:55 AM ---------- Previous post was at 09:37 AM ----------

    Sorted )

    ...
    WoWChat_ChatBufferStart = 0x00A1FA80,
    WoWChat_NextMessage = 0x17C0,

    WoWChat_msgFormatedChat = 0x3c,
    WoWChat_chatBufferPos = 0xA79018,
    ...

    BYTE pos;
    m_wowMem.ReadVal( m_nModulBaseAddress + WoWChat_chatBufferPos, pos );

    for( int i = 0; i < pos; i++ )
    {
    str = m_wowMem.ReadString( m_nModulBaseAddress + WoWChat_ChatBufferStart + WoWChat_msgFormatedChat + i * WoWChat_NextMessage);
    LogString( str );
    }

Similar Threads

  1. Read chat message
    By DarkAngelBGE in forum Diablo 3 Memory Editing
    Replies: 6
    Last Post: 08-21-2014, 04:14 AM
  2. [C#][Copy/Pasta] Out of process DBC reading
    By Apoc in forum WoW Memory Editing
    Replies: 51
    Last Post: 08-16-2010, 02:19 PM
  3. Read Chat messages 3.2.0
    By The-Guardian in forum WoW Memory Editing
    Replies: 7
    Last Post: 08-10-2009, 01:30 PM
  4. Reading Chat Out-of-Process
    By RiseAndShine in forum WoW Memory Editing
    Replies: 9
    Last Post: 06-06-2009, 02:10 AM
  5. 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
All times are GMT -5. The time now is 10:01 PM. 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