Raised This Month: $ Target: $400
 0% 

[CSGO] Change player collision hull


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
SirDigby
Junior Member
Join Date: Feb 2016
Old 02-06-2023 , 20:11   Re: [CSGO] Change player collision hull
Reply With Quote #12

Updated gamedata.

Haven't tested personally, but I'm told it works on linux.
The windows sig didnt need changing but I did anyway just to make it use the same easily found function as the linux sig.

Code:
"Games"
{
    "csgo"
    {
        "Addresses"
        {
            "g_CSViewVectors"
            {
                "windows"
                {
                    "signature" "g_pGameRules"
                    "read" "18"     // g_pGameRules
                    "read" "0"      // CCSGameRules object
                    "read" "0"      // CCSGameRules vtable
                    "read" "120"    // CCSGameRules::GetViewVectors()
                    "read" "1"      // g_CSViewVectors
                }
                "linux"
                {
                    "signature" "g_pGameRules"
                    "read" "13"
                    "read" "0"
                    "read" "0"
                    "read" "124"    // Offset found with VEC_DUCK_HULL_MIN in CBasePlayer::Restore
                    "read" "2"
                }
            }
        }
        
        "Signatures"
        {
            // CBaseEntity::TakeDamage -- "CBaseEntity::TakeDamage:  with inputInfo.GetDamageForce() == vec3_origin"
            "g_pGameRules"
            {
                "library"    "server"
                "windows"    "\x55\x8B\xEC\x83\xE4\xF8\x81\xEC\x90\x00\x00\x00\x56\x57\x8B\xF9\x8B\x0D\x2A\x2A\x2A\x2A"
                "linux"      "\x55\x89\xE5\x57\x56\x53\x81\xEC\x9C\x00\x00\x00\xA1\x2A\x2A\x2A\x2A\x8B\x75\x2A"
            }
        }
    }
}
__________________

Last edited by SirDigby; 02-06-2023 at 20:37.
SirDigby is offline
 


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 22:34.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode