View Single Post
Author Message
Pheenixx
New Member
Join Date: Sep 2018
Old 09-02-2018 , 17:38   CBaseObject::FindSnapToBuildPos[/B]" signature for the game tf2
Reply With Quote #1

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"
            


Last edited by Pheenixx; 09-02-2018 at 21:47. Reason: put the code in php
Pheenixx is offline