Skip to content

PCSB00177

r0ah edited this page Mar 5, 2019 · 1 revision

Inf Use Weapon//开启武器并弹药最大

_V0 Inf Use Weapon//开启武器并弹药最大
$D504 818032B4 00000000
$8101 8181654C 000000xx #<---SET VALUE HERE
$8800 00000000 00000000
$8501 81816550 000000xx #<---SET VALUE HERE
$8900 00000000 00000000

xx is the same code for the corresponding weapon code. Please check the corresponding weapon list below. Note that if some weapons are obtained too early, it will lead to crash or game BUG. The following weapon should be marked with the * in the corresponding list.

Example we want to add MAGAZINE (20):

_V0 Inf Use Weapon//开启武器并弹药最大
$D504 818032B4 00000000
$8101 8181654C 00000020 #<---SET VALUE HERE
$8800 00000000 00000000
$8501 81816550 00000020 #<---SET VALUE HERE
$8900 00000000 00000000

Use VitaCheat to edit values (see How to Use Modifiers).

Values:

  • 02 - M9
  • 04 - USP*SNAKE
  • 06 - SOCOM*RAIDEN
  • 08 - PSG1*
  • 0A - RGB6*
  • 0C - NIKITA*
  • 0E - STINGER*
  • 10 - CLAYMORE*
  • 12 - C4*
  • 14 - CHAFF.G
  • 16 - STUN.G
  • 18 - D.MIC*
  • 1A - HF.BLADE*
  • 1C - COOLANT*
  • 1E - AKS-74U*
  • 20 - MAGAZINE
  • 22 - GRENADE
  • 24 - M4*
  • 26 - PSG1-T*
  • 28 - D.MIC*
  • 2A - BOOK*

Inf Use Item//开启道具并数量保持最大

_V0 Inf Use Item//开启道具并数量保持最大
$D504 818032B4 00000000
$8101 81816554 000000xx #<---SET VALUE HERE
$8800 00000000 00000000
$8501 81816558 000000xx #<---SET VALUE HERE
$8900 00000000 00000000

xx is the same code for the corresponding prop code. Please check the corresponding props list below. Note that some props will lead to crash or game BUG if you get it too early. The following items should be marked with * in the corresponding list.

Example we want to add SENSOR B (16):

_V0 Inf Use Item//开启道具并数量保持最大
$D504 818032B4 00000000
$8101 81816554 00000016 #<---SET VALUE HERE
$8800 00000000 00000000
$8501 81816558 00000016 #<---SET VALUE HERE
$8900 00000000 00000000

Use VitaCheat to edit values (see How to Use Modifiers).

Values:

  • 02 - RATION
  • 04 - SCOPE*SNAKE
  • 06 - MEDICINE
  • 08 - BANDAGE
  • 0A - PENTAZEMIN
  • 0C - B.D.U*
  • 0E - B.ARMOR*
  • 10 - STEALTH
  • 12 - MINE.D
  • 14 - SENSOR A
  • 16 - SENSOR B
  • 18 - N.V.G*
  • 1A - THERM.G
  • 1C - SCOPE*RAIDEN
  • 1E - DG.CAMERA
  • 20 - BOX1
  • 22 - CIGS
  • 24 - CARD LV.1*
  • 26 - SHAVER
  • 28 - PHONE
  • 2A - CAMERA*
  • 2C - BOX2*
  • 2E - BOX3*
  • 30 - WET BOX
  • 32 - AP SENSR
  • 34 - BOX4*
  • 36 - BOX5*
  • 38 - CAMERA*
  • 3A - SCM.SUPR*RAIDEN
  • 3C - AK.SUPR
  • 3E - CAMERA
  • 40 - BANDANA
  • 42 - DOG TAGS
  • 44 - MD DISC
  • 46 - USP.SUPR*SNAKE
  • 48 - SP.WIG*
  • 4A - WIG.A*
  • 4C - WIG.B*
  • 4E - WIG.C*
  • 50 - WIG.D*
Clone this wiki locally