IMXNOOBX / cs2-external-esp

Simple external esp using discord's/gdi overlay to render a box-esp on top of Counter-Strike 2, highlighting your enemies and teammates including their health.
Other
248 stars 52 forks source link

ESP doesn't work #152

Closed someone19204 closed 7 months ago

someone19204 commented 7 months ago

It loads perfectly fine, the buttons (F5 and F7) make a sound when pressed and I can feel a slight FPS decrease but the ESP doesn't show up. Tried loading with and without these offsets:

{
    "build_number": 14000,
    "dwBuildNumber": 5326196,
    "dwEntityList": 25963864,
    "dwLocalPlayer": 24269496,
    "dwPlantedC4": 26381016,
    "dwViewMatrix": 26362272,
    "m_ArmorValue": 5488,
    "m_bIsDefusing": 5128,
    "m_flC4Blow": 3848,
    "m_flFlashOverlayAlpha": 5312,
    "m_flNextBeep": 3844,
    "m_flTimerLength": 3856,
    "m_hPlayerPawn": 2020,
    "m_iAccount": 64,
    "m_iHealth": 820,
    "m_iTeamNum": 971,
    "m_pClippingWeapon": 4872,
    "m_pGameSceneNode": 792,
    "m_pInGameMoneyServices": 1784,
    "m_sSanitizedPlayerName": 1864,
    "m_szName": 3104,
    "m_vOldOrigin": 4732,
    "m_vecAbsOrigin": 200,
    "dwLocalPlayerController": 26289528
}
someone19204 commented 7 months ago

Fixed, all I had to do was clone and compile the code.