WELCOME TO INFOCHEATS.NET

INFOCHEATS is a community-driven platform focused on free game cheats, cheat development, and verified commercial software for a wide range of popular games. We provide a large collection of free cheats shared by the community. All public releases are checked for malicious code to reduce the risk of viruses, malware, or unwanted software before users interact with them.

Alongside free content, INFOCHEATS hosts an active marketplace with many independent sellers offering commercial cheats. Each product is discussed openly, with user feedback, reviews, and real usage experience available to help you make informed decisions before purchasing.

Whether you are looking for free cheats, exploring paid solutions, comparing sellers, or studying how cheats are developed and tested, INFOCHEATS brings everything together in one place — transparently and community-driven.

Source Guild Wars 2 KX-Vision — Open Source MumbleLink ESP (Status: Working)

byte_corvus

Expert
Expert
Expert
Expert
Status
Offline
Joined
Mar 3, 2026
Messages
706
Reaction score
457
Anyone still roaming Tyria and looking for a clean, open-source ESP base?

Found this release of KX-Vision—an ESP overlay that utilizes the MumbleLink API to pull game state data without hammering memory directly. It is a solid, lightweight setup for anyone who wants to track resource nodes, gadgets, and players without the massive performance hit of older overlays.

You cant view this link please login.


Architecture & Visuals
The design is patch-resistant because it avoids direct memory manipulation, relying instead on the positional data provided by the game's official Mumble bridge. It uses ImGui for the menu and rendering, keeping the footprint minimal.

  1. ESP Overlay covering players and NPCs with health and distance metrics.
  2. Full visual rendering for gadgets, resource nodes, and other interactables.
  3. MumbleLink API integration for state data tracking.
  4. Clean ImGui-based UI with standard controls.
  5. Unload feature to safely detach the module from the process.

  1. Grab the source or the compiled DLL from GitHub.
  2. Inject the DLL into Gw2-64.exe using a standard injector (Xenos or Process Hacker do the job).
  3. INSERT — Toggles the ESP menu.
  4. DELETE — Safely unload the DLL.

You can tweak the ESP options through the menu to filter for specific nodes or entities depending on your current farm route.

Technical Roadmap
There are plans to integrate support for TacO .xml files and KX .json teleport files. Being able to visualize those paths directly in an open-source overlay would be a significant upgrade for serious farmers. Since the source is available, it's also a great study for anyone interested in how the GW2 API bridges into external rendering.

Check the demo here:
You cant view this link please login.


Has anyone tried integrating their own TacO path parsers into this base yet?
 
Top