Skip to content

Commit

Permalink
Syntax updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Satanic-Spirit authored Jul 26, 2017
1 parent fea9d81 commit 25aec3b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions defibfix.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,35 +7,35 @@
"GetPlayerByCharacter"
{
"library" "server"
"windows" "\x55\x8b\xec\x8b\x45*\x83\xec*\x83\xf8\x08\x75*\x33\xc0\x8b\xe5\x5d\xc3"
"windows" "\x55\x8B\xEC\x8B\x45\x08\x83\xEC\x08\x83\xF8\x08"
"linux" "@_ZN13CTerrorPlayer20GetPlayerByCharacterE21SurvivorCharacterType"
}

"DefibrillatorOnStartAction"
{
"library" "server"
"windows" "\x55\x8B\xEC\xD9\xEE\x53\x56\x57\x8B\x7D\x0C"
"windows" "\x55\x8B\xEC\xD9\xEE\x53\x56\x57"
"linux" "@_ZN18CItemDefibrillator13OnStartActionEN17CBaseBackpackItem22BackpackItemActionTypeEP13CTerrorPlayerP11CBaseEntityf"
}

"DefibrillatorOnActionComplete"
{
"library" "server"
"windows" "\x55\x8b\xec\x8b\x45*\x56\x6a\x00\x68****\x68****\x6a\x00\x50\xe8****\x8b\xf0"
"windows" "\x55\x8B\xEC\x8B\x45\x0C\x56\x6A\x00"
"linux" "@_ZN18CItemDefibrillator16OnActionCompleteEP13CTerrorPlayerP11CBaseEntity"
}
"CSurvivorDeathModel::Create"
{
"library" "server"
"windows" "\x55\x8b\xec\x57\x8b\x7d\x08\x85\xff\x75*\x33\xc0\x5f\x5d\xc3\x8b\x87"
"windows" "\x55\x8B\xEC\x57\x8B\x7D\x08\x85\xFF\x75\x2A\x33\xC0\x5F\x5D\xC3\x8B\x87\x38\x01\x00\x00"
"linux" "@_ZN19CSurvivorDeathModel6CreateEP13CTerrorPlayer"
}
"CBaseEntity::SetAbsOrigin"
{
"library" "server"
"windows" "\x55\x8b\xec\x83\xec*\xa1****\x33\xc5\x89\x45*\x56\x57\x8b\x7d\x08\x8b\xf1\xe8****\xf3\x0f\x10\x07"
"windows" "/x55/x8B/xEC/x83/xEC/x2A/xA1/x2A/x2A/x2A/x2A/x33/xC5/x89/x45/x2A/x56/x57/x8B/x7D/x08/x8B/xF1/xE8/x2A/x2A/x2A/x2A/xF3/x0F/x10/x07"
"linux" "@_ZN11CBaseEntity12SetAbsOriginERK6Vector"
}
}
}
}
}

0 comments on commit 25aec3b

Please sign in to comment.