Collapse Cheat Installation and Setup Guide
Step-by-step guide for preparing your system, installing and launching the Collapse cheat. System requirements, loader error troubleshooting, game-specific errors, boot partition recovery.
System Requirements
Operating System
We support Windows 10 version 2004 and above.
To check your Windows version, open search and type winver.
Windows Installation
Use official Windows builds:
Processor
An Intel or AMD processor with AVX instruction support is required.
To check AVX support, download CPU-Z. After launching, find AVX in the instructions block.
Launch Instructions
- Download and run the loader — it usually has a
.comor.exeextension. Run it as Administrator. - Enter your key in the console and press Enter.
- After successful activation, you will see the green message "now start the game".
- Close the console and launch the game.
- The product menu should appear within a minute after launching the game.
Hotkeys
- Insert (INS) — open/close menu (can be reassigned)
- END — unload the product (e.g. to pass a cheat check). The menu can only be restored by restarting!
Game-Specific Errors
Rust — red label "version not fully supported" / Lite features not working
The product is updated to the latest patch, but a red label is shown or Lite version features are not working.
Solution: Disable game beta versions:
- Open Steam → right-click on Rust → Properties
- Find "Beta versions" and disable them (should say "none")
- Relaunch the product after this
Escape from Tarkov — menu doesn't appear or disappears
The product menu or its visual part does not appear, or involuntarily disappears at random.
Solution: Disable "Autoclear RAM" in the game:
- In the main game menu, go to Settings → Game
- Find "Autoclean RAM" and disable it
- Save changes and relaunch the product
DayZ — menu doesn't appear or disappears
The product menu or its visual part does not appear, or involuntarily disappears at random.
Solution: Disable antialiasing in the game:
- In the main game menu, go to Settings → Video
- Find "POSTPROCESS ANTIALIASING" and "HARDWARE ANTIALIASING" and disable them
- Relaunch the product
Loader Opening Errors
System Error (missing libraries)
This error means you are missing Microsoft Visual C++ base libraries.
Solution: Install Microsoft Visual C++ libraries:
.Net Framework Error
You are missing .Net Framework base libraries.
Solution: Install .Net Framework libraries:
Authorization Errors
Old Windows! Need Win10 21H1 b19043
Your Windows version is not compatible.
Solution: Install a compatible Windows version (10/11, 2004 or above).
TPM Enabled!
Trusted Platform Module (TPM) is enabled on your system.
Solution: Disable TPM in BIOS. It may be called TPM or Trusted Platform Module depending on your motherboard.
No VMX support!
Virtualization Technology (VMX) is disabled.
Solution: Enable Virtualization Technology (VMX) in BIOS. It may be called VMX, VT-x, or Virtualization Technology.
No AVX support!
Your processor does not support the AVX instruction or it is broken.
Solution: Replace your processor with one that supports AVX.
Legacy BIOS Mode!
Your system is using Legacy BIOS mode instead of UEFI.
Solution: Change BIOS mode from Legacy to UEFI. Use the official Microsoft guide.
UEFI SecureBoot ENABLED!
SecureBoot is enabled on your system.
Solution: Disable SecureBoot in BIOS.
Error: Connect to server
Poor connection to the product servers or no connection at all.
Solution: Use a VPN when launching. The product may also be temporarily unavailable — check the news feed or contact the seller.
Frozen product!
The product is temporarily unavailable or frozen for an update.
Solution: Check the news feed or contact the seller.
Wrong game key!
You are using a loader from a different game.
Solution: Each product has its own loader. Use the correct one.
Key has expired!
Your key has expired.
Solution: A new key must be used.
Bad HWID!
The product binding to your computer has broken. This can happen due to using a spoofer, changing hardware, etc.
Solution: Contact the seller to reset the binding.
Bad res data!
Poor connection to product servers or no connection at all.
Solution: Use a VPN when launching. Check the news feed or contact the seller.
Launch Errors
Get boot part desc failed! / Boot part wrong FS! / Get boot part MP failed! / Wrong boot part size!
Your boot partition is damaged or not functioning correctly.
Solution: You need to reinstall Windows, as this problem cannot be solved on your own. Alternatively, follow the boot partition recovery instructions below.
Boot part not GPT!
Your boot partition is using MBR instead of GPT.
Solution: Convert the boot partition from MBR to GPT.
Boot Partition Recovery
- Prepare a bootable USB drive with Windows installation files, formatted in FAT32. You can create it from another device.
- Enter BIOS and boot from this USB drive.
- On the "Windows Setup" screen, DO NOT press anything — we don't need to go through the Windows installation!
- Open Command Prompt: press
SHIFT + F10. - Enter commands in order:
diskpartThis opens the disk management utility.
list volA list of all volumes will appear. Find the boot partition: size ~100 MB, FAT32 format.
sel vol 5Replace 5 with the number of your boot partition.
assign letter=ZAssign temporary drive letter Z.
exitExit DiskPart.
bcdboot C:\Windows /s Z: /f allReplace C: with your system drive letter if different.