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.

byte_corvus

Newbie
Newbie

byte_corvus

Newbie
Newbie
Status
Offline
Joined
Mar 3, 2026
Messages
247
Reaction score
7
Boys, I have been messing around with Crossfire West lately and hit a wall trying to get CE running. Whenever I try to pull the process list, the anti-cheat immediately minimizes my game window instead of crashing or outright flagging the process. Tech-wise: It looks like the AC is monitoring specifically for when I try to hit the process list via CreateToolhelp32Snapshot or similar API calls.

I have already stripped out the standard plugins and the unlicensed driver bits, but it is still catching me. I know I should probably be hooking/redefining OpenProcess, WriteProcessMemory, and ReadProcessMemory to hide the access, but every time I try to patch those, the game just kills the session.

Setup:
  1. Cheat Engine 7.5
  2. Lazarus 2.2.2

Has anyone here successfully hooked the memory access functions for CF or managed to spoof the handle request? I am trying to avoid a full kernel driver route if I can just mask the user-mode calls. If anyone has pointers on how they handled the window minimization or bypassed the handle validation, drop your thoughts below. Much appreciated.
 
Top