W1lliam1337 / digital-sdk

csgo cheat base

Home Page:https://t.me/animstate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Internal CS:GO cheat base CS:GO LIC LANG

App menu

Features

  • player esp (box, name)
  • bunnyhop
  • engine-prediction
  • autowall
  • chams

Hooks

  • createmove
  • reset
  • lock cursor
  • dme
  • cl move
  • etc

Comments navigation

  • @note:
  • @ida:
  • @xref:
  • @credits:
  • @fix-me:

Dependencies

Code style example

class c_class final {
    struct local_struct {
        bool m_var{ };    
    };
public:
    void test( [[maybe_unused]] const int a1 ) const;
}

void c_class::test( const int a1 ) const {
    const auto local = c_player::get_local( );
    if ( !local || !local->is_alive( ) )
        return;

    static const auto sig = g_modules->m_client_dll.get_address( _( "SigName" ) ).offset( 0x1 ).as< fn_t >( );
}

Compatible with both Clang and MSVC compilers