View Single Post
DarthMan
Veteran Member
Join Date: Aug 2011
Old 08-18-2019 , 05:29   Re: SV_Rcon not being called?
Reply With Quote #4

Quote:
Originally Posted by AmXDusT View Post
Seems so weird though. Would anyone try it with that signature on linux?
Just the client_print to see if it works.

I checked the thread on how to make a signature but I didn't understand much of it. is there anywhere where I can request the signature to be updated or anyone that has a sv_rcon signature that works?
For HLDS:

Code:
{
    "name" : "SV_Rcon",
    "library" : "engine",
    "arguments" :
    [
        {
            "type" : "pointer"
        }
    ],
    "identifiers":
    [
        {
            "os" : "windows",
            "value" : [0x55,0x8B,"*",0x81,"*","*","*","*","*",0x53,0x56,0x57,0xE8,"*","*","*","*",0x8B,"*",0x68,"*","*","*","*",0x89]
        },
        {
            "os" : "linux",
            "value" : "SV_Rcon"
        }
    ]
}
For REHLDS:

Code:
{
    "name" : "SV_Rcon",
    "library" : "engine",
    "arguments" :
    [
        {
            "type" : "pointer"
        }
    ],
    "identifiers":
    [
        {
            "os" : "windows",
            "value" : [0x55,0x8B,"*",0x81,"*","*","*","*","*",0x56,0x57,0xE8,"*","*","*","*",0x68,"*","*","*","*",0x8B,"*",0xE8]
        },
        {
            "os" : "linux",
            "value" : "SV_Rcon"
        }
    ]
}

Last edited by DarthMan; 08-18-2019 at 05:35.
DarthMan is offline