Advertisement
Astekk

BO2 weapon bytes

Dec 5th, 2014
494
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.65 KB | None | 0 0
  1. MP Weapons List (Call of Duty: Black Ops II)
  2. Game Version: 1.17 // works on 1.19
  3.  
  4. ChangeWeapon1 = 0x17811E3 { WeaponByte }
  5. ChangeWeapon2 = 0x17811FF { WeaponByte }
  6. ChangeLethal = 0x178121B { WeaponByte }
  7. ChangeTactical = 0x1781237 { WeaponByte }
  8. Weapon1Ammo: 0x01781362 { 0xFF, 0xFF, 0xFF } // Unlimited
  9. Weapon2Ammo: 0x01781326 { 0xFF, 0xFF, 0xFF } // Unlimited
  10. TacticalAmmo: 0x0178136E { 0xFF, 0xFF, 0xFF } // Unlimited
  11. LethalAmmo: 0x0178136A { 0xFF, 0xFF, 0xFF } // Unlimited
  12.  
  13. { WeaponBytes }
  14. 0x01 WEAPON_DEFAULTWEAPON (Freeze?)
  15. 0x02 MP7
  16. 0x04 PDW-57
  17. 0x06 Vector K10
  18. 0x08 MSMC
  19. 0x0A Chicom CQB
  20. 0x0C Skorpion EVO
  21. 0x0E Peacekeeper
  22. 0x10 MTAR
  23. 0x14 Type 25
  24. 0x18 SWAT-556
  25. 0x1C FAL DSW
  26. 0x20 M27
  27. 0x24 SCAR-H
  28. 0x28 SMR
  29. 0x2C M8A1
  30. 0x30 AN-94
  31. 0x34 R870 MCS
  32. 0x35 S12
  33. 0x36 KSG
  34. 0x37 M1216
  35. 0x38 Mk 48
  36. 0x3A QBB LSW
  37. 0x3C LSAT
  38. 0x3E HAMR
  39. 0x40 SVU-AS
  40. 0x41 DSR 50
  41. 0x42 Ballista
  42. 0x43 XPR-50
  43. 0x44 KAP-40 Dual Wield
  44. 0x46 Tac-45 Dual Wield
  45. 0x48 Five-seven Dual Wield
  46. 0x4A Executioner Dual Wield
  47. 0x4C B23R Dual Wield
  48. 0x4E Five-seven
  49. 0x4F Tac-45
  50. 0x50 B23R
  51. 0x51 Executioner
  52. 0x52 KAP-40
  53. 0x54 SMAW
  54. 0x55 FHJ-18 AA
  55. 0x56 RPG
  56. 0x57 Combat Knife
  57. 0x59 Assault Shield
  58. 0x5A Crossbow
  59. 0x5B Ballistic Knife
  60. 0x5C Grenade
  61. 0x5D Concussion
  62. 0x5E Semtex
  63. 0x5F Smoke Grenade
  64. 0x60 Combat Axe
  65. 0x61 Sensor Grenade
  66. 0x62 Bouncing Betty
  67. 0x63 EMP Grenade
  68. 0x64 C4
  69. 0x65 Shock Charge
  70. 0x66 Claymore
  71. 0x67 Black Hat
  72. 0x68 Flashbang
  73. 0x69 Trophy System
  74. 0x6A Tactical Insertion
  75. 0x6B Throwable RC-XD???
  76. 0x6C Throwable War Machine Explosive???
  77.  
  78. Note: All testing was done on Nuketown 2025
  79.  
  80. Credits:
  81. Kappa :)
  82. Mango_Knife (Addresses: 0x01781362, 0x01781326, 0x0178136E, 0x0178136A)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement