rabume / cs2-dma-radar

Simple radar for the game Counter-Strike 2, which uses the DMA (Direct Memory Access) to read the game memory.
51 stars 17 forks source link

The game has been updated, please update the software #43

Closed HH333 closed 2 months ago

HH333 commented 2 months ago

The game has been updated, please update the software

The radar map cannot be loaded

dwGameTypes_mapName = 0x120

xCorteX commented 2 months ago

New Offsets

{
  "dwLocalPlayerPawn": "0x17CF698",
  "dwEntityList": "0x1964198",
  "dwGameTypes_mapName": "0x1A42C0",
  "m_iPawnHealth": "0x7E8",
  "m_iPawnArmor": "0x7EC",
  "m_bPawnIsAlive": "0x7E4",
  "m_angEyeAngles": "0x1388",
  "m_iTeamNum": "0x3C3",
  "m_hPlayerPawn": "0x7DC",
  "m_vOldOrigin": "0x1274"
}

I sent out a pull request

SuperLifeown commented 2 months ago

New Offsets

{
  "dwLocalPlayerPawn": "0x17CF698",
  "dwEntityList": "0x1964198",
  "dwGameTypes_mapName": "0x1A42C0",
  "m_iPawnHealth": "0x7E8",
  "m_iPawnArmor": "0x7EC",
  "m_bPawnIsAlive": "0x7E4",
  "m_angEyeAngles": "0x1388",
  "m_iTeamNum": "0x3C3",
  "m_hPlayerPawn": "0x7DC",
  "m_vOldOrigin": "0x1274"
}

I sent out a pull request

Do you all use ce software to find the offset one by one? I have a source code of pubg game cheating, but I don't know how to find the offsets. The current version can still be used, but after the game is updated, I am at a loss.

xCorteX commented 2 months ago

Cs2 Dumper https://github.com/a2x/cs2-dumper