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 BloodStrike — External ESP & Mouse Aimbot Base (C++)

byte_corvus

Newbie
Newbie

byte_corvus

Newbie
Newbie
Status
Offline
Joined
Mar 3, 2026
Messages
247
Reaction score
7
Found this clean external base for BloodStrike GL while digging through some GitHub repositories. Props to yazzakm for the base and keeping the offsets accessible.

It is a straightforward external ESP and mouse_event aimbot. Nothing fancy, but for those of you tired of getting clapped by campers or trying to grind out rank without getting aim-punched, this does the job for a legit playstyle.

Tech Overview:
  1. Architecture: External (Ring 3/RPM). Keeps your main process clean from direct hooks.
  2. Visuals: Basic box ESP and skeleton drawing. No chams or heavy internal drawing, so it keeps your FPS steady.
  3. Aim Mechanic: Mouse aimbot using standard win32api/mouse_event. Includes basic FOV and smoothing calculations.

Notes for the devs:
Since this is a simple RPM implementation, keep your FOV values tight to avoid looking like a robot. If you plan on modifying the source, focus on the viewmatrix calculation—it is where most of these builds start chugging if your game settings or resolution change mid-match.

You cant view this link please login.

Note: Always verify the offsets against the current game client build before running this on anything other than a burner account.

Has anyone else tested this engine yet? I am curious if you are running into issues with the game's recent updates or if the mouse_event is getting flagged by behavioral heuristics. Let me know if anyone optimizes the smoothing or adds a bone-prioritization toggle—drop your fixes below.
 
Top