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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. SmallLibSmallLibPublic

    A Small Library for Source.Python.

    Python 1

  2. Source.PythonSource.PythonPublic

    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. C4RespawnC4Respawn
    1
    # ../c4respawn/c4respawn.py
    2
    3
    """Fix freezing of respawned CT Bot after C4 planted."""
    4
    5
    defset_plugin_info(name):
  4. Stop C4 DropStop 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
    defset_plugin_info(name):
  5. Make BanannaMake Bananna
    1
    # ../make_bananna/make_bananna.py
    2
    3
    """Spawn Bananna that you can grab!"""
    4
    5
    defset_plugin_info(name):
  6. DynamicHooksDynamicHooksPublic

    Forked from Ayuto/DynamicHooks

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

    C++