[xyz-ips snippet="Navigation-Hightlight"]

Xcom 2 Cheat Engine Supplies Value Install May 2026

Are you looking to boost your resources? While you can use Cheat Engine to manually hunt for the memory address of your Supplies, XCOM 2 has built-in Console Commands that are much faster and safer to use. Option 1: Using Console Commands (Recommended)

This is the standard way to "cheat" in XCOM 2 without external software. Enable the Console:

In your Steam Library, right-click XCOM 2 and select Properties. Under the General tab, find the Launch Options field. Enter -allowconsole. In-Game Action: xcom 2 cheat engine supplies value install

Load your game and press the tilde key (~) to open the console. Type the following command and press Enter: AddItem Supplies 1000 Replace 1000 with whatever amount you need. Option 2: Using Cheat Engine

If you prefer using Cheat Engine, you can manually edit the supply value or use a pre-made Cheat Table. XCOM 2 Cheats|Console Commands Are you looking to boost your resources


Part 7: The "Install" Script Code (DIY)

For the tech-savvy commanders, you can literally install the script yourself without downloading a table. Open Cheat Engine, click Memory View (Ctrl+B), then Tools > Auto Assemble.

Paste this template (script logic for XCOM 2 v1.0.0.67405 WOTC): Part 7: The "Install" Script Code (DIY) For

[ENABLE]
aobscanmodule(INJECT_Supplies,XComGame.exe,8B 45 08 89 85 ? ? ? ? 8B 45 08) // Example AOB
alloc(newmem,$2048,INJECT_Supplies)
label(returnHere)
label(originalCode)
label(exit)

newmem: mov [rax+08],#50000 // Force supplies to 50000 originalCode: mov eax,[rbp+08] mov [rbp+00000680],eax exit: jmp returnHere

INJECT_Supplies: jmp newmem nop returnHere: [DISABLE] INJECT_Supplies: db 8B 45 08 89 85 80 06 00 00 unregistersymbol(INJECT_Supplies) dealloc(newmem)

Note: Actual AOB arrays change per patch. This is pseudocode for structural understanding.


Step 4: Enjoy Your Enhanced Gameplay

  • Save Your Changes: After modifying your supplies or any other value, make sure to save your changes back to the game memory.

Attaching Cheat Engine to XCOM 2

  1. Open Cheat Engine: Launch Cheat Engine and select "File" > "Attach to Process."
  2. Find XCOM 2: In the list of running processes, find "XCOM2.exe" and select it.
  3. Attach: Click "Open" to attach Cheat Engine to XCOM 2.

Step 2: First Scan for Supplies

  1. In Cheat Engine, ensure Value Type is set to:
    • 4 Bytes (most common)
    • If that doesn't work, try All or Float (rare, but try 4 Bytes first).
  2. In the Value box, type your current Supplies number (e.g., 245).
  3. Click First Scan.
  4. You will likely get hundreds or thousands of addresses.