Yuki icon indicating copy to clipboard operation
Yuki copied to clipboard

CS:GO "Cheat" written in Rust.

= Yuki Mariell Hoversholm [email protected] v1.0 :homepage: https://github.com/Proximyst/Yuki

ゆき is a basic CS:GO 'cheat' written in https://rust-lang.org[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:

. git clone [email protected]:Proximyst/Yuki.git . cd Yuki . 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 link:LICENCE[BSD 3-Clause Licence], and is as such free software.