IMPORTANT — READ CAREFULLY! Before launching the product, make sure to review the system requirements and launch instructions.

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

Important: If you have a game or game launcher open, you must close them before launching the product!
  1. Download and run the loader — it usually has a .com or .exe extension. Run it as Administrator.
  2. Enter your key in the console and press Enter.
  3. After successful activation, you will see the green message "now start the game".
  4. Close the console and launch the game.
  5. 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

🎮Game 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:

  1. Open Steam → right-click on Rust → Properties
  2. Find "Beta versions" and disable them (should say "none")
  3. 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:

  1. In the main game menu, go to Settings → Game
  2. Find "Autoclean RAM" and disable it
  3. 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:

  1. In the main game menu, go to Settings → Video
  2. Find "POSTPROCESS ANTIALIASING" and "HARDWARE ANTIALIASING" and disable them
  3. Relaunch the product

Loader Opening Errors

⚠️Loader Startup 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

🔐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.

Warning: The product can only be used on 1 computer! Activating after reset on a different computer from another city will result in key blocking.
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

🚀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

Important: This procedure is necessary if your boot partition is damaged.
  1. Prepare a bootable USB drive with Windows installation files, formatted in FAT32. You can create it from another device.
  2. Enter BIOS and boot from this USB drive.
  3. On the "Windows Setup" screen, DO NOT press anything — we don't need to go through the Windows installation!
  4. Open Command Prompt: press SHIFT + F10.
  5. Enter commands in order:
diskpart

This opens the disk management utility.

list vol

A list of all volumes will appear. Find the boot partition: size ~100 MB, FAT32 format.

sel vol 5

Replace 5 with the number of your boot partition.

assign letter=Z

Assign temporary drive letter Z.

exit

Exit DiskPart.

bcdboot C:\Windows /s Z: /f all

Replace C: with your system drive letter if different.

Result: If everything went well — shut down the computer, remove the USB drive, and turn it on again. The boot partition has been restored.