Ingame Chat menu

User Tag List

Thread: Ingame Chat

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

    Ingame Chat

    Does anyone know how to send Messages to the "/all" chat?
    I already found this.

    Code:
    CPU Disasm
    Address   Hex dump          Command                                  Comments
    00887EC0  /.  51            PUSH ECX
    00887EC1  |.  A1 58C5E300   MOV EAX,DWORD PTR DS:[0E3C558]
    00887EC6  |.  85C0          TEST EAX,EAX
    00887EC8  |.  74 3E         JE SHORT return 1
    00887ECA  |.  8B40 7C       MOV EAX,DWORD PTR DS:[EAX+7C]
    00887ECD  |.  85C0          TEST EAX,EAX
    00887ECF  |.  75 29         JNE SHORT Send_a_Message
    00887ED1  |.  6A 10         PUSH 10                                  ; /VirtualKey = VK_SHIFT
    00887ED3  |.  FF15 E0FB9E00 CALL DWORD PTR DS:[<&USER32.GetKeyState> ; \USER32.GetKeyState
    00887ED9  |.  66:85C0       TEST AX,AX
    00887EDC  |.  79 0E         JNS SHORT NotShift
    00887EDE  |.  E8 DDCCFEFF   CALL OpenChat_with_/all
    00887EE3  |.  B8 01000000   MOV EAX,1
    00887EE8  |.  59            POP ECX
    00887EE9  |.  C2 0800       RETN 8
    00887EEC  |>  E8 4FCDFEFF   CALL OpenChat (Label: NotShift)
    00887EF1  |.  B8 01000000   MOV EAX,1
    00887EF6  |.  59            POP ECX
    00887EF7  |.  C2 0800       RETN 8
    00887EFA  |>  83F8 05       CMP EAX,5 (Label: Send_a_Message)
    00887EFD  |.  75 09         JNE SHORT return 1
    00887EFF  |.  8B4424 0C     MOV EAX,DWORD PTR SS:[ARG.2]
    00887F03  |.  E8 98E8FEFF   CALL SendChatMessage_1
    00887F08  |>  B8 01000000   MOV EAX,1 (Label:return 1)
    00887F0D  |.  59            POP ECX
    00887F0E  \.  C2 0800       RETN 8

    Ingame Chat
  2. #2
    Dante's Avatar M.L.G. ╰ ╯╰ ╯ ╰ ╯ ╰ ╯ CoreCoins Purchaser
    Reputation
    1321
    Join Date
    Aug 2012
    Posts
    2,481
    Thanks G/R
    132/141
    Trade Feedback
    5 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Normally i press shift plus enter... or do you mean something else? : o
    I don't have a skype account. Contact me through pms or through discord.



  3. #3
    Floppixx's Avatar Member
    Reputation
    1
    Join Date
    Oct 2009
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Usually I press shift plus enter too

    But I wanna access the chat with my program in C# ...

  4. #4
    Fumi's Avatar Contributor CoreCoins Purchaser
    Reputation
    207
    Join Date
    Feb 2008
    Posts
    561
    Thanks G/R
    0/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    there is this program "Hotkey Manager" you should take a look at it

    it sends to chat on keypress (example if you press 2 it writes SS MID)

    Upload incoming

    edit:
    Hotkey Manager.rar
    Last edited by Fumi; 10-21-2012 at 12:31 PM.

  5. #5
    mamaorha's Avatar Private
    Reputation
    1
    Join Date
    Oct 2012
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    lol just make ur c# proggram write /all "text" ?

  6. #6
    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)
    Personally my tools on LoL is packet based, here is the packet struct for the chat client -> server.

    Code:
        [StructLayout(LayoutKind.Sequential, Pack = 1)]
        public struct CMSG_CHAT
        {
            public uint NetworkdId;
            public uint MessageType; // 0 = all, 1 = team
            public uint MessageLength;
            public string Message;
        }

Similar Threads

  1. WOW ingame chat - the \nul string behavior
    By hootersam in forum World of Warcraft General
    Replies: 1
    Last Post: 10-12-2015, 04:16 PM
  2. Send text to ingame chat
    By radarlove in forum WoW Memory Editing
    Replies: 3
    Last Post: 10-20-2012, 07:18 PM
  3. [Tool] LoL'ers Ingame Chat
    By I3iLLiG in forum League of Legends
    Replies: 0
    Last Post: 12-06-2011, 08:34 AM
  4. ingame chat
    By swolbynos in forum WoW Bots Questions & Requests
    Replies: 1
    Last Post: 04-07-2011, 10:33 AM
  5. World of warcraft ingame voice chat confermed!
    By Zore. in forum Community Chat
    Replies: 23
    Last Post: 08-16-2007, 11:22 AM
All times are GMT -5. The time now is 08:47 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