Skip to content
This repository has been archived by the owner on Feb 5, 2021. It is now read-only.

Proximyst/Yuki

Repository files navigation

Yuki

ゆき is a basic CS:GO 'cheat' written in Rust. In its current state, it serves no more purpose than being a basic base for further development.

Development

To start developing, you only need to do the following:

  1. git clone [email protected]:Proximyst/Yuki.git

  2. cd Yuki

  3. Open a work environment and start working at it

It is highly encouraged that you link pre-commit to .git/hooks/pre-commit, e.g. by using New-Item -ItemType SymbolicLink -Path pre-commit -Target .git\hooks\pre-commit in an elevated PowerShell.

Licence

The project is licensed under the BSD 3-Clause Licence, and is as such free software.