> ## Documentation Index
> Fetch the complete documentation index at: https://docs.flicklabz.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Fecurity

### Pre-Setup Instructions

<Tabs>
  <Tab title="C++ Runtime Components">
    Our software uses C++ to render everything so in order to make sure that every function is working for you, you must install the following C++ Runtime Components.

    <Info>
      This is a standard Microsoft component used by many applications. Installing it ensures everything runs smoothly and securely.
    </Info>

    **Install (both):**

    * [vc\_redist.x86](https://aka.ms/vs/17/release/vc_redist.x86.exe)
    * [vc\_redist.x64](https://aka.ms/vs/17/release/vc_redist.x64.exe)
  </Tab>

  <Tab title="Windows Defender">
    Because software executables (.exe) modify or inject code into games to enable features like ESP, they cannot be officially verified by Microsoft. As a result, Windows Defender often flags the launcher. For this reason, it may be necessary to temporarily disable Windows Defender.

    **How to Disable Windows Defender (Efficiently):** Install **dControl**, a tool that allows you to easily turn Windows Defender on or off.

    *A video walkthrough will be available soon.*

    You can also re-enable Windows Defender once you’re finished using the software.
  </Tab>

  <Tab title="BIOS Configuration">
    To proceed, you will need to access your system BIOS. Follow one of the methods below:

    <Info>
      **Option 1:**

      * Restart your PC
      * Press **DEL**, **F2**, or **F10** repeatedly during boot (Your motherboard manufacturer usually displays the correct key)

      **Option 2:**

      1. Search **Change Advanced Startup Options**
      2. Click **Restart Now**
      3. Go to **Troubleshoot → Advanced Options → UEFI Firmware Settings**
      4. Click **Restart**
    </Info>

    <Warning>
      These settings are designed to ensure that the software runs optimally with lower detection rates.
    </Warning>

    **Requirements:** Ensure the following configurations are applied:

    * **Enable** Virtualization (SVM / VT-x)
    * **Disable** Secure Boot
    * **Disable** Fast Boot

    If you're unsure how to adjust these settings, search for a YouTube guide using your motherboard or laptop model, or ask for step-by-step instructions (include your system details).
  </Tab>

  <Tab title="BIOS Mode">
    This software requires your system to be running in **UEFI mode**. Systems configured in **Legacy (non-UEFI) mode** are not supported and may prevent the application from launching.

    To verify your current BIOS mode, refer to the guide below.

    *A video walkthrough will be available soon.*

    **Option 1: Convert Legacy to UEFI** If your system is currently using Legacy mode, you can attempt to convert it to UEFI without reinstalling Windows by using **MBR2GPT**. For detailed instructions, refer to the official Microsoft Documentation.

    **Option 2: Reinstall Windows (Recommended)** If conversion is not suitable or fails, a clean Windows installation in UEFI mode is recommended.

    **Requirements:**

    * USB flash drive (minimum 4 GB)

    **Steps:**

    1. Download the Windows Media Creation Tool for Windows 10 or Windows 11.
    2. Launch the tool and follow the prompts.
    3. When prompted to choose media, select **ISO file**.
    4. Once the ISO file is created, download **Rufus**.
    5. Open Rufus and configure the following:
       * **Partition scheme:** GPT
       * **Target system:** UEFI (non-CSM)
    6. Once completed, enter your BIOS/UEFI settings.
       * Navigate to the **Boot** tab
       * Locate **CSM (Compatibility Support Module)**
       * Set it to **Disabled**
    7. Boot from your USB drive and begin the Windows installation.
       * Delete existing partitions (if required)
       * Install Windows in **UEFI mode**
  </Tab>
</Tabs>

<Warning>
  All requirements above must be completed in order to launch the software.
</Warning>

***

### Step by Step Guide

<Steps>
  <Step title="Install Launcher">
    Download and install the latest version of the launcher to begin setup.

    <Card title="Download Launcher" icon="download" href="https://mega.nz/folder/nRUWiKoI#RSfQ5Bh9oSBWpRhnvLxm7g">
      Click here to download the setup files.
    </Card>
  </Step>

  <Step title="Extract Files">
    Use WinRAR (or a similar tool) to extract the downloaded file.
  </Step>

  <Step title="Launch the Software">
    Open the `Builds` folder and run the launcher that is suitable for you as administrator.
  </Step>

  <Step title="System Restart">
    After entering your license key, your PC will restart. This is expected and required to load the environment.
  </Step>

  <Step title="Enter the Game">
    Once your system has restarted successfully, launch the game.
  </Step>
</Steps>

<Tip>
  **Tip:** Press **DEL** to open or close the in-game menu. If your keyboard does not have a DEL key, use the Windows on-screen keyboard.
</Tip>

***

### Troubleshooting

Below is a variety of common errors. Expand the sections below to find the appropriate fixes.

<AccordionGroup>
  <Accordion title="Program Already Launched">
    **Solution 1**

    1. Download EasyUEFI.
    2. Open **Manage EFI Boot Option**
    3. Check your disks and set the one with the file path `EFI\Microsoft\Boot\bootmgfw.efi` as the top priority by using the first button.
    4. Reboot your PC and try running the program again.

    **Solution 2**

    1. Reboot your PC and repeatedly press the **F12** key to open the boot menu.
    2. If the boot menu does not appear, reboot and open the BIOS instead.
    3. Select **Windows Boot Manager** from the list and proceed to run the program after rebooting. In the BIOS, set the boot priority to **Windows Boot Manager**.
    4. If neither fix works, reinstall Windows.
  </Accordion>

  <Accordion title="Boot Files Cannot Be Found">
    The only solution is to reinstall Windows cleanly in UEFI mode.
  </Accordion>

  <Accordion title="Blue Screen or PC Freezes After Launching the Game">
    1. Use custom launch options for your loader environment.
    2. Add the following launch option: `-delay 120000`
    3. Replace `LAUNCHER.exe` inside your execution settings or script with the correct file name.
    4. If the issue persists, contact the support team.
  </Accordion>

  <Accordion title="Blue Screen on Boot: DPC_WATCHDOG_VIOLATION">
    If you encounter a **DPC\_WATCHDOG\_VIOLATION** blue screen on boot, contact the support team for assistance.
  </Accordion>

  <Accordion title="PC Does Not Boot After Launching the Program">
    If your PC fails to boot after launching the program:

    1. Prepare a USB flash drive with Windows installation media.
    2. Boot from the USB flash drive via the BIOS.
    3. Choose the custom installation option.
    4. Delete the **EFI partition** (usually 100MB reserved space and the first partition).
    5. Proceed with the Windows installation.

    After reinstalling Windows, contact the support team for further assistance.
  </Accordion>

  <Accordion title="Low FPS on AMD Processors">
    1. Enter the BIOS.
    2. Navigate to the **Settings** tab.
    3. Disable **Re-Size BAR Support**.
    4. Disable **Above 4G Decoding**.
  </Accordion>

  <Accordion title="Logo doesn't appear on boot">
    1. Enter the BIOS.
    2. Navigate to the **Boot** tab.
    3. Disable **Fast Boot**.
  </Accordion>

  <Accordion title="More Error Codes (0x86...)">
    **0x86000001** — Usually means the CPU is outdated -> CPU Not Supported. Only standard INTEL & AMD CPU vendors are supported.

    ***

    **0x86000002** — Either installed Windows version is too new, or too old.

    * **Windows 11:** 22000 to 26200 (Any edition)
    * **Windows 10:** 19041 to 19045 (Any edition, Pro recommended)

    ***

    **0x86000003** — Check if your CPU supports AVX. If supported but error persists, explicitly enable AVX in BIOS.

    ***

    **0x86880004** — Your SVM / NX (Virtualization) mode is not enabled in BIOS.

    ***

    **0x86080007** — States that secure boot is enabled and the bypass is possible.

    ***

    **0x86100007** — States that secure boot is enabled but the automated bypass is impossible. **Note:** If you have a custom secure boot keys option in your BIOS, you can attempt using the bypass with `-secureboot-test-compatibility-mode`.

    ***

    **0x86080008 / 0x86100008** — Press "Yes" for an attempt at an automated system fix. If the fix doesn't resolve the issue, contact the support team.

    ***

    **0x88380006** — HWID Mismatch detected. Contact support to reset your HWID.

    ***

    **0x88000003** — License key has expired.

    ***

    **0x88300006** — Key does not exist or was entered incorrectly.

    ***

    **0x88000005** — Network connection failed. Try using a high-quality VPN to refresh your routing path.
  </Accordion>
</AccordionGroup>

***

### Need Help?

If you are still facing issues or need further help, feel free to contact support.
