524180 发表于 2023-12-2 22:18:07

cg2的特征 偏移 来换牛子

cg的解密 特征 偏移
        inline DWORD EntityList;
        inline DWORD Matrix;
        inline DWORD ViewAngle;
        inline DWORD LocalPlayerController;
        inline DWORD LocalPlayerPawn;

        struct
        {
                DWORD Health =
                DWORD TeamID =
                DWORD IsAlive =
                DWORD PlayerPawn =
        }Entity;

        struct
        {
                DWORD Pos =
                DWORD MaxHealth =
                DWORD CurrentHealth =
                DWORD GameSceneNode =
                DWORD angEyeAngles =
                DWORD vecLastClipCameraPos =
                DWORD pClippingWeapon = 0
                DWORD iShotsFired = 0
                DWORD aimPunchAngle = 0
        }Pawn;

        namespace Signatures
        {
                const std::string EntityList = "4;
                const std::string LocalPlayerController = "
                const std::string ViewMatrix =
                const std::string LocalPlayerPawn = "

        // 一键更新基址
        bool UpdateOffsets();

524180 发表于 2023-12-2 22:20:58

qq 2728967743
页: [1]
查看完整版本: cg2的特征 偏移 来换牛子