Thread: -_- S2s Hooks

Page 2 of 2 FirstFirst 12
Results 16 to 17 of 17
  1. #16
    kssiobr's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    Nos braços do Pai Celestial...
    Posts
    726
    Reputation
    10
    Thanks
    333
    My Mood
    Cheeky
    Quote Originally Posted by arun823 View Post
    lel it didn't change, packet size is same, at least for NA.

    Lol i think i shall ruin the fun

    Sig broke a couple patches ago, so I don't have the current address for hooking or return address, although the length is 22 (0x16)
    Code:
    __declspec(naked) void SendToServerMidFunction()
    {
        static ILTMessage_Read *pMsg;
    
        __asm
        {
            MOV ECX,DWORD PTR DS:[0x379468B4] //LTClient (Cshell)
            MOV EDX,DWORD PTR DS:[ECX]
            MOV pMsg, EAX
            PUSH 1
            PUSH EAX
            MOV EAX,DWORD PTR DS:[EDX+150]
            MOV BYTE PTR SS:[ESP+18],1 <----- Message Guaranteed/Integer returned
    
            PUSHAD
        }     
    
        SendToServerConfiguration(pMsg); //Message_Guaranteed is already moved to stack as shown up above
    
        __asm
        {
            POPAD
            JMP dwReturnSendToServer
        }
    }
    Thanks to Ch40zz-C0d3r for his epic help and Timboy for helping me update it.
    This is the same SendToServerConfiguration oSendToServer and dwReturnSendToServer is set ... where?

  2. #17
    arun823's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Los Angeles, California
    Posts
    523
    Reputation
    151
    Thanks
    1,899
    My Mood
    Amused
    Quote Originally Posted by kssiobr View Post

    This is the same SendToServerConfiguration oSendToServer and dwReturnSendToServer is set ... where?
    As I said before, I don't have the address anymore. I stopped coding for CA
    Reversing is the only way to move forward.

Page 2 of 2 FirstFirst 12

Similar Threads

  1. [Solved] S2S Hook Unlimtedammo/char and rank
    By juggalo200 in forum Combat Arms Coding Help & Discussion
    Replies: 3
    Last Post: 06-29-2013, 07:01 AM
  2. Alguem tem o hook s2s?
    By thedark22 in forum Combat Arms BR Coding Help
    Replies: 5
    Last Post: 03-14-2013, 03:26 PM
  3. [Help Request] Alguem tem o s2s hook ?
    By MyNameFl in forum Combat Arms BR Coding Help
    Replies: 0
    Last Post: 02-13-2013, 08:30 AM
  4. [Solved] Bypass for s2s hook
    By JohnFame in forum Combat Arms Coding Help & Discussion
    Replies: 4
    Last Post: 12-31-2012, 04:53 PM
  5. Hooking s2s
    By NotRealPro in forum Combat Arms Coding Help & Discussion
    Replies: 10
    Last Post: 07-17-2012, 05:03 PM