View Single Post
HarryPotter
Veteran Member
Join Date: Sep 2017
Location: Taiwan, Asia
Old 07-02-2018 , 16:13   Re: Signature Request Thread
Reply With Quote #315

Quote:
Originally Posted by cravenge View Post
PHP Code:
"Games"
{
    
"left4dead"
    
{
        
"Offsets"
        
{
            
"OnTakeDamage_StaggeringInfected" /* CBaseAbility_OnOwnerTakeDamage */
            
{
                
"windows"    ""
                "linux"    "207"
            
}
        }
        
        
"Signatures"
        
{
            
"ForceBreakRock"
            
{
                
"library"    "server"
                "linux"    "@_ZN9CTankRock8DetonateEv"
                "windows"    ""
            
}
            
"WarpStuckSurvivor"
            
{
                
"library"    "server"
                "linux"    "@_ZN13CTerrorPlayer26WarpToValidPositionIfStuckEv"
                "windows"    ""
            
}
        }
     }
     
    
"left4dead2"
    
{
        
"Offsets"
        
{
            
"OnTakeDamage_StaggeringInfected" /* CBaseAbility_OnOwnerTakeDamage */
            
{
                
"windows"    ""
                "linux"    "222"
            
}
            
"OnJockeyLeap" /* CLeap_OnTouch */
            
{
                
"windows"    ""
                "linux"    "512"
            
}
        }
        
        
"Signatures"
        
{
            
"ForceBreakRock"
            
{
                
"library"    "server"
                "linux"    "@_ZN9CTankRock8DetonateEv"
                "windows"    ""
            
}
            
"WarpStuckSurvivor"
            
{
                
"library"    "server"
                "linux"    "@_ZN13CTerrorPlayer26WarpToValidPositionIfStuckEv"
                "windows"    ""
            
}
        }
     }

PHP Code:
    "left4dead"
    
{
        
"Signatures"
        
{
            
"ForceBreakRock"
            
{
                
"library"    "server"
                "linux"    "@_ZN9CTankRock8DetonateEv"
                "windows"    "\x83\xEC\x30\x53\x55\x56\x8B\xF1\x80\xBE\xD4\x08\x00\x00\x00"
            
}
            
"WarpStuckSurvivor"
            
{
                
"library"    "server"
                "linux"    "@_ZN13CTerrorPlayer26WarpToValidPositionIfStuckEv"
                "windows"  "\x55\x8B\xEC\x83\xE4\xC0\x81\xEC\xB0\x00\x00\x00\x53\x55\x56\x8B\xF1"
            
}
        }
    } 

Last edited by HarryPotter; 07-02-2018 at 16:17.
HarryPotter is offline