Giter VIP home page Giter VIP logo

cs2go's Introduction

cs2go

cs2go is a simple external ESP for Counter-Strike 2, written in Go.

Building the source code

To build this project, you will need to download and install Go from the official website: https://go.dev/doc/install.

Once you have installed Go, follow these steps:

  1. Download the source code and extract the ZIP file to a directory of your choice.
  2. Open the directory in your terminal or command prompt.
  3. Make sure your environment variables GOOS is set to windows and GOARCH is set to amd64. You can set these variables by running the following commands:
    set GOOS=windows
    set GOARCH=amd64
    
  4. Build the project using the following command:
    go build -ldflags "-s -w"
    
    The ldflags are optional and remove debugger functionality and strip the binary resulting in smaller file size.
  5. Run the program while in a match to use.

If the compiler complains about not having "github.com/lxn/win", "golang.org/x/sys/windows", "golang.org/x/sys/windows" run go get github.com/lxn/win, go get golang.org/x/sys/windows, and go get golang.org/x/sys/windows | Finalize with go mod tidy

Example

Check out this video for an example of cs2go in action:

Example video

Issues

Esp lagging? Search for cs2go.exe in task manager, expand, right click the process click "go to details" Set your priority to High, this should fix it.

Thank you for using cs2go!

cs2go's People

Contributors

nypdk avatar xkeksbyte avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.