Advertisement
Guest User

Untitled

a guest
Apr 10th, 2015
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. /* Do not edit this file if you do not know what your doing. */
  2. "Games"
  3. {
  4. "cstrike"
  5. {
  6. "Offsets"
  7. {
  8. "EndMultiplayerGame"
  9. {
  10. "windows" "117"
  11. "linux" "118"
  12. }
  13.  
  14. "GetPrimaryAmmoType"
  15. {
  16. "windows" "322"
  17. "linux" "323"
  18. }
  19.  
  20. "GetSlot"
  21. {
  22. "windows" "313"
  23. "linux" "314"
  24. }
  25. }
  26.  
  27. "Signatures"
  28. {
  29. "CSWeaponDrop"
  30. {
  31. "library" "server"
  32. "windows" "\x81\xEC\x2A\x2A\x2A\x2A\x53\x55\x56\x57\x8B\xBC\x2A\x2A\x2A\x2A\x2A\x32\xDB\x85\xFF\x8B\xF1\x0F"
  33. "linux" "@_ZN9CCSPlayer12CSWeaponDropEP17CBaseCombatWeaponbb"
  34. }
  35.  
  36. "RemoveAmmo"
  37. {
  38. "library" "server"
  39. "windows" "\x53\x8B\x2A\x2A\x2A\x85\xDB\x56\x8B\xF1\x7E\x2A\x57\x8B\x2A\x2A\x2A\x57\xE8\x2A\x2A\x2A\x2A\x8B\xC8\xE8"
  40. "linux" "@_ZN20CBaseCombatCharacter10RemoveAmmoEii"
  41. }
  42.  
  43. "UTIL_Remove"
  44. {
  45. "library" "server"
  46. "windows" "\x8B\x44\x24\x04\x85\xC0\x74\x2A\x83\x2A\x2A\x89\x2A\x2A\x2A\xE9\x2A\xFF\xFF\xFF"
  47. "linux" "@_Z11UTIL_RemoveP11CBaseEntity"
  48. }
  49. }
  50. }
  51. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement