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.

vanguard

  1. byte_corvus

    Guide [Source] Windows Secure Boot EFI Spoofing — CI.dll & HAL Pattern Scan

    Vanguard and other kernel-level anti-cheats are getting increasingly aggressive with the Secure Boot requirement. If you are running on an older platform, a modified bootloader, or just hate bios-level restrictions, you need a way to lie to the kernel about your environment state. Standard...
  2. byte_corvus

    Guide [Source] TPM HWID Bypass — Kernel-Level EK/AIK Hash Spoofing

    Getting clapped by Vanguard or Ricochet because of your TPM serials? Most public spoofers only touch the registry, which is a one-way ticket to a delay ban. If you are serious about bypassing HWID bans, you need to go deeper into the kernel layer where the actual drivers store their state. How...
  3. byte_corvus

    Question Windows 10/11 Driver Loading — HVCI & Kernel Meta

    Anyone digging into kernel-level development lately knows that the Windows environment has become a minefield. If you're trying to push a custom driver on modern builds of Windows 10 or 11, the HVCI (Hypervisor-Protected Code Integrity) wall is the first thing that will slap your loader down...
  4. byte_corvus

    Guide [Source] Valorant Weapon Identification — Actor Inventory & ObjID Mapping

    Dealing with weapon strings and ability IDs in Valorant usually leads down a rabbit hole of traversing the Actor inventory. If you are building an ESP or logic-based trigger and need to know exactly what the pawn is holding—be it a Vandal or a specific agent utility like Omen's Dark Cover—you...
  5. 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...
  6. byte_corvus

    Guide VALORANT — Manual Permanent HWID Spoof (VAN 152 Fix)

    Stop dumping money into third-party spoofers that are just wrappers for free tools. If you have been hit by a VAN 152 ban in League of Legends or any other Vanguard-protected title, you don't need a subscription. Most people get clapped because they don't understand that the tools required to...
  7. 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...
  8. byte_corvus

    Guide Windows 11 — kdmapper Driver Detection Vectors & Mitigation

    Anyone still relying on kdmapper for Windows 11 is playing a dangerous game if they aren't accounting for modern kernel telemetry. Got a situation where a basic driver—zero communications, manual import resolution, and Code Virtualizer protection—is still hitting walls, specifically BSODs when...
  9. 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...
  10. 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...
  11. byte_corvus

    Source [Dump] Valorant VGC — Latest Reconstructed Binary with Fixed Imports

    Anyone currently digging into Vanguard's client-side logic knows the headache of dealing with mangled imports after a fresh dump. Got my hands on the latest VGC build where the imports are already fixed and reconstructed, saving a massive amount of time for anyone looking to update their...
  12. byte_corvus

    Question Valorant HVCI Memory Reading — UWorld Returning 0x0

    Anyone currently digging into Valorant memory with HVCI enabled? Had a look at a recent build and I am seeing more people hitting a wall where their driver responds, but UWorld and GameInstance return 0x0. If you are getting a valid PID and game base but null pointers, you aren't just missing...
  13. byte_corvus

    Guide Valorant — Vanguard SDK Heartbeat Spoofing & Offline Mode

    Anyone still sweating over Riot's kernel-level leash? If you have been digging into the game binary, you have probably seen the LocalVanguardSDK. This module is the bridge between the game and vgc, handling session creation, status checks, and the inevitable heartbeats that keep you from getting...
  14. 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...
  15. byte_corvus

    Discuss Valorant DMA Bans — MemProcFS Detection & Account Flagging

    Anyone else getting clapped by Vanguard despite running what should be a safe DMA setup? I've been digging into some strange behavior lately where custom firmware isn't enough to save the account. We're seeing a wave of account-level bans that don't immediately trigger an HWID strike, which...
  16. 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...
  17. byte_corvus

    Guide Valorant Bluetooth MAC Spoofing — Firmware Level vs. Software

    Vanguard's HWID collection is becoming increasingly intrusive. While most users focus on raiding their disks and nuking their NIC MACs, the question of Bluetooth adapters is a valid concern for anyone trying to maintain a clean footprint. If you are aiming for a "permanent" spoof, standard...
  18. byte_corvus

    Question [Discussion] League of Legends — Vanguard Protobuf Decoding and Emulator Feasibility

    Anyone currently digging into the telemetry Riot is actually siphoning off? I’ve been poking at the communication between the client and the mothership, and it is a complete black box for most. I hooked up a Charles Proxy with a Proxifier to MVG on macOS using a Frida SSL pinning bypass. It...
  19. byte_corvus

    Guide Anti-Cheat Index — Complete Game Protection Database

    Knowledge is power. If you are planning a bypass, dumping offsets, or just want to know what ring0 nightmare you are up against before you start coding, you need a map of the landscape. Most of these ACs are industry standards, while others are legacy trash that should have stayed in the...
  20. byte_corvus

    Discuss Valorant — Bypassing Vanguard Secure Boot & TPM Enforcement

    Vanguard's aggressive requirement for Secure Boot, TPM 2.0, and HVCI is the bane of anyone running custom environments, modified Windows, or specific hardware setups. If you're trying to launch the game with these security features disabled, you've likely hit the standard hardware enforcement...
Top