Skip to content
View kus's full-sized avatar
  • Google
  • Sydney, Australia
Block or Report

Block or report kus

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. cs2-modded-server cs2-modded-server Public

    Modded Counter Strike 2 (CS2) Dedicated Server with Metamod and CounterStrikeSharp for Windows and Linux that can automatically be setup on Google Cloud.

    Shell 299 62

  2. csgo-modded-server-assets csgo-modded-server-assets Public

    This repo houses the maps and acts as a FastDL for https://github.com/kus/csgo-modded-server

    Shell 7 5

  3. Find out Steam games hour played gro... Find out Steam games hour played grouped
    1
    // Open https://steamcommunity.com/my/games/?tab=all and make sure you are logged in to Steam.
    2
    // Open your browsers console (Ctrl + Shift + J on Chrome or Ctrl + Shift + K on Firefox)
    3
    // and paste all of this code (select all) in the text box (bottom) and hit enter
    4
    // If you get an error from the script you likely aren't running a modern browser
    5
    // you can paste the code here https://babeljs.io/repl and copy the output and run that.
  4. Find out how much you have spent on ... Find out how much you have spent on Counter-Strike keys
    1
    // Open https://store.steampowered.com/account/history and make sure you are logged in to Steam.
    2
    // Scroll to the bottom and load all history.
    3
    // Open your browsers console (Ctrl + Shift + J on Chrome or Ctrl + Shift + K on Firefox)
    4
    // and paste all of this code (select all) in the text box (bottom) and hit enter
    5
    // If you get an error from the script you likely aren't running a modern browser
  5. Get a clean Mac OSX up and running a... Get a clean Mac OSX up and running as a developer machine.
    1
    # Make sure OS is up-to-date
    2
    
                  
    3
    ## Install Xcode:
    4
    _(To get around certain build tools that actually require Xcode and not the cli tools)_
    5
    
                  
  6. Get a clean Windows up and running a... Get a clean Windows up and running as a gaming and developer PC.
    1
    # Install [Chocolatey](https://chocolatey.org/docs/installation#install-with-cmdexe)
    2
    Open Command Prompt as Administrator (right click > Run as administrator)
    3
    
                  
    4
    Paste into Command Prompt and hit enter:
    5