View Single Post
PC Gamer
Veteran Member
Join Date: Mar 2014
Old 12-04-2022 , 05:25   Re: Signature Request Thread
Reply With Quote #369

Looking for updated Windows signature for Team Fortress 2: CTFPlayer::CanAirDash

Previous Signature:
PHP Code:
"Games"
{
    
"tf"
    
{
        
"Signatures"
        
{
            
"CTFPlayer::CanAirDash"
            
{
                
"library"    "server"
                "linux"        "@_ZNK9CTFPlayer10CanAirDashEv"
                "windows"    "\x55\x8B\xEC\x83\xEC\x08\x57\x8B\xF9\xF7\x87\x84\x1A\x00\x00\x00\x00\x04\x00"
            
}
        }
        
"Addresses"
        
{
            
"MemoryPatch_CanAirDashClassCheck"
            
{
                
"linux"
                
{
                    
"signature"    "CTFPlayer::CanAirDash"
                    "offset"    "68"    
// CTFPlayer::CanAirDash+44
                
}
                
"windows"
                
{
                    
"signature"    "CTFPlayer::CanAirDash"
                    "offset"    "47"    
// CTFPlayer::CanAirDash+2F
                
}
            }
        }
        
"Keys"
        
{
            
"MemoryPatch_CanAirDashClassCheck"
            
{
                
"linux"        "\x90\x90\x90\x90\x90\x90\x90\x90\x90"    // cmp dword, jnz short -> NOP
                
"windows"    "\x90\x90\x90\x90\x90\x90\x90\x90\x90"    // cmp dword, jnz short -> NOP
            
}
        }
    }

Attached Files
File Type: sp Get Plugin or Get Source (allclass-air-dash.sp - 146 views - 2.2 KB)
File Type: txt allclass-air-dash.txt (1.4 KB, 124 views)
PC Gamer is offline