csgo_sdk icon indicating copy to clipboard operation
csgo_sdk copied to clipboard

c++20 internal csgo-hack base

csgo_sdk

a csgo hack base written in c++20, compatible w msvc & clang-cl

features

  • easy to use n understand project structure & code
  • the base is split into 2 projects, one of which is a vuln-sdk that can be used elsewhere
  • compatibility w old csgo ver ( 8 march 2018 )
  • byte_seq_t, cfg_var_t n other things present in vuln-sdk

definitions

  • SDK_CFG_ID_OBJECT - specifies the cfgs id object n folder name
  • CSGO2018 - specifies that you're building for the 2018 ver of csgo

requirements

thirdparty