Project external ESP logic, based on TrollSpeed UI.
Note: Write-up coming soon.
THIS PROJECT IS STRICTLY FOR EDUCATIONAL AND ACADEMIC PURPOSES ONLY.
- The author is not responsible for any misuse, damage, or legal issues caused by this software.
- Using this tool on official game servers may result in a permanent account BAN.
- Core ESP Logic: Basic ESP (Box, Health, Name) is implemented.
External_ESP_Free_Fire/
├── esp/Core # Core ESP logic
├── headers/
├── layout/
├── sources/
├── makefile
└── README.md
- On-screen rendering: Display
Name PlayerandHealth Player(Logic already in source). - Process Cleanup:
TrollSpeed-hudprocess remains active in the background even after exiting the HUD. (Note: This stems from the current custom UI. If you can't fix it, consider reverting to original TrollSpeed source). - Optimization: Reduce CPU/GPU overhead in the rendering pipeline.
- Customization: Add configuration file support for user settings.
- A device with TrollStore installed is required to run this application
- Ensure you have Theos installed.
-
Clone the repository:
git clone https://github.com/Fl0rk/External_ESP_Free_Fire.git cd External_ESP_Free_Fire -
Building from Source:
make clean package
- Core ESP Logic: Created and maintained by Fl0rk.
- Original UI: TrollSpeed by Lessica.
- Custom UI Design: Excalibur_v.2.0 by andrd3v.
This project is licensed under the GNU Affero General Public License v3.0 (AGPL-3.0) - see the LICENSE file for details.

