# Fellas

### **DOWNLOAD FOLDER:**

[**https://www.fellaspanel.com/LoaderDownload/**](https://www.fellaspanel.com/LoaderDownload/)

## ⚙️ Requirements

* **Operating System**
  * Windows 10 (2004 and up)
  * Windows 11 (25H2 or below)
* **Installed C++ Runtimes**\
  👉 Download [All-in-One Installer](https://www.techpowerup.com/download/visual-c-redistributable-runtime-package-all-in-one/)
* **Disable/Uninstall:  Hyper-V + Core Isolation**&#x20;
* **Windows Security Settings**\
  Disable the following:<br>

**Virus & Threat Protection**

* Real-time protection
* Dev Drive protection
* Cloud delivered protection
* Automatic sample submission
* Tamper Protection (needs to be manually done)

**Device Security → Core Isolation**

* Kernel-mode Hardware-enforced Stack Protection
* Local Security Authority Protection
* Microsoft Vulnerable Driver Blocklist

**App & browser Control → Smart App Control**

* Smart app control set to off

***

## 📜 Setup

<mark style="color:red;">**IF YOU ARE USING SORDUM / DCONTROL SKIP BELOW STEPS**</mark>

Run the following commands in powershell as admin to change required settings (<mark style="color:red;">**YOU MUST SET TAMPER PROTECTION MANUALLY**</mark>) Or use the included DisableWindowsProtect.ps1 file (you may need to put in powershell as admin “<mark style="color:green;">`Set-ExecutionPolicy Unrestricted`</mark>"without quotes to get the script to run:

```powershell
# Disable Defender real-time protection
Set-MpPreference -DisableRealtimeMonitoring $true

# Disable Hyper-V
Disable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-All -NoRestart

# Disable Dev Drive protection (Win11+ only, harmless on older)
Set-MpPreference -DisableDevDriveProtection $true

# Disable cloud-delivered protection
Set-MpPreference -MAPSReporting 0

# Disable automatic sample submission
Set-MpPreference -SubmitSamplesConsent 2

#Disable Smart app control
Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\CI\Policy" -Name "VerifiedAndReputablePolicyState" -Value 0 -ErrorAction SilentlyContinue

# Disable Kernel-mode Hardware-enforced Stack Protection (Win11+ only)
Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\Session Manager\Kernel" -Name "KernelModeHardwareEnforcedStackProtection" -Value 0 -ErrorAction SilentlyContinue

# Disable Local Security Authority (LSA) Protection
Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\Lsa" -Name "RunAsPPL" -Value 0 -ErrorAction SilentlyContinue

# Disable Microsoft Vulnerable Driver Blocklist (Win11+ only)
Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\CI\Policy" -Name "VulnerableDriverBlocklistEnable" -Value 0 -ErrorAction SilentlyContinue

```

***

## 🚀 How to Use

1. **Clean reboot your computer**

   ```powershell
   shutdown /g /f /t 0
   ```
2. **Ensure Epic is not running**

   ```powershell
   Get-Process -Name EpicGamesLauncher -ErrorAction SilentlyContinue | ForEach-Object { $_.Kill() }
   ```
3. Run **Fellas Loader**
4. Input your **Key**
5. Click **Execute**→ wait for loader to login and inject.
6. Once loader **closes**, launch your **game**
7. ✅ Profit

***

## 📝 Notes

* **Driver Communication Error?**\
  This means something is blocking our driver from loading. Please ensure you have the following known programs uninstalled(This is not an exhaustive list but we will expand it as we find more):
  * Vanguard anti-cheat(Valorant/LoL anti-cheat)
  * FaceIT /ESEA anti cheat (3<sup>rd</sup> party anti cheat for CSGO/CS2)
  * MSI Afterburner
  * Razer Cortex (and associated Razer programs)
* **ESP/Menu Disappear ?**\
  Exit game and reboot computer (this can be caused by recording software/overlays, disable them)
* **Can't see ESP/Menu ?**\
  → Make sure game is in borderless and that game is fully up to date(sometimes called windowed borderless or similar. If unsure how to, use google).
* **Cheats not working as expected?**\
  Reboot your computer completely. This will fix issues 99% of the time.
* **Spoofer / VPN users:**\
  Run these **after** using the loader. Running them before can cause Sentinel’s checks to flag changes.
* **Hotkeys:**
  * `Insert` → Open/close menu
  * `End` → Exit cheat

⚠️ **Always reboot after finishing a session.**<br>
