L4D1-2_Signatures icon indicating copy to clipboard operation
L4D1-2_Signatures copied to clipboard

No more room in hell signature

Open lunatixxx opened this issue 2 years ago • 0 comments

Is it possible to convert it to left 4 dead 2 ? I can't find the signature in your list.

"Games"
{
	"#default"
	{
		"Signatures"
		{
			"CPlayerMove::RunCommand"
			{
				"library"		"server"
				"windows"		"\x55\x8B\xEC\x83\xEC\x28\xF3\x0F\x10\x1D\x2A\x2A\x2A\x2A\x56\x57\x8B\x7D\x08"
				"linux"			"@_ZN11CPlayerMove10RunCommandEP11CBasePlayerP8CUserCmdP11IMoveHelper"
			}
		}

		"Functions"
        {
            "CPlayerMove::RunCommand"
            {
                "signature"  "CPlayerMove::RunCommand"
                "callconv"  "thiscall"
                "return"  "void"
                "this"  "address"
                "arguments"
                {
                    "player"
                    {
                        "type"  "cbaseentity"
                    }
					"cmd"
					{
						"type"	"objectptr"
					}
					"movehelper"
					{
						"type"	"objectptr"
					}
                }
            }
        }
	}
}

lunatixxx avatar Aug 13 '22 12:08 lunatixxx