Results 1 to 8 of 8

Hybrid View

  1. #1
    OpKilts's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Location
    The Interwebs
    Posts
    94
    Reputation
    57
    Thanks
    425
    My Mood
    Aggressive

    SendToServer Address [ 28/6/13 ]

    Code:
    ___:00479ED0 SendToServer      proc near               ; DATA XREF: ___:006F1094o
    thought i'd make it look noob proofed

    tip to nubs: found in IDA

    Edit:

    Question is this a hooked S2S?

    Code:
    typedef unsigned int(__stdcall *tS2S)(ILTMessage_Read *Msg, unsigned int flags);
    tS2S oS2S;
    
    unsigned int MyS2S(ILTMessage_Read *Msg, unsigned int flags)
    {
    
    return oS2S(Msg, flags);
    }
    
    oS2S = (tS2S)Detour((BYTE*)S2SAddy, (BYTE*)&MyS2S,  5);
    Last edited by OpKilts; 06-27-2013 at 09:12 PM.
    ULTIMATE GAY'S LIST
    • Matypatty
    • DisOwned


    Error: Max Thanks Reached


    TASK'S
    1. (Complete)Make Simple Menu For Combat Arms NA
    2. (Complete) Reach 50 Post's
    3. (In Progress)Troll Nerdy Kids
    4. (Complete)Get a job at KFC

  2. #2
    arun823's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Los Angeles, California
    Posts
    523
    Reputation
    151
    Thanks
    1,899
    My Mood
    Amused
    Well no that's not a correct send to server hook, the byte length is 7 not 5, you're hooking instantly, hook only ingame and hook outside of the match or else HShield will detect it and crash you. Basically remove the detour you have created once you're out of the match, also find another method to hook the s2s address, for example, hook it via CShell, find the address which calls back to the S2S address in Engine.exe and hook from there.
    Reversing is the only way to move forward.

  3. The Following User Says Thank You to arun823 For This Useful Post:

    OpKilts (06-28-2013)

  4. #3
    OpKilts's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Location
    The Interwebs
    Posts
    94
    Reputation
    57
    Thanks
    425
    My Mood
    Aggressive
    Quote Originally Posted by arun823 View Post
    Well no that's not a correct send to server hook, the byte length is 7 not 5, you're hooking instantly, hook only ingame and hook outside of the match or else HShield will detect it and crash you. Basically remove the detour you have created once you're out of the match, also find another method to hook the s2s address, for example, hook it via CShell, find the address which calls back to the S2S address in Engine.exe and hook from there.
    does it call between cshell and engine? huh learn something new everyday
    ULTIMATE GAY'S LIST
    • Matypatty
    • DisOwned


    Error: Max Thanks Reached


    TASK'S
    1. (Complete)Make Simple Menu For Combat Arms NA
    2. (Complete) Reach 50 Post's
    3. (In Progress)Troll Nerdy Kids
    4. (Complete)Get a job at KFC

  5. #4
    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 OpKilts View Post
    does it call between cshell and engine? huh learn something new everyday
    Well all I'm saying is to find the address which calls to the S2S address in engine.exe
    Reversing is the only way to move forward.

  6. #5
    gamerspro's Avatar
    Join Date
    Jun 2013
    Gender
    male
    Posts
    156
    Reputation
    10
    Thanks
    8
    idk what is this explain please?

  7. #6
    Genesis's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Location
    Terra Australis
    Posts
    4,221
    Reputation
    1391
    Thanks
    2,528
    Quote Originally Posted by gamerspro View Post
    idk what is this explain please?
    If you don't know what it is then you shouldn't be in this section.

  8. #7
    kaibit82's Avatar
    Join Date
    Dec 2010
    Gender
    male
    Location
    California
    Posts
    92
    Reputation
    10
    Thanks
    7
    My Mood
    Cynical
    Thanks for the share, nice signature by the way.. haha
    GOOD TRADES: 5
    BAD TRADES: 0

    TIMES I WENT FIRST:3

    TIMES THEY WENT FIRST:2

    OMM USED:0


  9. The Following User Says Thank You to kaibit82 For This Useful Post:

    Genesis (07-02-2013)

  10. #8
    MD5's Avatar
    Join Date
    Jul 2013
    Gender
    male
    Posts
    57
    Reputation
    10
    Thanks
    5
    Love your signature! And someone should just make a tutorial for these noobs to find sendtoserver addie. It is so easy. Go into IDA open cshell that is dumped ( If you know how to dump it ). Finally, search for the text and search "SendToServer" Without the "".

Similar Threads

  1. [Source Code] Sendtoserver address August 07-2012
    By Modern Ghost in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 2
    Last Post: 08-08-2012, 03:25 AM
  2. Updated SendToServer Address
    By MGKing1 in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 4
    Last Post: 07-13-2012, 02:12 PM
  3. Replies: 3
    Last Post: 01-04-2006, 09:52 PM
  4. Direct Memory Access (DMA) to Static Memory Addresses
    By Dave84311 in forum Game Hacking Tutorials
    Replies: 0
    Last Post: 12-31-2005, 08:18 PM