si1kyyy / CrossFireCheat

CrossFireCheat
4 stars 2 forks source link

有偿求偏移 #3

Closed Buen16 closed 1 year ago

Buen16 commented 1 year ago

您的代码中的如下偏移在CF中国区似乎是无效的,我想做个自用的简单esp,因此想要有偿求可用的偏移

this->gbBoneOff = 10416;//骨骼偏移

this->gbArrSize = 4144;//数组大小、数据大小

this->gbSelfBase = 649;//本人地址、本人ID

this->gbMatrixBase = 5372824912;//矩阵基址

this->gbModeBase = this->cshellBase+ 43262864 ;//模式基址

this->gbPlayerArrBase = this->cshellBase + 40742016;//玩家数组

this->gbPlayerBase = this->mem->ReadQWord(this->pid, this->gbPlayerArrBase) + 152;//人物基址、本人偏移

this->gbPlayerDataBase = this->mem->ReadQWord(this->pid, this->gbPlayerArrBase) + 656;//人物数据、OBJECT

this->gbIsGaming = this->gbPlayerBase + 8;//是否游戏