Results 1 to 5 of 5
  1. #1
    hbg's Avatar
    Join Date
    Mar 2016
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    0

    [Bounty] bypass "Kicked for Inactivity"

    Anyone know how to bypass "Kicked for Inactivity" as the host?

    I'd like to host a game, but the host stays at the spectate screen the entire game.

    I've tried hooking ClientInactivityTimer, and setting g_inactivity to 0, but I still get kicked, as the host.

    I will paypal you $10 if you can give me a correct, working, answer.

  2. #2
    iamsopro's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    2
    nop_((PVOID)0x51D429, 5);

  3. #3
    Threadstarter
    New Member
    hbg's Avatar
    Join Date
    Mar 2016
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    0
    This was my first intuition too... Players can't move though. Any other ideas?

  4. #4
    Threadstarter
    New Member
    hbg's Avatar
    Join Date
    Mar 2016
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    0
    Bounty increased to $30

  5. #5
    xAssumingAgate's Avatar
    Join Date
    Oct 2015
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    9
    My Mood
    Blah
    have you tried this?
    oSV_GameDropClient = (SV_GameDropClient_t)DetourFunction((PBYTE)0x00588 4D0, (PBYTE)SV_GameDropClient);
    typedef int(__cdecl* SV_GameDropClient_t)(int clientNum, const char* reason);
    SV_GameDropClient_t oSV_GameDropClient;


    void SV_GameDropClient(int clientNum, const char* reason)
    {
    if (reason == "GAME_DROPPEDFORINACTIVITY")
    return;


    oSV_GameDropClient(clientNum, reason);
    }
    Add Me On D.i.s.c.o.r.d: AssumingAgate#7122
    idek what to put here

Similar Threads

  1. [SOLVED]Kicked for beeing inactive
    By jellyduck in forum Call of Duty Modern Warfare 2 Help
    Replies: 18
    Last Post: 08-26-2010, 10:54 PM
  2. Kick for inactive
    By Massefect in forum Call of Duty Modern Warfare 2 Help
    Replies: 3
    Last Post: 05-31-2010, 05:09 PM
  3. Replies: 0
    Last Post: 01-04-2006, 05:45 AM