View Single Post
dcx2
Senior Member
Join Date: Sep 2011
Old 07-06-2013 , 21:05   Re: [L4D2] Tank Swap
Reply With Quote #107

Hi AtomicStryker,

Got some more sigs for you. You'll need to wild card OnStaggered. I checked your latest commits in your google code to make sure you don't have them.

PHP Code:
            "CTerrorPlayer_OnStaggered"
            
{
                
"library"    "server"
                "linux"    "@_ZN13CTerrorPlayer11OnStaggeredEP11CBaseEntityPK6Vector"
                "windows" "\x53\x8B\xDC\x83\xEC\x08\x83\xE4\xF0\x83\xC4\x04\x55\x8B\x6B\x04\x89\x6C\x24\x04\x8B\xEC\x83\xEC\x48\x56\x57\x8B\xF1\xE8\x7E"
                
/* 53 8B DC 83 EC 08 83 E4 F0 83 C4 04 55 8B 6B 04 89 6C 24 04 8B EC 83 EC 48 56 57 8B F1 E8 7E */
            
}

            
"SetClass"
            
{
                
"library"   "server"
                "linux" "@_ZN13CTerrorPlayer8SetClassE15ZombieClassType"
                        "windows"    "\x55\x8B\x2A\x56\x8B\x2A\xE8\x2A\x2A\x2A\x2A\x83\x2A\x2A\x0F\x85\x2A\x2A\x2A\x2A\xA1\x2A\x2A\x2A\x2A\x40"
                
/*  55 8B ? 56 8B ? E8 ? ? ? ? 83 ? ? 0F 85 ? ? ? ? A1 ? ? ? ? 40 */
            
}

            
"CreateAbility"
            
{
                
"library"    "server"
                "linux" "@_ZN12CBaseAbility15CreateForPlayerEP13CTerrorPlayer"
                "windows"    "\x55\x8B\x2A\x83\x2A\x2A\x56\x8B\x2A\x2A\x85\x2A\x0F\x84\x2A\x2A\x2A\x2A\x8B\x2A\xE8"
                
/* 55 8B ? 83 ? ? 56 8B ? ? 85 ? 0F 84 ? ? ? ? 8B ? E8 */
            

__________________

Last edited by dcx2; 07-06-2013 at 21:06.
dcx2 is offline