ekknod / EC

open-source cheat [CS:GO/CS2/Apex]
348 stars 161 forks source link

Adding BSpottedByMask Visible Check #41

Closed math-muller closed 6 months ago

math-muller commented 6 months ago

@ekknod How can i get the m_entitySpottedState offset in this system? Because there is more than one offset with the same name.

C_PlantedC4 -> m_entitySpottedState 0xe90 C_C4 -> m_entitySpottedState 0x1a38 C_CSPlayerPawnBase -> 0x1630

kaisersoju commented 6 months ago

This was from csgo: https://github.com/ekknod/EC/blob/main/csgo/shared/cs.cpp#L365

Are you sure it needs m_entitySpottedState?

math-muller commented 6 months ago

@kaisersoju the method remains the same, the only difference is that they changed the offset class

C_CSPlayerPawnBase -> m_entitySpottedState

EntitySpottedState -> m_bSpottedByMask
EntitySpottedState -> m_bSpotted
7643OvO commented 6 months ago

how to use Visible Check when i using aimbot?