How do you cheat in Reap and Rush? To cheat in Reap and Rush, you can manually attach Cheat Engine to the game’s executable and scan for changing numeric values like your current Five Elements energy pool or your total count of Underworld Souls. However, because game updates frequently break Cheat Engine tables (.CT files), the safest and easiest alternative is using an auto-updating mod manager like XMODhub, which provides 1-click cheats without requiring any memory scanning.
[Editor’s Note] Look, I get it. We all start Reap and Rush thinking we’re going to play it completely legit. But after dying to the endless hordes of elite Yaoguai in the deeper levels of the underworld for the 15th time, or spending hours grinding for the Thunder-Throwing Imp Fate Stone, the fun stops. I’ve been messing with Cheat Engine for years, and trying to isolate the exact memory values for this game’s current patch almost drove me insane. Today, I’m going to show you how to manually hack the values if you want the technical challenge—but I’ll also share the 1-click shortcut I actually use to save my sanity.
You may also like: The Ultimate Reap and Rush Console Commands and Cheats Guide
📋 Table of Contents
- Quick Answer
- 1. How to Use Cheat Engine for Reap and Rush (The Manual Way)
- 2. Common CE Errors: Pointers Breaking & Not Attaching
- 3. The Better Alternative: 1-Click Cheats with XMODhub
- 4. Where to Find Safe Reap and Rush Cheat Tables (.CT)?
- 5. Top In-Game Stats to Target with a Cheat Table
- 6. How to Update Broken .CT Files After a Game Patch
- 7. Frequently Asked Questions (FAQ)
- Conclusion: Work Smarter, Not Harder
1. How to Use Cheat Engine for Reap and Rush (The Manual Way)
If you want to go the old-school route and find the memory addresses yourself, here is the basic “First Scan/Next Scan” method tailored for this game.
Because Reap and Rush is a fast-paced action roguelike deeply rooted in Chinese mythology, you are constantly managing multiple resources. As an underworld envoy, you need to balance your health, your Five Elements energy, and the souls you collect to upgrade your supernatural abilities and strange relics. The most common reason players look for a Reap and Rush cheat engine table is to give themselves infinite Underworld Souls so they can purchase every upgrade from the underworld merchants without having to grind through the chaotic early levels repeatedly.
Here is the exact, step-by-step process on how to manually isolate and modify your Underworld Souls currency using Cheat Engine.
Step 1: Attach Cheat Engine to the Game Process
First, launch Reap and Rush and load into your saved game or start a new run. Once you have control of your underworld envoy, pause the game and press ALT+TAB to switch to your desktop. Open Cheat Engine. Click the glowing computer monitor icon in the top-left corner of the Cheat Engine interface. This will open the Process List. Scroll through the list of active applications until you find the executable for Reap and Rush (usually named something like ReapAndRush.exe or ReapAndRush-Win64-Shipping.exe). Click on it and select “Open” to attach the memory scanner to the game.
Step 2: Identify and Input Your Starting Value
Return to the game and look at your current Underworld Souls count. Let us assume you have exactly 150 souls after defeating a small group of low-level Yaoguai. ALT+TAB back to Cheat Engine. In the “Value” input box on the right side of the screen, type in 150. Ensure that the “Scan Type” is set to “Exact Value” and the “Value Type” is set to “4 Bytes”. In most modern action roguelikes, standard integer currencies are stored as 4-byte values. Click the “First Scan” button. Cheat Engine will search through the gigabytes of active RAM and likely return thousands of memory addresses that currently hold the value of 150. Do not touch any of these yet.
Step 3: Change the Value In-Game
You need to force the game to update the memory address so you can filter out the garbage data. Switch back to Reap and Rush. You must now either spend some souls or gain some. Find a breakable object, defeat another Yaoguai, or interact with the White Crow NPC mini-game to alter your balance. Let us say you defeat an enemy and your souls increase to 175. Pause the game immediately before any passive mechanics can alter the number again.
Step 4: Perform the Next Scan
Switch back to Cheat Engine. Delete the old 150 in the “Value” box and type in your new exact number: 175. Do not click “New Scan”—instead, click the “Next Scan” button. Cheat Engine will now look exclusively at the thousands of addresses from your First Scan and filter out everything except the ones that have changed to 175. You should now see a much smaller list in the left-hand pane, ideally between one and three addresses.
Step 5: Modify and Freeze the Memory Address
Double-click the remaining addresses in the left pane to bring them down to the active modification list at the bottom of the Cheat Engine window. Double-click the number 175 under the “Value” column in this bottom list. A prompt will appear asking what you want to change the value to. Type in 999999 and hit Enter. Finally, click the small square checkbox to the left of the address. This “freezes” the value, meaning that even if you spend souls on new companions or relics, the game will continually force your balance back to 999,999. Switch back to Reap and Rush, open your inventory, and watch your currency update to your new hacked amount.
| Memory Value Type | Typical In-Game Stat in Reap and Rush | Technical Explanation | Difficulty to Hack | Risk of Game Crash |
|---|---|---|---|---|
| 4 Bytes | Underworld Souls, Current Health, Max Health | Standard integer storage for whole numbers. Easiest to locate using exact value scans. | Low | Low |
| Float | Movement Speed, Attack Cooldowns, Dash Distance | Used for decimal values. Often requires “Value Between” or “Increased/Decreased” scan types. | Medium | Medium |
| 2 Bytes | Inventory Slot IDs, Consumable Item Quantities | Smaller integer storage to save memory space. Can be easily confused with UI visual values. | Low | Low |
| Array of Bytes (AOB) | Relic Identifiers, Supernatural Ability Unlocks | Complex hex strings representing specific game logic or item generation parameters. | High | High |
| Double | Five Elements Energy Regeneration Rate | High-precision decimal values. Usually handled server-side in multiplayer, but local in this game. | Medium | Medium |
2. Common CE Errors: Pointers Breaking & Not Attaching
If you are pulling your hair out because CE isn’t working for Reap and Rush, you aren’t alone. Modding an action roguelike that features complex, randomized levels and dynamic enemy spawning is notoriously difficult. Here is what’s probably happening when your manual hacks fail.
Error: “Cannot attach to process” / Game Crashes:
Reap and Rush might be using specific engine protections or aggressive memory management systems that detect external debuggers. When you attempt to attach Cheat Engine, the game’s anti-tamper routines recognize the standard Windows API calls used by memory scanners (like OpenProcess or ReadProcessMemory). To protect the integrity of the game loop, the engine forcibly terminates itself, resulting in a sudden crash to the desktop.
To bypass this, you need to configure Cheat Engine to use the VEH Debugger (Vectored Exception Handling). Go to Cheat Engine’s settings, navigate to the “Debugger Options” tab, and switch the debugging method from the default Windows debugger to “Use VEH Debugger”. VEH operates at a different level of the Windows exception handling chain, allowing Cheat Engine to hook into Reap and Rush without triggering the standard user-mode debugging flags. Additionally, you may need to enable “Kernelmode debugger” if the game implements deeper ring-0 protections, though this is rare for single-player indie titles. By masking your attachment method, you prevent the game from realizing its memory is being read, stabilizing your session.
The Pointer Problem:
You finally found the exact memory address for your health, froze it, and enjoyed feeling like an invincible underworld envoy. But the moment you complete a level, defeat a boss, or even just reload your save after interacting with the White Crow NPC, your health drops back to normal, and the address you saved in Cheat Engine now points to random garbage data.
This happens because of Dynamic Memory Allocation (DMA) and Address Space Layout Randomization (ASLR). Every time Reap and Rush generates a new room or loads a new level, the operating system destroys the old memory structures and creates entirely new ones in different physical locations in your RAM. The address you found was just a temporary placeholder.
To fix this manually, you have to perform Pointer Scanning. You must find the base address (which is static relative to the game’s executable) and calculate the multi-level offsets that point to your health value. In modern engines, this can involve tracing through five or six levels of pointers. Alternatively, you have to write custom Assembly Scripts (AOB Injection) to hijack the game’s code that subtracts health when you take damage, forcing it to write a zero instead. Writing assembly language requires a deep understanding of x86/x64 architecture. One wrong byte in your script, and Reap and Rush will instantly fatal-error and crash. This is why relying on static memory addresses is a fool’s errand for modern roguelikes.
3. The Better Alternative: 1-Click Cheats with XMODhub
Here is the dirty little secret of the modding community: Nobody actually wants to spend two hours updating Cheat Engine tables every time a patch drops. The moment Reap and Rush updates on Steam—even for a minor hotfix addressing tutorial screen bugs or Fate Stone awakening issues—every single pointer, offset, and assembly script in your downloaded Reap and Rush cheat engine table is instantly rendered useless. Your hard-earned memory addresses shift, and your game crashes to the desktop the second you toggle a cheat.
| Feature Metric | Manual Cheat Engine (.CT Files) | XMODhub Auto-Trainer |
|---|---|---|
| Setup Time | 15 to 45 minutes of scanning and filtering memory addresses per session. | Under 10 seconds. Click play and toggle switches on a clean UI. |
| Update Reliability | Breaks immediately on every minor Steam game patch or hotfix. | Cloud-based auto-updating tech adapts to new patches instantly. |
| Crash Risk | Extremely high. Injecting wrong hex values or bad AOB scripts corrupts saves. | Near zero. Professionally coded hooks ensure game stability. |
| Ease of Use | Requires technical knowledge of memory types, pointers, and x64 assembly. | Designed for everyone. No coding or hex knowledge required. |
| Feature Access | Limited to whatever addresses you can manually isolate and freeze. | Access to complex logic cheats like God Mode and custom physics. |
Why XMODhub beats manual CE for Reap and Rush:
- Zero Hex Codes Needed: Just toggle a beautiful switch on our UI. You never have to look at a wall of hexadecimal garbage again.
- Auto-Updating Cloud Tech: When the game patches to fix bugs or add new Yaoguai, XMODhub updates its trainer automatically in the background. No more broken scripts or waiting weeks for a forum user to update their table.
- Premium Features Instant Access:
- Undetected God Mode / Infinite Health (Face tank the hardest underworld bosses without dodging).
- Unlimited Fate Stones and Five Elements Energy (Max out your supernatural abilities instantly).
- Super Speed & Custom Jump Height (Traverse the crumbling underworld at lightning speed).
- One-Hit Kills for annoying bosses (Erase elite enemies from existence with a single click).
How to Use XMODhub for Reap and Rush?
- Download and Launch the free XMODhub desktop app from our official secure server.

