AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Coding MM:S Plugins & SM Extensions (https://forums.alliedmods.net/forumdisplay.php?f=75)
-   -   CBaseObject::FindSnapToBuildPos[/B]" signature for the game tf2 (https://forums.alliedmods.net/showthread.php?t=310420)

Pheenixx 09-02-2018 17:38

CBaseObject::FindSnapToBuildPos[/B]" signature for the game tf2
 
Hey I'm looking for the "CBaseObject::FindSnapToBuildPos" signature for the game tf2. Please help. In my gamedata file this is what I have.

PHP Code:

"Games"
{
    
/* Team Fortress 2 */
    
"tf"
    
{
        
"Addresses"
        
{
            
"PlayerSapPatch"
            
{
                
"windows"
                
{
                    
"signature" "CBaseObject::FindSnapToBuildPos"
                
}
            }
        }
        
"Signatures"
        
{
            
"CTFBot::LeaveSquad"    //"Squad leader is dead"
            
{
                
"library"    "server"
                "windows"    "\x56\x8B\xF1\x8B\x8E\xC8\x25\x00\x00"
                "linux"        "@_ZN6CTFBot10LeaveSquadEv"
            
}
                        

OTHER CODES WAS IN THE MIDDLE HEREI REMOVE TO MAKE THE POST SHORT.



            
"CTFPlayer::PostInventoryApplication"    //"post_inventory_application"
            
{
                
"library"    "server"
                "windows"    "\x55\x8B\xEC\x51\x53\x8B\xD9\x56\x57\x8D\x8B\xA0\x19\x00\x00"
                "linux"        "@_ZN9CTFPlayer24PostInventoryApplicationEv"
            
}
            
            
"CBaseObject::FindSnapToBuildPos" //hidden in "weapon_bone" xrefs [url]https://i.imgur.com/lGKkCT9.png[/url]
            
{
                
"library"    "server"
                "windows"    "\x55\x8B\xEC\x83\xEC\x38\x57\x8B\xF9\xE8\x2A\x2A\x2A\x2A\x84\xC0"
            
}
        }
        
"Offsets"
        
{
            
"CBaseEntity::ShouldTransmit"        
            
{
                
"windows"    "18"
                "linux"        "19"
            



gubka 09-28-2018 16:10

Re: CBaseObject::FindSnapToBuildPos[/B]" signature for the game tf2
 
Give the game server.so/dll


All times are GMT -4. The time now is 09:50.

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