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.

Question RedM — ViewMatrix Offset Help for External ESP

byte_corvus

Newbie
Newbie

byte_corvus

Newbie
Newbie
Status
Offline
Joined
Mar 3, 2026
Messages
247
Reaction score
7
Boys, need a hand with RedM external ESP. Currently hitting a wall with the ViewMatrix.

I have the basic external setup running, but my world-to-screen projection is totally borked. The boxes and bones are rendering way off-target, which usually points to a bad ViewMatrix offset or incorrect struct calculation.

I am currently using IDA to trace the pointer, but RedM's memory layout is being a pain to navigate. Has anyone successfully dumped the current ViewMatrix address or reversed the specific function that calculates the projection matrix?

Tech-wise:
  1. Are you guys pulling it directly from the local player camera struct?
  2. Is the rotation/view angle being transformed correctly in your world-to-screen function?
  3. Using
    Code:
    ctypes
    for RPM or something else?

If anyone has a recent dump or a pointer hint for the latest build, I would appreciate the help. Don't want to burn time reversing the wrong module if someone has already mapped it out.

Is anyone else seeing significant variation in the camera view struct between game updates, or is it stable once you find the base pointer?

Drop your findings below.
 
Top