- Search for “Reap and Rush” in the global game library.

- Click “Play” to launch the game and auto-hook the trainer safely in the background.
- Toggle your desired cheats directly from the clean UI or via customizable keyboard hotkeys while in-game.
Download Reap and Rush Trainer Now
4. Where to Find Safe Reap and Rush Cheat Tables (.CT)?
If you absolutely insist on using CE, you’ll want a pre-made Cheat Table (.CT file) created by the community. You can typically find these on popular modding forums, dedicated Cheat Engine community boards, or various gaming Discord servers. However, you must exercise extreme caution when downloading these files.
Cheat Engine is an incredibly powerful tool, which means it is also incredibly dangerous in the wrong hands. Modern .CT files are not just static lists of memory addresses; they can contain complex, embedded Lua scripts. When you open a cheat table and check a box to activate a script, Cheat Engine executes that code with administrative privileges on your machine.
Cybercriminals frequently exploit this by uploading malicious Reap and Rush cheat engine tables to public forums. While the table might actually give you infinite health in the game, the hidden Lua script running in the background could be silently downloading a payload from a remote server. We have seen countless instances of players getting infected with severe trojans, rootkits, and keyloggers simply by activating a random cheat table. Another massive threat is silent crypto-miners. Malicious actors will bundle XMRig or similar mining software into the .CT file, hijacking your GPU and CPU to mine cryptocurrency for them while you play, which causes massive system overheating and degrades your hardware over time.
This is exactly why relying on unverified files from anonymous forum users is a massive cybersecurity risk. If you want to modify your game safely, you should always use a verified, digitally signed application like XMODhub. Our software is heavily audited, strictly sandboxed, and completely free of malware, ensuring that the only thing getting hacked is the game’s difficulty, not your personal computer.
5. Top In-Game Stats to Target with a Cheat Table
When you finally get your hands on a working Reap and Rush cheat engine table, you might be overwhelmed by the sheer number of toggleable options. Because this game masterfully blends deep roguelike progression with chaotic ARPG bullet-hell mechanics, knowing exactly which values to prioritize can completely change your run.
Instead of randomly freezing memory addresses and risking a corrupted save file, you should focus your memory editing efforts on the core pillars of the game’s economy and combat loop. Below is a strategic breakdown of the most valuable resources to target using a memory scanner.
| Cheat Classification | Specific Stat / Target | Optimal Use Case | Priority Level |
|---|---|---|---|
| Currency / Economy | Underworld Souls Balance | Bypassing the early-game grind to buy all permanent upgrades at underworld merchants. | High |
| Combat Survival | Max Health / God Mode | Face-tanking elite Yaoguai bosses on the deepest, most punishing levels. | Critical |
| Ability Resources | Five Elements Energy | Spamming your ultimate supernatural abilities without waiting for cooldowns. | High |
| Item Unlocks | Fate Stone IDs (AOB) | Forcing the game to drop rare companions like the Thunder-Throwing Imp. | Medium |
| Mobility / Physics | Dash Cooldown & Speed | Rapidly escaping dense enemy bullet grids and massive AoE attacks. | Low |
Modifying Underworld Souls and Five Elements Energy is highly recommended for beginners because they are usually simple 4-byte or Float values that are easy to isolate via the Exact Value scan method. On the other hand, trying to manipulate Fate Stone IDs requires injecting custom Array of Bytes (AOB) scripts to trick the game’s randomized loot pool into giving you specific relics. If you input the wrong hex code during an AOB injection, the game will instantly crash, and you will lose your current run’s progress.
6. How to Update Broken .CT Files After a Game Patch
One of the most frustrating aspects of relying on community-made cheat tables is the inevitable game update. Let’s say the developers push a minor 50MB hotfix to Steam to balance a boss fight or fix a UI glitch. The moment that patch installs, your downloaded Reap and Rush cheat engine table is completely bricked.
Why does this happen? Because even the smallest code change shifts the memory offsets of the entire game. The static pointers that your cheat table relies on to find your health or souls are now pointing to random, irrelevant lines of code.
To fix a broken .CT file manually, you have to become an amateur reverse engineer. You will need to:
- Open Cheat Engine and attach it to the newly patched game.
- Open the Memory Viewer and locate the broken script.
- Perform a brand-new AOB (Array of Bytes) Scan to find the new location of the game’s core functions (like the function that subtracts health when you take damage).
- Calculate the new multi-level offsets and manually rewrite the x64 Assembly code inside the cheat table’s Lua script.
- Save the table, restart the game, and pray you didn’t make a typo that causes a fatal memory leak.
For 99% of players, this process is an absolute nightmare. The time you spend updating broken scripts could be spent actually playing the game. This is the primary reason why modern gamers are migrating away from static .CT files and moving toward dynamic, cloud-updated trainers like XMODhub, which handle all of this reverse-engineering automatically in the background.
7. Frequently Asked Questions (FAQ)
| Platform / Storefront | Cheat Compatibility | Ban Risk (Singleplayer) | Ban Risk (Multiplayer) |
|---|---|---|---|
| Steam | 100% Compatible (CE & XMODhub) | None (0%) | N/A (Game is Singleplayer) |
| Epic Games Store | 100% Compatible (XMODhub) | None (0%) | N/A |
| Xbox Game Pass (PC) | Limited (Requires XMODhub bypass) | None (0%) | N/A |
| GOG (DRM-Free) | 100% Compatible (CE & XMODhub) | None (0%) | N/A |
Q: Can I use Cheat Engine on the Xbox Game Pass version of Reap and Rush?
A: Usually, no. Game Pass uses strict UWP (Universal Windows Platform) file encryption and aggressive containerization that actively blocks Cheat Engine from attaching to the process or reading memory. Attempting to force an attachment usually results in an “Access Denied” error or an instant crash. However, XMODhub is specifically engineered to bypass these UWP restrictions seamlessly, allowing you to cheat on Game Pass versions just as easily as on Steam.
Q: Is it illegal to use Cheat Engine?
A: Modifying data on your own PC for a single-player experience like Reap and Rush is completely legal. You own the hardware, and you are simply altering local RAM values on a game you purchased. There are no laws against giving yourself infinite health in a solo roguelike. Just never bring memory editors into a multiplayer server, as that violates Terms of Service and can result in permanent account bans.
Q: Will using Cheat Engine drop my FPS or slow down my PC?
A: Yes, it can, depending on how you use it. When you perform an “Unknown Initial Value” scan, Cheat Engine logs millions of memory addresses and writes them to a temporary page file on your hard drive. This massive read/write operation can cause severe CPU bottlenecking and RAM thrashing, leading to massive frame drops or stuttering in Reap and Rush. However, once you have isolated the specific address and are merely using an Active Freezing loop (where the software just rewrites a single 4-byte value every few milliseconds), the CPU overhead is practically zero. Auto-trainers like XMODhub bypass the scanning phase entirely, meaning you experience absolutely zero FPS drops while gaming.
Conclusion: Work Smarter, Not Harder
Learning how memory manipulation works in Cheat Engine is a cool flex. Understanding the difference between a 4-byte integer and a floating-point value, or learning how to trace multi-level pointers through the chaotic memory structures of an action roguelike, is genuinely interesting. But let’s be real—when you come home from a long day at work, you just want to spawn in the fully awakened Thunder-Throwing Imp Fate Stone, equip your ultimate underworld relics, and wreck some elite Yaoguai without taking a computer science class.
Why spend 45 minutes digging through hex codes, fighting game crashes, and risking malware infections from shady forum downloads when you can click one button and instantly get God Mode? And the best part? XMODhub supports over 5,000+ PC games. Once you install the app, you can ditch the complicated cheat tables for good and get back to actually enjoying your gaming time.

Stop Grinding, Start Enjoying.
Bypass the tedious resource gathering and unlock your full potential instantly.

I am a passionate gamer and writer at XMODhub, dedicated to bringing you the latest gaming news, tips, and insights.
Connect with me:
LinkedIn Profile ↗





