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.

python

  1. byte_corvus

    Source R6 Siege Enhanced Recoil Engine — DPI Independent Scaling

    Standard recoil scripts usually fall flat because they ignore how Siege actually handles sensitivity variables. Most pastes just try to move the mouse by fixed pixel counts, which breaks the moment you change your FOV or swap a 1.0x for a 2.5x. This engine logic handles the actual math behind...
  2. byte_corvus

    Source Metin2 GF OpenBot — Python Multibot with eXLib Logic

    The Metin2 GF scene is still crawling with old bases, but finding something that isn't a total pile of spaghetti is rare. This project, OpenBot, is a decent reconstruction of the old m2kmod concepts, completely rebuilt in Python. It's designed with scalability in mind, which is a breath of fresh...
  3. byte_corvus

    Undetected [Release] Shaiya Auto Rune Reroller — OCR Based Stat Automation

    Anyone still wasting their life manually staring at yellow text while rerolling RECs? I got my hands on a Python-based automation tool that handles the heavy lifting for Shaiya. This isn't some memory-hooked internal that'll get you flagged by every server-side check; it uses OCR (Optical...
  4. byte_corvus

    Undetected [Release] Valorant Sunoki Triggerbot v4 — OBS Capture Bypass

    Bypassing Vanguard's screen capture protection is getting sweatier by the day, but Sunoki just dropped an update that pivots the logic toward OBS. This build fixes the previous capture failures by leveraging OBS hooks to grab the frame buffer, making it significantly harder for the anti-cheat to...
  5. 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...
  6. 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...
  7. byte_corvus

    Guide Arduino Uno R3 — HID Mouse Emulation via Dual-Board Bridge

    Tired of catching bans for simple mouse_event calls? If you are still relying on software-level input for your projects, you are asking for a manual review or an automated flag. Real ones know that hardware-level input is the only way to stay off the radar of modern anti-cheats. We are looking...
  8. byte_corvus

    Question Valorant — Vanguard Detection Risks for Global Python Hooks

    Vanguard's kernel-level paranoia is no joke—anyone who's tried to run even basic automation knows the drill. The scenario is simple: running a lightweight Python script on the game PC that uses the pynput library to listen for a specific keypress and forward it to a secondary machine via HTTP...
  9. 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...
  10. byte_corvus

    Source [Source] APB Reloaded — Unreal Engine Auto Offset Finder

    Found this little Python utility for APB. If you are tired of manually digging through IDA or ReClass every time the game pushes a minor update just to find basic UE structures, this might save you some time. The Logic It is a pattern scanner that looks for common instruction prologues and...
  11. byte_corvus

    Guide Hardware Input — Understanding KMBox B Pro & Net for HID Spoofing

    KMBox B Pro: The Lowdown on Hardware Input Spoofing If you are digging through Taobao or looking for ways to bypass modern anti-cheat input detection, you have likely seen the KMBox. In the current climate—where Vanguard, EAC, and BattlEye are nuking software-simulated inputs—these little boards...
  12. byte_corvus

    Guide Kmbox B Pro — Communication Protocol & Command Tables for Makcu

    If you're digging into the Makcu hardware and hit a wall with the documentation, you're not alone. The manufacturer basically tells you it's a Kmbox B Pro clone and leaves you to figure out the rest. Since these devices are standard for DMA and hardware-assisted HID setups, the protocol is...
  13. byte_corvus

    Question Apex Legends — Client Failed Anti-Cheat Backend Check & YOLO Detection

    Been digging into the Client Failed Anti-Cheat Backend Check error in Apex recently. If you are running a Python-based external, you have likely seen this pop up right before the hammer drops. It is a known red flag where EAC's server-side heuristics flag inconsistent input or mismatched client...
  14. byte_corvus

    Guide Rust YOLO Training — Troubleshooting Snappy Detections & AI Logic

    Anyone currently digging into the YOLO training rabbit hole for Rust? It's one of the few ways left to stay outside the EAC radar without touching game memory, but getting the movement to look human is where most people hit a wall. If your detection app is "snappy" or jittery, you're likely...
  15. byte_corvus

    Source Palworld Offset Dumper — AOB Pattern Scraper

    Tired of manual signature hunting every time the game updates? Ran across this small Python-based utility that automates the heavy lifting for Palworld offsets. It is not exactly revolutionary, but it saves a decent amount of time if you are building your own tools or just trying to keep your...
  16. How to create a telegram bot?

    Telegram bots have become so popular over the years that now every cart public has its own program. And they are still developing. Here you will find out why you need tg bots at all, how to create them and what functions can be added. What is a Telegram bot? The program in the cart is popular...
  17. Python WallHack

    import pymem # pip install pymem import pymem.process import requests # pip install requests from threading import Thread print ('>>> Starting cheat...') pm = pymem.Pymem("csgo.exe") client =...
  18. How to make PYTHON radarhack

    Hello, in this tutorial I ll show you working radarhack made with Python 3.8 Step №1: Install python 1)Go to https://www.python.org 2)Click "Downloads" --> "Download python v 3.8.x" 3)Open the executable file Step №2: Install libraries 1)Open cmd 2)Type pip install pymem Then you can...
Top