Advertisement
nomy

voiceannounce_ex.games.txt

Jan 23rd, 2015
446
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.90 KB | None | 0 0
  1. "Games"
  2. {
  3.     "cstrike"
  4.     {
  5.         "Addresses"
  6.         {
  7.             "CBaseServer"
  8.             {
  9.                 "windows"
  10.                 {
  11.                     "signature" "CVEngineServer::CreateFakeClientEx"               
  12.                     "read"      "7"
  13.                 }
  14.                 "linux"
  15.                 {
  16.                     "signature" "sv"
  17.                 }
  18.                 "mac"
  19.                 {
  20.                     "signature" "sv"
  21.                 }
  22.             }
  23.         }
  24.        
  25.         "Signatures"
  26.         {
  27.             "CVEngineServer::CreateFakeClientEx"
  28.             {
  29.                 "library"   "engine"
  30.                 "windows"   "\x55\x8B\xEC\xFF\x75\x08\xB9\x2A\x2A\x2A\x2A\xE8\x2A\x2A\x2A\x2A\x85\xC0\x75\x04"
  31.             }
  32.            
  33.             "sv"
  34.             {
  35.                 "library"   "engine"
  36.                 "linux"     "@sv"
  37.                 "mac"       "@sv"
  38.             }
  39.         }
  40.        
  41.         "Offsets"
  42.         {
  43.             "CBaseServer::GetClient"
  44.             {
  45.                 "windows"   "6"
  46.                 "linux"     "7"
  47.                 "mac"       "7"
  48.             }
  49.            
  50.             "CBaseClient::GetPlayerSlot"
  51.             {
  52.                 "windows"   "14"
  53.                 "linux"     "15"
  54.                 "mac"       "15"
  55.             }
  56.            
  57.             "CGameClient::ProcessVoiceData"
  58.             {
  59.                 "windows"   "7"
  60.                 "linux"     "8"
  61.                 "mac"       "8"
  62.             }
  63.         }
  64.     }
  65.  
  66. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement