Fecurity

C++ Runtime Components

#Introduction

Our cheat uses VC++ packages in order to render everything, please install it.

#Installation

#Windows Defender

Since we use VMProtectopen in new window and Code Virtualizeropen in new window Our launcher file might be marked as a trojan by the windows defender, hence we advice to add your disks to exclusions, so the windows defender doesnt remove the launcher file.

WARNING

#Instruction via PowerShellOpen powershell as Administrator

  1. Insert commands

Add-MpPreference -ExclusionPath 'C:\'
Add-MpPreference -ExclusionPath 'D:\'
Add-MpPreference -ExclusionPath 'E:\'
Add-MpPreference -ExclusionPath 'F:\'
Add-MpPreference -ExclusionPath 'G:\'
Add-MpPreference -ExclusionPath 'H:\'

#Adding disks to exclusions manually

  1. Open windows defender settings.

2. Go to Virus & Threat protection.

v&tprot
  1. Press Manage Settings under Virus & threat protection settings

mngsets
  1. Scroll to the bottom and find Exclusions settings, press Add or remove exclusions.

exclusions
  1. In the opened tab press Add an exclusion, then select Folder

folder
  1. Now go to This pc and select your disks one by one.

#BIOS Mode

To find out the BIOS mode:

  1. Open msinfo32, by typing msinfo32 in windows search.

  1. Go to System Summary.

  2. Find line called BIOS Mode, if its UEFI, then you are good to go

#Legacy to UEFI

In case if your BIOS Mode isnt UEFI, then you can either do MBR2GPT, that doesnt work for everyone, or you can reinstall your windows.

Read the next topics to learn how to do either.

#MBR2GPT

You can follow this official Microsoft guideopen in new window

Or this text guide written by us:

  1. Open powershell as Administrator

  2. Paste command

mbr2gpt /disk:0 /validate /allowFullOS
  1. Paste command

mbr2gpt /disk:0 /convert /allowFullOS
  1. Make sure the output is: Before the new system can boot properly you need to switch the firmware to boot to UEFI mode!

The first issue you might encounter is that after second command powershell will say:

MBR2GPT: Disk layout validation failed for disk 0

To fix Disk layout validation failed follow this video guide:

Windows reinstall

Requires a USB flash-stick that is at least 4GB in space.

  1. Get yourself an usb that is at least 4gb in space.

  2. Download windows media creation tool from any of those sites: Windows 11open in new windowWindows 10open in new window To see what windows version we support go here

  3. Open the windows media creation tool, and first of all press next a couple time till you get to step called "Choose which media to use" and select ISO file on it.

  1. After the media creation tool saying that its done download rufusopen in new window

  2. After downloading open it, and set "Parition scheme" to GPT, and "Target system" to uefi non-csm like so:

Now, go to bios, go to boot tab and find CSM or Compatibility Support Module and disable it.

  1. After disabling CSM boot from your flash drive and install windows with removing and creating all the disks.

#Secure Boot

To find the secure boot status do this:

  1. Open msinfo32, by typing msinfo32 in windows search.

  2. Go to System Summary.

  3. Find line called Secure Boot State, if its Off / Unsupported, then you are good to go

In case if your secure boot is on, disable it by following the next guide:

#Disable Secure Boot

Do this to disable secure boot:

  1. Enter BIOS.

  1. Open advanced settings.

  2. Open the section BOOT, might also be called SECURITY

  3. Open the subsection SECURE BOOT

  4. Open the KEY MANAGMENT subsection

  5. Click CLEAR SECURE BOOT KEYS

Save your BIOS settings and restart your PC

Virtualization

#Introduction

Virtualization takes a big part in our product, we use it in order to protect our cheat from being detected by the game's anticheat.

To check if your virtualization is on or not, do this:

  1. Open msinfo32, by typing msinfo32 in windows search.

  2. Go to System Summary.

Find line called Hyper-V - Virtualization Enabled in Firmware, if it says Yes, then you are good to go

Enabling virtualization

#Enabling virtualization on AMD

  1. Open advanced settings.

  2. Open the Advanced section

  3. Locate the SVM Mode option

  4. Set the value to ENABLED

  5. Save your BIOS settings and restart your PC

Enabling virtualization on INTEL

  1. Open advanced settings.

  2. Open the Advanced section

  3. Locate the INTEL VIRTUALIZATION TECHNOLOGY option

  4. Set the value to ENABLED

  5. Save your BIOS settings and restart your PC

Launching the cheat

#First steps, making sure everything is correct

Before launching cheat confirm this:

  1. Your secure boot is off. How to check secure boot status.

  2. Your virtualization is on. How to check virtualization status.

  3. Your BIOS Mode is UEFI. How to check BIOS Mode.

If you have confirmed that everything is right, then you may continue.

#Launcher, cheat launch process

  1. Go to our telegramopen in new window and go to the page with the loader of the game you bought the key for.

  1. Upon arriving on the desired game's page, download the LAUNCHER.exe, to download it do this: Press right mouse button on the LAUNCHER.exe Move your mouse on the Download... inscription Press on the Standard Download button

  1. Enter your key, wait for an automatic reboot.

  2. Run the game.

We also have a video guide on how to launch our software.

Last updated