View Single Post
Pheenixx
New Member
Join Date: Sep 2018
Old 09-02-2018 , 17:49   Re: Signature Request Thread
Reply With Quote #327

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 THEM TO MAKE THE POST SHORT.



"CTFPlayer:ostInventoryApplication" //"post_inventory_application"
{
"library" "server"
"windows" "\x55\x8B\xEC\x51\x53\x8B\xD9\x56\x57\x8D\x8B \xA0\x19\x00\x00"
"linux" "@_ZN9CTFPlayer24PostInventoryApplication Ev"
}

"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:49. Reason: needed to put it in php code form
Pheenixx is offline