Skip to content
View CookStar's full-sized avatar

Block or report CookStar

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. SmallLib SmallLib Public

    A Small Library for Source.Python.

    Python 1

  2. Source.Python Source.Python Public

    Forked from Source-Python-Dev-Team/Source.Python

    This plugin aims to use boost::python and create an easily accessible wrapper around the Source Engine API for scripter use.

    Python

  3. C4Respawn C4Respawn
    1
    # ../c4respawn/c4respawn.py
    2
    
                  
    3
    """Fix freezing of respawned CT Bot after C4 planted."""
    4
    
                  
    5
    def set_plugin_info(name):
  4. Stop C4 Drop Stop C4 Drop
    1
    # ../stop_c4_drop/stop_c4_drop.py
    2
    
                  
    3
    """Stop player from letting C4 drop from Bot by pressing use key."""
    4
    
                  
    5
    def set_plugin_info(name):
  5. Make Bananna Make Bananna
    1
    # ../make_bananna/make_bananna.py
    2
    
                  
    3
    """Spawn Bananna that you can grab!"""
    4
    
                  
    5
    def set_plugin_info(name):
  6. DynamicHooks DynamicHooks Public

    Forked from Ayuto/DynamicHooks

    A C++ library to create function hooks dynamically, so you can easily embed it into other programming languages..

    C++