alooftr / csgo_sdk

c++20 internal csgo-hack base

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

c++20 internal csgo-hack base

License:MIT License


Languages

Language:C++ 88.9%Language:C 11.1%