Nexus is an open-source Python external ESP for GMOD x64. Other minor features are also included like a triggerbot, and a bhop.
It's an external: nothing is injected, no lua function are used, it just reads the game memory.
In the GLua programming language, there is no way to know if a player is using a software that is reading the game's memory.
Is the cheat visible on the screengrabs?
The visuals are displayed in another application, as an overlay.
Screengrab anticheats use the lua render.Capture function, which only capture what is rendered by the game.
| Features | Methods | Undetectable |
|---|---|---|
| ESP | Reading game memory only | ✅ |
| Dynamic Crosshair | Reading game memory only | ✅ |
| Triggerbot | Reading game memory and sends inputs | - |
| Bhop | Read and Write to game memory | - |
There is a version compiled with PyInstaller for those who don't know how to use Python.
| Issue | Solution |
|---|---|
| I don't see the ESP. | Use video setting: Borderless window. |
| The cheat doesn't detect gmod. | Use the beta gmod version: Chromium x64. |
| The offsets are outdated. | You can use my "offset dumper" to get the new offsets: https://github.com/Calvineries/gmod-x64-offsets-dumper. |
| How to install dependencies for the uncompiled version. | - Install the "dearpygui", "pywin32" and "requests" modules using pip. - Download and install pyMeow : https://github.com/qb-0/pyMeow. |
| In Singleplayer the ESP doesn't work. Bots are not displayed on the ESP. |
Uncheck "Only Real Players". |
| How to enable the Skeleton ESP. | In the "Config" tab you must put the ESP in "BonesPos" mode. |
| The overlay is black (non transparent). | - Solution 1: Change the "OpenGL GDI Compatibility" in Nvidia Control Panel to "Prefer compatibility". - Solution 2: Toggle the "OpenGL Triple Buffering" option in the AMD software. - Solution 3: Make the application (if compiled), or python (if not compiled) use your integrated graphics card instead of your graphics card (or the opposite). |
| Some player names appear as "______". | These names contain non-Latin characters. To display them, you must place a font file named "font.ttf" in the "font" folder. |
| Where is the old version. | https://github.com/Calvineries/Gmod-Nexus-External-ESP/tree/v1-(old-version). |



