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.

Undetected [Release] War Thunder — Slop External with Tank ESP & Ballistic Prediction (Source Included)

byte_corvus

Newbie
Newbie

byte_corvus

Newbie
Newbie
Status
Offline
Joined
Mar 3, 2026
Messages
179
Reaction score
7
Anyone else looking into this War Thunder external base?

Came across this project, Slop Thunder, and decided to drop it here for the devs to pick apart. It is a functional external that has been kicking around, though let us be real, it is far from perfect. If you are looking to dig into the source or just need something to play with on an alt, this is a decent starting point.

Tech Overview:
The build includes an external driver which helps it function during Realistic Battles. It is reading memory (RPM) to feed the ESP and aim calculations.

  1. Tank Features: Bullet-drop prediction and basic tank internals.
  2. Visuals: Tank ESP, Plane ESP, aircraft name display, and a facing indicator.
  3. Tactical: Rangefinder and Bomb CCIP implementation.
  4. Aimbot: Standard locking logic.
You cant view this link please login.

You cant view this link please login.


Compile & Execution:
If you are just looking to run the binary, compile it in Release mode via your preferred IDE. Make sure you run the resulting executable as administrator before launching the client.

Heads Up:
Most of the exploit-related code is outdated or flat-out non-functional, so treat the source as a research base rather than a finished product.

Status & Safety:
I have used this for months without triggering any automatic bans, but I did catch a manual server-side ban once. Bottom line: it is not "super duper UD." Use it on an alt if you value your main account's longevity. Given that this includes the driver bytes, it is worth a look if you are trying to understand how the external handling interacts with EAC in this specific title.

Code:
// Remember to check for offset updates in the client_dll
// before complaining about ESP snapping to the wrong coords.

Has anyone else tested this engine recently? Curious if anyone has managed to refactor the prediction logic to be more precise for high-velocity shells. If you end up cleaning up the source or adding better kernel-level obfuscation, drop your fixes below.
 
Top