View Single Post
Lux
Veteran Member
Join Date: Jan 2015
Location: Cat
Old 07-28-2019 , 14:04   Re: [L4D2]Witch fixes[Left 4 Fix]
Reply With Quote #9

You want to fill in all the infomation for detours best you can, i think the nav area's are just ints as for the return looks like a bool to me.

PHP Code:
        "Functions"
        
{
            
"WitchLocomotion::IsAreaTraversable"
            
{
                
"signature"  "WitchLocomotion::IsAreaTraversable"
                "callconv"  "thiscall"
                "return"  "bool"
                "this"  "ignore"
                "arguments"
                
{
                    
"NavArea"
                    
{
                        
"type"    "int"
                    
}
                }
            }
        } 
Windows can be a real pain sometimes
PHP Code:
56 57 8B 7C 24 0C 6A 00 8B F1 
\x56\x57\x8B\x7C\x24\x0C\x6A\x00\x8B\xF1 
That is the function not wildcarded need to wildcarde the first 6bytes so other hooks can be hooked onto it.
__________________
Connect
My Plugins: KlickME
[My GitHub]

Commission me for L4D
Lux is offline