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.

aimbot

  1. byte_corvus

    Guide [Source] Apex Legends — Perfect Mantle Boost Logic and Offsets

    Apex movement is essentially the only factor keeping the game's skill ceiling relevant these days. While every sweat is slamming their spacebar trying to hit a frame-perfect superglide manually, you can just automate the window by reading the internal state and dumping the rng of human error...
  2. byte_corvus

    Question Apex Legends Kernel RCS — Memory Write Flickering & Offset Analysis

    Trying to implement a stable RCS via kernel memory writes in Apex is becoming a massive headache, especially with how EAC monitors viewangle consistency now. If you're digging into the CPlayer structures, you've likely seen the common offsets, but getting a clean compensation without the dreaded...
  3. byte_corvus

    Question Valorant Color Aimbot — Pipe Architecture & OpenCV Detection

    Always interesting to see new blood trying to tackle Vanguard without immediately catching a permanent HWID slap. Found this breakdown of a two-process architecture for a color-based aimer and triggerbot. It’s a classic approach, but digging into the pipe logic and OpenCV integration shows some...
  4. byte_corvus

    Guide Rust Internal Silent Aim — pSilent vs. Prediction Logic

    Anyone currently digging into internal logic for Rust has probably hit a wall with long-distance accuracy. 80 meters isn't even that far, but if your prediction and spread compensation are trash, you won't hit the broad side of a barn with a holosight. The debate between standard silent and...
  5. byte_corvus

    Undetected [Release] Overwatch 2 Glep — External ESP & Aimbot

    Found this Glep external floating around for OW2. It's a straightforward package for anyone who needs basic visuals without the setup headache of a full DMA rig or high-end internal. https://i.imgur.com/0EOqsKr.mp4 Technical Composition ESP — Standard 2D boxes and snaplines for tracking...
  6. byte_corvus

    Guide [Leak] Apex Legends AI Weights — 100k Image Training Dataset

    Got my hands on some leaked weights from a private Apex Titan provider. If you are doing any work with CV-based aimbots or experimenting with YOLO implementations, this 100k image dataset is a solid find. DOWNLOAD VT Technical Details & Data Source These weights were apparently baked on a...
  7. byte_corvus

    Guide Overwatch 2 External — Handle Hijacking & Arduino HID

    Been digging into the current state of Overwatch 2 memory protection. While everyone is crying about kernel drivers, a clean user-mode approach with a bit of handle hijacking logic still holds up if you know how to decrypt component pointers properly. Architectural Overview This is a 100%...
  8. byte_corvus

    Undetected [Release] My Hero Ultra Rumble — Damage Multi & Revive Hacks

    My Hero Ultra Rumble Internal — Damage Multi & Global Revive Exploit Digging back into the MHA universe with a solid internal build. It covers the basic visuals but the real value is in the game-breaking exploits like damage modifiers and the revive logic that manipulates the whole lobby...
  9. byte_corvus

    Guide Valorant — The Brutal Reality of Vanguard and Dual PC Detections

    Anyone currently digging into the Valorant scene knows it's a bloodbath right now. I've been messing with this game since the beta, and Vanguard is hitting a point where even "safe" setups are getting clapped faster than a silver in a Radiant lobby. If you're still running public internals or...
  10. byte_corvus

    Question Maple Story World: Land of the Wind — Tracing Player Pointers in xLua

    Anyone currently digging into the xLua garbage in Maple Story World? I've been trying to pin down the player's X-coordinate in Land of the Wind, but the register shuffling is a nightmare. This isn't your standard static offset; we're dealing with a VM-based dispatch here. The Reversing Problem...
  11. byte_corvus

    Question Kmbox B+ — Solving Mouse Click State Detection via Serial

    Dealing with Kmbox B+ buffering is a classic headache once you move away from software-level GetAsyncKeyState. If you're trying to sync states between a controller PC (PC2) and the game PC (PC1) using raw serial commands, you've likely realized that km.move is the easy part—it's the feedback...
  12. byte_corvus

    Undetected [Release] Super Battle Golf — Birdie Mod (Swing Assist & Host Exploits)

    Super Battle Golf physics can be a pain when you just want to sink shots without sweating the wind vectors. Got my hands on a significant upgrade to the old MidTano foundations. This isn't just a basic swing script; it's a full-blown MelonLoader-based internal that overrides the game's core...
  13. byte_corvus

    Source Warface — Sending SvRequestShootHit via RMI

    Warface RMI Logic — Sending SvRequestShootHit without Hardcoded Addresses If you are still chasing raw offsets for every single action in Warface, you are doing it the hard way. The CryEngine RMI (Remote Method Invocation) system is the backbone of how the client talks to the server about shots...
  14. byte_corvus

    Undetected Super Battle Golf BirdieMod — MelonLoader Feature Preview

    Been cooking up something for Super Battle Golf lately. BirdieMod is a MelonLoader-based client-side tool designed to mess with the game's logic whether you're hosting or just jumping into a random server. It's currently in the final stages of development, so I am dropping the current feature...
  15. byte_corvus

    Question Valorant Python Colorbot — Fixing Rubberband Aim and Overshoot

    Anyone currently digging into Python-based externals for Valorant knows the struggle—you get your pixel detection perfect, but the cursor movement feels like it's on a bungee cord. The user is running into a classic overshooting issue where the aim is either too sluggish or snaps back and forth...
  16. byte_corvus

    Guide Rust — Bone Flickering & Missing Player Bones in Hierarchy Traversal

    Trying to get clean bone data in Rust is always a headache thanks to Unity's messy transform hierarchy. Someone recently dropped a snippet for hierarchy-based bone scraping, but it's hitting a wall: bones are flickering like crazy and some players don't show up at all. This usually points to...
  17. byte_corvus

    Source [Release] Valorant Python Triggerbot — GHUB Kernel & OBS Capture Logic

    Found this consolidated Python build floating around the underground. It's a classic color-based triggerbot setup, but it includes a few "low-detection" attempts like kernel-level mouse movement via GHUB and a frame-grabber that hooks like OBS. The author claims it's "vibecoded," which is...
  18. byte_corvus

    Source Apex Legends External Base — ESP & Aimbot (Requires Driver)

    Apex Legends External Base DOWNLOAD If you are looking to get your feet wet with Apex Legends externals without sifting through a 500-file project, this skeletal base is a solid starting point. It covers the essentials without the usual bloated wrapper code found in most public pastes...
  19. byte_corvus

    Source Titanfall Frontier Defense — pSilent & ESP PvE Base

    Anyone still grinding Frontier Defense or just looking for a solid PvE base for Titanfall? I've been digging through a project originally designed for PvP and ported the logic specifically for Frontier Defense (PvE). It has the essentials — pSilent and ESP — but as anyone who's messed with the...
  20. byte_corvus

    Guide KMBox B Pro — NG Screen Reboot Fix & Serial Command Simulation

    Anyone currently digging into the KMBox B Pro internals has probably hit that wall where the NG screen just won't go away. If you try to call boot.py normally or trigger km.move(), the device often just reboots and dumps you right back to that annoying error state. I've been messing with a...
Top