View Single Post
Peace-Maker
SourceMod Plugin Approver
Join Date: Aug 2008
Location: Germany
Old 01-30-2014 , 12:48   Re: [EXTENSION][Any?] PointDetour
Reply With Quote #21

I needed this one for a short test. The windows signatures are outdated. at least in css.
Code:
"Games"
{
    "#default"
    {
        "Signatures"
        {
            "PointServerCommand"
            {
                "windows"    "\x56\x8B\x74\x2A\x2A\x83\xC6\x2A\x83\x2A\x2A\x2A\x75"
                "linux"            "@_ZN19CPointServerCommand12InputCommandER11inputdata_t"
            }
            
            "PointClientCommand"
            {
                "windows"    "\x53\x8B\x5C\x2A\x2A\x83\x7B\x2A\x2A\x57\x8D\x2A\x08\x75\x2A\x8B\x2A\x85\xC0"
                "linux"            "@_ZN19CPointClientCommand12InputCommandER11inputdata_t"
            }
        }
    }
  "cstrike"
    {
        "Signatures"
        {
            "PointServerCommand"
            {
                "windows"    "\x55\x8B\xEC\x56\x8B\x2A\x2A\x83\x7E\x2A\x02\x75\x2A\x8B"
                "linux"            "@_ZN19CPointServerCommand12InputCommandER11inputdata_t"
            }
            
            "PointClientCommand"
            {
                "windows"    "\x55\x8B\xEC\x53\x8B\x2A\x2A\x83\x7B\x18\x02\x57\x75\x2A\x8B"
                "linux"            "@_ZN19CPointClientCommand12InputCommandER11inputdata_t"
            }
        }
    }
}
__________________
Peace-Maker is offline